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); setWasAuthenticated(authenticated);
authenticated = false; authenticated = false;
connected = false; connected = false;
usingTLS = false;
reader = null; reader = null;
writer = null; writer = null;
} }