mirror of
https://github.com/vanitasvitae/Smack.git
synced 2024-11-21 19:42:05 +01:00
Reset usingTLS in XMPPTCPConnection.shutdown()
This commit is contained in:
parent
7a5533c823
commit
ecccfe61af
1 changed files with 1 additions and 0 deletions
|
@ -370,6 +370,7 @@ public class XMPPTCPConnection extends XMPPConnection {
|
|||
setWasAuthenticated(authenticated);
|
||||
authenticated = false;
|
||||
connected = false;
|
||||
usingTLS = false;
|
||||
reader = null;
|
||||
writer = null;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue