about summary refs log tree commit diff stats
path: root/src/stanza.h
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2013-01-20 01:29:15 +0000
committerJames Booth <boothj5@gmail.com>2013-01-20 01:29:15 +0000
commit8ff283d44dc38ae10be089412292b738afcdbeb2 (patch)
treee01d683379e05c9663e25dda833ebd5f99877120 /src/stanza.h
parentf967395f0f99a7eba7aa6ea1c006b39b142f56d5 (diff)
downloadprofani-tty-8ff283d44dc38ae10be089412292b738afcdbeb2.tar.gz
Send diso#info request if capabilities not cached
Diffstat (limited to 'src/stanza.h')
-rw-r--r--src/stanza.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/stanza.h b/src/stanza.h
index 98383293..c5cec333 100644
--- a/src/stanza.h
+++ b/src/stanza.h
@@ -110,6 +110,8 @@ xmpp_stanza_t* stanza_create_presence(xmpp_ctx_t *ctx, const char * const show,
 
 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 to,
+    const char * const node);
 
 gboolean stanza_contains_chat_state(xmpp_stanza_t *stanza);