changeset 2161:28ee843ddc02

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.
author Mikael Berthe <mikael@lilotux.net>
date Sun, 26 Oct 2014 12:48:50 +0100
parents 798baf5db4eb
children 9e40d8f5bbe6
files mcabber/mcabber/xmpp.c
diffstat 1 files changed, 0 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- 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);