reformating
This commit is contained in:
parent
d51c4b9655
commit
bbfd98b726
|
@ -626,9 +626,7 @@ public class XmppConnection implements Runnable {
|
|||
} else {
|
||||
throw new IncompatibleServerException();
|
||||
}
|
||||
} else if (this.streamFeatures.hasChild("sm", "urn:xmpp:sm:"
|
||||
+ smVersion)
|
||||
&& streamId != null) {
|
||||
} else if (this.streamFeatures.hasChild("sm", "urn:xmpp:sm:" + smVersion) && streamId != null) {
|
||||
if (Config.EXTENDED_SM_LOGGING) {
|
||||
Log.d(Config.LOGTAG,account.getJid().toBareJid()+": resuming after stanza #"+stanzasReceived);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue