| Summary: | Kopete to find out wether to use PGP or not | ||
|---|---|---|---|
| Product: | [Unmaintained] kopete | Reporter: | Pupeno <pupeno> |
| Component: | Cryptography Plugin | Assignee: | Kopete Developers <kopete-bugs-null> |
| Status: | RESOLVED INTENTIONAL | ||
| Severity: | wishlist | CC: | sven.burmeister |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Ubuntu | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Pupeno
2006-01-21 15:30:33 UTC
For Jabber there is XEP-0116 which describes how two clients can negotiate whether to use encryption or not. http://www.xmpp.org/extensions/xep-0116.html The current crypto architecture does not allow this sort of client-to-client negotiation. Jabber has support for encryption, but the cryptography plugin does not plan to use this. The plugin is protocol-independent and operates on a per-message basis. Messages are simply transformed from plaintext into OpenPGP text blocks. There is no protocol-level communication at all. If the Jabber protocol plugin wants to support crypto separately from the cryptography plugin, that is another issue. |