comparison 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
comparison
equal deleted inserted replaced
2737:5c2ed8a5ae22 2738:eb58f26ed236
10 - XEP-0231 implementation (Bits of Binary) 10 - XEP-0231 implementation (Bits of Binary)
11 - XEP-0264 implementation (Thumbnails) 11 - XEP-0264 implementation (Thumbnails)
12 - XEP-0280 implementation (Mesage Carbons) 12 - XEP-0280 implementation (Mesage Carbons)
13 - XEP-0313 implementation of messages part (one2one + MUC) 13 - XEP-0313 implementation of messages part (one2one + MUC)
14 - XEP-0329 implementation (File Information Sharing) 14 - XEP-0329 implementation (File Information Sharing)
15 - XEP-0384 implementation (OMEMO encryption) 15 - XEP-0384 implementation (OMEMO encryption), one2one
16 - new bridges are available: pb (perspective browser), and embedded (use backend as a module) 16 - new bridges are available: pb (perspective browser), and embedded (use backend as a module)
17 - D-Bus bridge: changed namespace from org.goffi.SAT to org.salutatoi.SAT 17 - D-Bus bridge: changed namespace from org.goffi.SAT to org.salutatoi.SAT
18 - components (SàT can now act as a component) 18 - components (SàT can now act as a component)
19 - templates engine 19 - templates engine
20 - invitations (create temporary account to invite somebody without XMPP account) 20 - invitations (create temporary account to invite somebody without XMPP account)