Compare commits

...

1 commit

Author SHA1 Message Date
iNPUTmice
caf7acec6e log auth elements (reveals login information in debug log. be careful!) 2015-03-07 14:27:16 +01:00

View file

@ -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)