mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-27 04:26:21 +00:00
Moved ping iq creation to stanza
This commit is contained in:
@@ -85,5 +85,8 @@ xmpp_stanza_t* stanza_create_presence(xmpp_ctx_t *ctx, const char * const show,
|
||||
const char * const status);
|
||||
|
||||
xmpp_stanza_t* stanza_create_roster_iq(xmpp_ctx_t *ctx);
|
||||
xmpp_stanza_t* stanza_create_ping_iq(xmpp_ctx_t *ctx);
|
||||
|
||||
gboolean stanza_contains_chat_state(xmpp_stanza_t *stanza);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user