mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-26 05:06:21 +00:00
Moved chat room leave presence creation to stanza module
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user