Summary: | gpg messages not showed | ||
---|---|---|---|
Product: | [Unmaintained] kopete | Reporter: | Marek <ares> |
Component: | Jabber Plugin | Assignee: | Kopete Developers <kopete-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | jreznik, opensource |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: |
Proposed patch for correct handling of encrypted messages
+MUC patch |
Description
Marek
2008-07-15 22:59:51 UTC
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 |