mirror of
https://github.com/vanitasvitae/Smack.git
synced 2024-11-18 02:02:04 +01:00
5b1d2664af
Thanks to PolFW, who writes: A SASLErrorException is thrown before we have received the "<success xmlns='urn:ietf:params:xml:ns:xmpp-sasl'/>". This is because SASLAuthentication is keeping a reference to a "saslException" so to clear that after a authentication failure we have to invoke again connect on the xmpptcpconnection to initialize again the saslAuthentication. But it doesn't solve the issue because an AlreadyConnectedException is thrown before the initialisation of the "this.saslAuthentication.init();" Note that the user uses one time tokens for authentication. |
||
---|---|---|
.. | ||
src | ||
.gitignore | ||
build.gradle |