Refactor show and status stanza handling

This commit is contained in:
James Booth
2013-03-17 22:21:05 +00:00
parent e22970b304
commit 8d2e0656b4
3 changed files with 34 additions and 36 deletions

View File

@@ -167,4 +167,7 @@ xmpp_stanza_t * stanza_create_software_version_iq(xmpp_ctx_t *ctx, const char *
xmpp_stanza_t * stanza_create_disco_items_iq(xmpp_ctx_t *ctx, const char * const id,
const char * const jid);
char * stanza_get_status(xmpp_stanza_t *stanza, char *def);
char * stanza_get_show(xmpp_stanza_t *stanza, char *def);
#endif