Moved caps query stanza creation to caps module

This commit is contained in:
James Booth
2013-01-21 22:38:48 +00:00
parent c828e397b6
commit 5ef1bee55b
3 changed files with 48 additions and 82 deletions

View File

@@ -35,6 +35,7 @@ void caps_add(const char * const caps_str, const char * const client);
gboolean caps_contains(const char * const caps_str);
Capabilities* caps_get(const char * const caps_str);
char* caps_get_sha1_str(xmpp_stanza_t * const query);
xmpp_stanza_t* caps_get_query_response_stanza(xmpp_ctx_t *ctx);
void caps_close(void);
#endif