Upgrade to support XEP-0384: OMEMO Encryption 0.9.0 (2025-04-07)#705
Open
cmeng-git wants to merge 10 commits into
Open
Upgrade to support XEP-0384: OMEMO Encryption 0.9.0 (2025-04-07)#705cmeng-git wants to merge 10 commits into
cmeng-git wants to merge 10 commits into
Conversation
- Implement XEP-0384: OMEMO Encryption to support both 'eu.siacs.conversations.axolotl' and 'urn:xmpp:omemo:2' namespaces; mutually exclusive and specified per user account. - Supports decryption of OMEMO messages received with either namespace. - Support OMEMO opt-out with reason from user or use the the default message. - aTalk currently does not support device label, labelsig options. - Omemo publish-options is supported in devices and bundles publish. Set to "NONE" if xmpp server does not support the option. Otherwise OMEMO will not work, as when enabled in ejabberd 25.10 has errors i.e. precondition-not-met and conflict. - Upgrade smack to support XEP-0420: Stanza Content Encryption 0.4.1 (2021-11-18).
- Must perform active subscription to node 'urn:xmpp:omemo:2:devices' and 'urn:xmpp:omemo:2:bundles', inorder to send publish-options successful. - If onPepEvent received omemo#devices itemId != 'current', it must be purged from the server. Otherwise this will leads to endless loop in receiving the pepEvent for this item (as it not being updated).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Required source changes in XEP-0420: Stanza Content Encryption 0.4.1 (2021-11-18)
#704