diff setup.py @ 2654:e7bfbded652a

plugin XEP-0384, install: adapted plugin to omemo module changes + added omemo module to dependencies: - omemo module logs are now integrated in SàT - OmemoStorage adapated to changes - now really delete OTPK each time, behaviour may be modified in future - fixed bad arguments used during decryption - adapted to other changes OMEMO is now working \o/ It still needs some adjustements though: bundles/devices are for the moment requested on each message encryption, and fingerprints management is not implemented yet.
author Goffi <goffi@goffi.org>
date Sat, 11 Aug 2018 18:24:55 +0200
parents f93619e16ea0
children 12620b10b20a
line wrap: on
line diff
--- a/setup.py	Sat Aug 11 18:24:55 2018 +0200
+++ b/setup.py	Sat Aug 11 18:24:55 2018 +0200
@@ -50,6 +50,7 @@
     'urwid >= 1.2.0',
     'urwid-satext >= 0.6.1',
     'wokkel >= 0.7.1',
+    'omemo',
 ]
 
 DBUS_DIR = 'dbus-1/services'