aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMelvin Keskin <melvo@olomono.de>2022-05-09 21:45:49 +0200
committerLinus Jahn <lnj@kaidan.im>2022-08-13 15:55:03 +0200
commitceb62dd9d0d86bc8327ace116930962cf7fad1e9 (patch)
tree35bdcccf3e1bebddadcdab6205383975ca66e4c4 /doc
parentec0669845b9072ea6cdc0fefb66f1d07511386a4 (diff)
downloadqxmpp-ceb62dd9d0d86bc8327ace116930962cf7fad1e9.tar.gz
Implement XEP-0384: OMEMO Encryption v0.8
This implements XEP-0384 in version v0.8 with a manager and storage classes to be user-implemented for persistant storage. The license of the code is LGPL-2.1-or-later as usual. However since libomemo-c (libsignal-protocol-c) is GPL-3.0, the built binary is always licensed under GPL-3.0. Having our code LGPL licensed will make it avoids relicensing in the future in case we port it to an LGPL compatible omemo library. Closes #133. Co-authored-by: Linus Jahn <lnj@kaidan.im>
Diffstat (limited to 'doc')
-rw-r--r--doc/xep.doc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/xep.doc b/doc/xep.doc
index a124db75..46a9701a 100644
--- a/doc/xep.doc
+++ b/doc/xep.doc
@@ -62,6 +62,7 @@ Complete:
- \xep{0367, Message Attaching} (v0.3)
- \xep{0380, Explicit Message Encryption} (v0.4)
- \xep{0382, Spoiler messages} (v0.2)
+- \xep{0384, OMEMO Encryption} (v0.8)
- \xep{0420, Stanza Content Encryption} (v0.4)
- \xep{0428, Fallback Indication} (v0.1)
- \xep{0434, Trust Messages} (v0.6)
@@ -70,7 +71,6 @@ Complete:
Ongoing:
- \xep{0009, Jabber-RPC} (API is not finalized yet)
- \xep{0369, Mediated Information eXchange (MIX)} (Only IQ queries implemented) (v0.14)
-- \xep{0384, OMEMO Encryption} (Only wire protocol data classes implemented) (v0.8)
- \xep{0405, Mediated Information eXchange (MIX): Participant Server Requirements} (Only IQ queries implemented) (v0.4)
- \xep{0407, Mediated Information eXchange (MIX): Miscellaneous Capabilities} (QXmppMixInvitation) (v0.1)