comparison 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
comparison
equal deleted inserted replaced
2653:7213caa5c5d0 2654:e7bfbded652a
48 'shortuuid', 48 'shortuuid',
49 'twisted >= 15.2.0', 49 'twisted >= 15.2.0',
50 'urwid >= 1.2.0', 50 'urwid >= 1.2.0',
51 'urwid-satext >= 0.6.1', 51 'urwid-satext >= 0.6.1',
52 'wokkel >= 0.7.1', 52 'wokkel >= 0.7.1',
53 'omemo',
53 ] 54 ]
54 55
55 DBUS_DIR = 'dbus-1/services' 56 DBUS_DIR = 'dbus-1/services'
56 DBUS_FILE = 'misc/org.salutatoi.SAT.service' 57 DBUS_FILE = 'misc/org.salutatoi.SAT.service'
57 with open(os.path.join(NAME, 'VERSION')) as f: 58 with open(os.path.join(NAME, 'VERSION')) as f: