about summary refs log tree commit diff stats
path: root/src/xmpp/stanza.h
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2013-02-10 23:29:37 +0000
committerJames Booth <boothj5@gmail.com>2013-02-10 23:29:37 +0000
commit576be7921d33863667661db268ea373e4d97b73c (patch)
tree405d52c5f989267b38628f471e8dcf380edbdd5e /src/xmpp/stanza.h
parentebc87b8b829b6eec9775df2de2cdb207baf7303c (diff)
downloadprofani-tty-576be7921d33863667661db268ea373e4d97b73c.tar.gz
Tidy up presence module
Diffstat (limited to 'src/xmpp/stanza.h')
-rw-r--r--src/xmpp/stanza.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/xmpp/stanza.h b/src/xmpp/stanza.h
index dd666eff..2f3e0216 100644
--- a/src/xmpp/stanza.h
+++ b/src/xmpp/stanza.h
@@ -133,6 +133,7 @@ gboolean stanza_contains_chat_state(xmpp_stanza_t *stanza);
 
 gboolean stanza_get_delay(xmpp_stanza_t * const stanza, GTimeVal *tv_stamp);
 
+gboolean stanza_is_muc_presence(xmpp_stanza_t * const stanza);
 gboolean stanza_is_muc_self_presence(xmpp_stanza_t * const stanza,
     const char * const self_jid);
 gboolean stanza_is_room_nick_change(xmpp_stanza_t * const stanza);