Use waddstr for incoming messages to avoid truncation

fixes #8
This commit is contained in:
James Booth
2013-06-01 21:23:34 +01:00
parent 1eba4f5ab1
commit ae7da18d7e
2 changed files with 8 additions and 8 deletions

View File

@@ -395,6 +395,5 @@ _chat_message_handler(xmpp_conn_t * const conn, xmpp_stanza_t * const stanza,
free(jid);
return 1;
}
}