mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2024-11-24 23:32:05 +01:00
[core] Fix comment
This commit is contained in:
parent
e2a196fa52
commit
ccbc0922ad
1 changed files with 2 additions and 2 deletions
|
@ -1884,8 +1884,8 @@ public abstract class AbstractXMPPConnection implements XMPPConnection {
|
|||
if (hasFeature(Bind.ELEMENT, Bind.NAMESPACE)) {
|
||||
if (!hasFeature(Compress.Feature.ELEMENT, Compress.NAMESPACE)
|
||||
|| !config.isCompressionEnabled()) {
|
||||
// This was was last features from the server is either it did not contain
|
||||
// compression or if we disabled it
|
||||
// This where the last stream features from the server, either it did not contain
|
||||
// compression or we disabled it.
|
||||
lastFeaturesReceived = true;
|
||||
notifyWaitingThreads();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue