Moved update presence handler creation to stanza module

This commit is contained in:
James Booth
2012-11-10 00:16:56 +00:00
parent ca75c1c231
commit 34c21c0a2e
3 changed files with 59 additions and 40 deletions

View File

@@ -81,4 +81,8 @@ xmpp_stanza_t* stanza_create_room_presence(xmpp_ctx_t *ctx,
xmpp_stanza_t* stanza_create_room_leave(xmpp_ctx_t *ctx,
const char * const room, const char * const nick);
xmpp_stanza_t *
stanza_create_presence(xmpp_ctx_t *ctx, const char * const show,
const char * const status);
#endif