4 ms·
Using OMEMO on XMPP is a federated implementation of the Signal protocol. I believe Matrix' e2e encryption is also based on it.
by vader1 9y ago
Using OMEMO on XMPP is a federated implementation of the Signal protocol. I believe Matrix' e2e encryption is also based on it.
- mrmondo 9y agoI’m really hoping OMEMO makes it into Openfire (XMPP Server) and Adium (XMPP Client) sooner rather than later, we current use OTR but OMEMO is objectively superior in every way I can see.
- kees99 9y agoIn general, servers should have nothing to do with end-to-end encryption, except for not actively breaking it. OMEMO in particular uses: - Personal Eventing Protocol (PEP, XEP-0163) to transport key material; and - core RFC3920/RFC6120 XMPP protocol to transport encrypted messages. Both of which are already supported by Openfire [see JM-1122]. So, as far as I can tell, Openfire is fully capable of delivering OMEMO messages right now. https://issues.igniterealtime.org/browse/JM-1122 https://issues.igniterealtime.org/browse/JM-1122 [EDIT] For Adium OMEMO support, have a look at Lurch: https://github.com/shtrom/Lurch4Adium https://github.com/shtrom/Lurch4Adium
- synchronise 9y agoI don't think Adium is doing much in terms of active development sadly.