Compare commits
1 commit
master
...
verbose_lo
Author | SHA1 | Date | |
---|---|---|---|
|
caf7acec6e |
1 changed files with 1 additions and 0 deletions
|
@ -593,6 +593,7 @@ public class XmppConnection implements Runnable {
|
|||
if (!saslMechanism.getClientFirstMessage().isEmpty()) {
|
||||
auth.setContent(saslMechanism.getClientFirstMessage());
|
||||
}
|
||||
Log.d(Config.LOGTAG,account.getJid()+": "+auth.toString());
|
||||
tagWriter.writeElement(auth);
|
||||
} else if (this.streamFeatures.hasChild("sm", "urn:xmpp:sm:"
|
||||
+ smVersion)
|
||||
|
|
Loading…
Reference in a new issue