From 407905cfc5a60e90ccf149929eb9517e8287ae57 Mon Sep 17 00:00:00 2001 From: John Hernandez <129467592+H3rnand3zzz@users.noreply.github.com> Date: Fri, 31 Mar 2023 10:41:41 +0200 Subject: [PATCH] Fix OTR Fix OTR: carbon in stanza breaks OTR and prevents it from starting and working properly. --- src/xmpp/message.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/xmpp/message.c b/src/xmpp/message.c index 015d4157..28997474 100644 --- a/src/xmpp/message.c +++ b/src/xmpp/message.c @@ -598,10 +598,6 @@ message_send_chat_otr(const char* const barejid, const char* const msg, gboolean stanza_attach_state(ctx, message, state); } - stanza_attach_carbons_private(ctx, message); - stanza_attach_hints_no_copy(ctx, message); - stanza_attach_hints_no_store(ctx, message); - if (request_receipt) { stanza_attach_receipt_request(ctx, message); }