| Summary: | kopete ignores encrypted messages (GnuPG) | ||
|---|---|---|---|
| Product: | [Unmaintained] kopete | Reporter: | Stefan Endrullis <stefan> |
| Component: | Jabber Plugin | Assignee: | Kopete Developers <kopete-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | joerg, pali.rohar |
| Priority: | NOR | ||
| Version First Reported In: | 0.70.2 | ||
| Target Milestone: | --- | ||
| Platform: | Debian testing | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | 4.3 | |
| Sentry Crash Report: | |||
|
Description
Stefan Endrullis
2009-04-24 14:18:31 UTC
Which protocol are you using to send the message? I'm using jabber to send encrypted messages. In in KDE3 version of kopete it worked well. When I got an encrypted message and kopete was unable to decrypt it a hint (something like "unable to decrypt message") appeared in the chat window. I wish that the KDE4 version of kopete could give the user a similar hint instead of just ignoring the message. is the cryptography plugin installed? (In reply to comment #3) > is the cryptography plugin installed? I had the same problem. The cryptography plugin is not installed as it is not currently not available for debian. In version 0.70.4 the problem seems to be half fixed. At least the user is informed that an encrypted message has been received. However, I don't understand why the message is not displayed, the encrypted message is just ASCII text like every other message. If it would be displayed, then I could at least encrypt it using kgpg. Signed/encrypted messages are sending in special xml tag in xmpp message (as specified in xmpp pgp extenstion). So content of pgp message is not visible by default and you need cryptography plugin for it. But since Kopete KDE 4.3 (svn rev 1036361) there is option in jabber account dialog in Privacy tab, to not use xmpp pgp extension, but put all pgp messages directly to xmpp message. This is for jabber clients which do not support that xmpp pgp extension. So I'm closing this bug as fixed. |