Reset usingTLS in XMPPTCPConnection.shutdown()

This commit is contained in:
Florian Schmaus 2014-05-10 10:26:48 +02:00
parent 7a5533c823
commit ecccfe61af
1 changed files with 1 additions and 0 deletions

View File

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