RobertoGraham
released this
07 Feb 16:08
·
1 commit
to master
since this release
Breaking changes
- All listeners now accept another argument which is an instance of the resource they're related to, i.e.
OnChatMessageReceivedListener.onChatMessageReceived
now accepts an instance ofChatResource
Enhancements
- Session message (sent and received) history can be accessed via
ChatResource
byAccount
or accountId - Authenticated user's platform and application can be spoofed which will change the platform icon their friends see. Currently Windows platform and Fortnite client application by default.
FortniteXmpp
instance can now be retrieved from the resource instances that belong to it, i.e.FriendResource.fortniteXmpp()