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

@@ -79,5 +79,6 @@ void handle_message_error(const char * const from, const char * const type,
void handle_presence_error(const char *from, const char * const type,
const char *err_msg);
void handle_bookmark_autojoin(char *jid);
void handle_xmpp_stanza(const char * const msg);
#endif