Added simple stanza logging to main console

This commit is contained in:
James Booth
2014-04-15 01:08:41 +01:00
parent 40759eddbf
commit bf185d9907
5 changed files with 28 additions and 0 deletions

View File

@@ -505,3 +505,9 @@ handle_bookmark_autojoin(char *jid)
ui_room_join(jid, FALSE);
muc_remove_invite(jid);
}
void
handle_xmpp_stanza(const char * const msg)
{
ui_handle_stanza(msg);
}