# HG changeset patch # User Mikael Berthe # Date 1414324130 -3600 # Node ID 28ee843ddc02c74385e346de7a7e289f8bd597f0 # Parent 798baf5db4ebf9f0a86e8094b14ceb8f9a125a83 Do not skip Carbons of encrypted messages Since we don't know we were not the intended recipient of the encrypted message, try to read encrypted messages even if we are not the primary recipient. diff -r 798baf5db4eb -r 28ee843ddc02 mcabber/mcabber/xmpp.c --- a/mcabber/mcabber/xmpp.c Sun Oct 05 11:30:35 2014 +0200 +++ b/mcabber/mcabber/xmpp.c Sun Oct 26 12:48:50 2014 +0100 @@ -1310,10 +1310,6 @@ else skip_process = TRUE; - // We (probably) cannot handle encrypted forwarded messages - if (lm_message_node_find_xmlns(x, NS_ENCRYPTED)) - skip_process = TRUE; - // Try to handle forwarded chat state messages handle_state_events(from, x);