mirror of
https://github.com/vanitasvitae/Smack.git
synced 2024-11-19 02:22:05 +01:00
XMPPTCPConnection: Add missing to
in comment
This commit is contained in:
parent
53d66261af
commit
0bb0884512
1 changed files with 1 additions and 1 deletions
|
@ -538,7 +538,7 @@ public class XMPPTCPConnection extends AbstractXMPPConnection {
|
|||
}
|
||||
|
||||
// If we are able to resume the stream, then don't set
|
||||
// connected/authenticated/usingTLS to false since we like behave like we are still
|
||||
// connected/authenticated/usingTLS to false since we like to behave like we are still
|
||||
// connected (e.g. sendStanza should not throw a NotConnectedException).
|
||||
if (isSmResumptionPossible() && instant) {
|
||||
disconnectedButResumeable = true;
|
||||
|
|
Loading…
Reference in a new issue