Moved chat room leave presence creation to stanza module

This commit is contained in:
James Booth
2012-11-09 01:36:53 +00:00
parent 8099dfbde6
commit ca75c1c231
3 changed files with 10 additions and 11 deletions

View File

@@ -77,4 +77,8 @@ xmpp_stanza_t* stanza_create_message(xmpp_ctx_t *ctx,
xmpp_stanza_t* stanza_create_room_presence(xmpp_ctx_t *ctx,
const char * const room, const char * const nick);
xmpp_stanza_t* stanza_create_room_leave(xmpp_ctx_t *ctx,
const char * const room, const char * const nick);
#endif