1
0
Fork 0
mirror of https://codeberg.org/Mercury-IM/Smack synced 2024-11-22 06:12: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);
authenticated = false;
connected = false;
usingTLS = false;
reader = null;
writer = null;
}