From b960b76034c2655d0c69219f8bcb90fec08ab1b4 Mon Sep 17 00:00:00 2001 From: James Booth Date: Wed, 13 Mar 2013 23:38:26 +0000 Subject: Added basic /rooms command to get chat room list --- src/xmpp/stanza.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/xmpp/stanza.h') 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 -- cgit 1.4.1-2-gfad0