Smack/smack-core/src
Florian Schmaus 5b1d2664af Clear saslException class field before throwing
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.
2019-09-23 19:47:37 +02:00
..
integration-test Enable werror for javadoc and fix javadoc issues 2019-08-30 12:08:30 +02:00
main Clear saslException class field before throwing 2019-09-23 19:47:37 +02:00
test gradle: Remove archives configuration 2019-09-16 00:04:47 +02:00