Version: (using Devel) Installed from: Compiled sources OS: Linux Any gpg encrypted message is not received (nothing pops up, nothing to read). It seems that there is not gnupg plugin at all, but in this case at least a message with cipher text should appear. This is really pain, because you are not even noticed when anyone sends you a message
I can confirm this issue with encrypted messages. Problem occurred somewhere between 3.5 -> 4.0 release. Code handling encrypted messages has been reworked. It's not working even with kopete-cryptography plugin - it's not notified about new message. I'm trying to prepare patch.
Created attachment 29144 [details] Proposed patch for correct handling of encrypted messages Patch checks if kopete-cryptography plugin is loaded + encrypted messages are no longer throw away and are correctly sent to kopete-cryptography plugin.
One remaining problem is with receiving encrypted message when no chat window is shown - Kopete crashes. When chat window is already shown, no problem. But I'm not sure about message flow in Kopete. Should I fill another bug?
Similiar code is also located in these files, maybe they should be patched, too: jabbergroupcontact.cpp jabbergroupmembercontact.cpp
(In reply to comment #4) > Similiar code is also located in these files, maybe they should be patched, > too: > > jabbergroupcontact.cpp > jabbergroupmembercontact.cpp > You are right - to solve this bug it's necessary to patch these two files too.
Created attachment 29176 [details] +MUC patch
This has been fixed in trunk for 4.3 and in the 4.2 branch for 4.2.3