about summary refs log tree commit diff stats
path: root/src/jabber.c
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2012-11-05 21:48:13 +0000
committerJames Booth <boothj5@gmail.com>2012-11-05 21:48:13 +0000
commit83834b96ae455f295136c44cf86b6e2f066b0d74 (patch)
treeb3b2f58a0e776d3975ba6f653739c1949edfa6fb /src/jabber.c
parent2f6361a57856afc022d9f06e6b7bd7d66b69459b (diff)
downloadprofani-tty-83834b96ae455f295136c44cf86b6e2f066b0d74.tar.gz
Do not send presence when in groupchat
Diffstat (limited to 'src/jabber.c')
-rw-r--r--src/jabber.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/jabber.c b/src/jabber.c
index 776a31fd..d700255b 100644
--- a/src/jabber.c
+++ b/src/jabber.c
@@ -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 {