Skip to content

v2.0.0 (07/02/19)

Latest
Compare
Choose a tag to compare
@RobertoGraham 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 of ChatResource

Enhancements

  • Session message (sent and received) history can be accessed via ChatResource by Account 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()