Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

XEP-0384: OMEMO Encryption support #52

Open
lukejohnsonrp opened this issue Nov 7, 2020 · 1 comment
Open

XEP-0384: OMEMO Encryption support #52

lukejohnsonrp opened this issue Nov 7, 2020 · 1 comment

Comments

@lukejohnsonrp
Copy link

lukejohnsonrp commented Nov 7, 2020

Please add support for the new OMEMO XEP: http://xmpp.org/extensions/xep-0384.html

OMEMO is an XMPP Extension Protocol (XEP) for secure multi-client end-to-end encryption: ​http://conversations.im/omemo/ It offers Forward Secrecy and deniability while allowing you to keep the benefits of message synchronization and offline delivery.

OMEMO uses the Double Ratchet algorithm to establish secure sessions between every combination of devices: ​https://en.wikipedia.org/wiki/OMEMO

It's current support status in other XMPP clients is tracked here: http://www.omemo.top

@rufferson
Copy link
Contributor

rufferson commented Nov 7, 2020

It does support all the server side requirements for OMEMO as per section 7 of XEP-0384.
You'd need DJabberd-Plugin-PEP with DJabberd::Plugin::PEP::Spool persistent storage as described in the reference setup

P.S. However conversations itself does not support yet latest 0384 spec (at least it was not supporting it when I tested couple of months ago)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants