Do not skip Carbons of encrypted messages
authorMikael Berthe <mikael@lilotux.net>
Sun, 26 Oct 2014 12:48:50 +0100
changeset 2161 28ee843ddc02
parent 2160 798baf5db4eb
child 2162 9e40d8f5bbe6
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.
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);