Moved room join stanza creation

This commit is contained in:
James Booth
2012-11-09 01:04:32 +00:00
parent d2497b2e92
commit 187ea6e8b8
3 changed files with 26 additions and 14 deletions

View File

@@ -74,4 +74,7 @@ xmpp_stanza_t* stanza_create_chat_state(xmpp_ctx_t *ctx,
xmpp_stanza_t* stanza_create_message(xmpp_ctx_t *ctx,
const char * const recipient, const char * const type,
const char * const message, const char * const state);
xmpp_stanza_t* stanza_create_room_presence(xmpp_ctx_t *ctx,
const char * const room, const char * const nick);
#endif