Fernando Ramirez
Fernando Ramirez
Documentation: http://xmpp.org/extensions/inbox/isr.html **WARNING**: This implementation wasn't tested against a server yet. However, it has many unit tests checking nonzas parsers and validations. I send this PR in order to receive...
Docs: http://www.xmpp.org/extensions/inbox/token-reconnection.html Login with token: `xmppConnection.login(token, resourcepart);` Get tokens: `TBRManager tbrManager = TBRManager.getInstanceFor(xmppConnection);` `TBRTokens tbrTokens = tbrManager.getTokens();` `String accessToken = tbrTokens.getAccessToken();` `String refreshToken = tbrTokens.getRefreshToken();` Get last refresh token obtained...
Add a new example (a new item on the main examples list) that send you to a new activity. That activity should allow you to create a new object (could...