1
0
Fork 0
mirror of https://codeberg.org/Mercury-IM/Smack synced 2024-11-22 14:22:05 +01:00

Reset usingTLS in XMPPTCPConnection.shutdown()

This commit is contained in:
Florian Schmaus 2014-05-10 10:26:48 +02:00
parent 7a5533c823
commit ecccfe61af

View file

@ -370,6 +370,7 @@ public class XMPPTCPConnection extends XMPPConnection {
setWasAuthenticated(authenticated); setWasAuthenticated(authenticated);
authenticated = false; authenticated = false;
connected = false; connected = false;
usingTLS = false;
reader = null; reader = null;
writer = null; writer = null;
} }