mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-25 08:16:21 +00:00
Add support for disconnect in OMEMO
This commit is contained in:
@@ -405,6 +405,7 @@ message_send_chat_omemo(const char *const jid, uint32_t sid, GList *keys,
|
||||
xmpp_stanza_add_child(body, body_text);
|
||||
xmpp_stanza_release(body_text);
|
||||
xmpp_stanza_add_child(message, body);
|
||||
xmpp_stanza_release(body);
|
||||
|
||||
if (state) {
|
||||
stanza_attach_state(ctx, message, state);
|
||||
|
||||
Reference in New Issue
Block a user