only log inner stanza but display isCarbon
This commit is contained in:
parent
5c5d5cc4e3
commit
15316e6a7f
|
@ -535,7 +535,7 @@ public class MessageParser extends AbstractParser implements OnMessagePacketRece
|
|||
}
|
||||
} else if (!packet.hasChild("body")){ //no body
|
||||
if (Config.BACKGROUND_STANZA_LOGGING && !mXmppConnectionService.checkListeners()) {
|
||||
Log.d(Config.LOGTAG, account.getJid().toBareJid() + ": " + original);
|
||||
Log.d(Config.LOGTAG, account.getJid().toBareJid() + ": " + packet+ " (carbon="+Boolean.toString(isCarbon)+")");
|
||||
}
|
||||
Conversation conversation = mXmppConnectionService.find(account, from.toBareJid());
|
||||
if (isTypeGroupChat) {
|
||||
|
|
Loading…
Reference in a new issue