Moved room join stanza creation
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user