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-14 20:50:09 +0000
committerJames Booth <boothj5@gmail.com>2013-03-14 20:50:09 +0000
commit31cd507d3c9782e4e1e2240348880c3166239391 (patch)
treeec87238bcda631aa3bdf701d49c47182c0e2e439 /src/xmpp/stanza.h
parent5b6de3340c0849dbca99152a1b92e1425af59690 (diff)
downloadprofani-tty-31cd507d3c9782e4e1e2240348880c3166239391.tar.gz
Added /disco command
Diffstat (limited to 'src/xmpp/stanza.h')
-rw-r--r--src/xmpp/stanza.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xmpp/stanza.h b/src/xmpp/stanza.h
index 18f9b045..d6fb777a 100644
--- a/src/xmpp/stanza.h
+++ b/src/xmpp/stanza.h
@@ -126,7 +126,7 @@ xmpp_stanza_t* stanza_create_presence(xmpp_ctx_t * const ctx);
 
 xmpp_stanza_t* stanza_create_roster_iq(xmpp_ctx_t *ctx);
 xmpp_stanza_t* stanza_create_ping_iq(xmpp_ctx_t *ctx);
-xmpp_stanza_t* stanza_create_disco_iq(xmpp_ctx_t *ctx, const char * const id,
+xmpp_stanza_t* stanza_create_disco_info_iq(xmpp_ctx_t *ctx, const char * const id,
     const char * const to, const char * const node);
 
 gboolean stanza_contains_chat_state(xmpp_stanza_t *stanza);