mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2024-11-22 06:12:05 +01:00
Merge pull request #425 from adiaholic/docFix
XMPPTCPConnection: Add missing `to` in comment
This commit is contained in:
commit
7f10a82fd9
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