Do not send presence when in groupchat

This commit is contained in:
James Booth
2012-11-05 21:48:13 +00:00
parent 2f6361a578
commit 83834b96ae
4 changed files with 18 additions and 3 deletions

View File

@@ -401,6 +401,9 @@ _message_handler(xmpp_conn_t * const conn,
from = xmpp_stanza_get_attribute(stanza, "from");
if (room_jid_is_room_chat(from)) {
cons_show("CHAT ROOM MESSAGE RECIEVED");
} else {