diff CHANGELOG @ 2738:eb58f26ed236

plugin XEP-0384: update to last python-omemo + trust management: - Plugin has been updated to use last version of python-omemo (10.0.3). - A temporary method remove all storage data if they are found, this method must be removed before 0.7 release (only people using dev version should have old omemo data in there storage). - Trust management is not implemented, using new encryptionTrustUIGet method (an UI is also displayed when trust handling is needed before sending a message). - omemo.DefaultOTPKPolicy is now used, instead of previous test policy of always deleting. OMEMO e2e encryption is now functional for one2one conversations, including fingerprint management.
author Goffi <goffi@goffi.org>
date Wed, 02 Jan 2019 18:50:28 +0100
parents b35c84ea73cf
children 8fd8ce5a5855
line wrap: on
line diff
--- a/CHANGELOG	Wed Jan 02 18:32:16 2019 +0100
+++ b/CHANGELOG	Wed Jan 02 18:50:28 2019 +0100
@@ -12,7 +12,7 @@
     - XEP-0280 implementation (Mesage Carbons)
     - XEP-0313 implementation of messages part (one2one + MUC)
     - XEP-0329 implementation (File Information Sharing)
-    - XEP-0384 implementation (OMEMO encryption)
+    - XEP-0384 implementation (OMEMO encryption), one2one
     - new bridges are available: pb (perspective browser), and embedded (use backend as a module)
     - D-Bus bridge: changed namespace from org.goffi.SAT to org.salutatoi.SAT
     - components (SàT can now act as a component)