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-03-13 23:38:26 +0000
committerJames Booth <boothj5@gmail.com>2013-03-13 23:38:26 +0000
commitb960b76034c2655d0c69219f8bcb90fec08ab1b4 (patch)
treec5a34fadb59596a9a58d1fc4d9ca40197a249641 /src/xmpp/stanza.h
parented2212a0cac573dd90847b954e38eddb591d2223 (diff)
downloadprofani-tty-b960b76034c2655d0c69219f8bcb90fec08ab1b4.tar.gz
Added basic /rooms command to get chat room list
Diffstat (limited to 'src/xmpp/stanza.h')
-rw-r--r--src/xmpp/stanza.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/xmpp/stanza.h b/src/xmpp/stanza.h
index d07568a7..18f9b045 100644
--- a/src/xmpp/stanza.h
+++ b/src/xmpp/stanza.h
@@ -163,5 +163,7 @@ void stanza_attach_status(xmpp_ctx_t * const ctx, xmpp_stanza_t * const presence
 
 const char * stanza_get_presence_string_from_type(resource_presence_t presence_type);
 xmpp_stanza_t * stanza_create_software_version_iq(xmpp_ctx_t *ctx, const char * const fulljid);
+xmpp_stanza_t * stanza_create_disco_items_iq(xmpp_ctx_t *ctx, const char * const id,
+    const char * const jid);
 
 #endif