Send diso#info request if capabilities not cached

This commit is contained in:
James Booth
2013-01-20 01:29:15 +00:00
parent f967395f0f
commit 8ff283d44d
3 changed files with 27 additions and 1 deletions

View File

@@ -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);