Mercurial > libervia-backend
comparison setup.py @ 3085:c048fc192739
plugin XEP-0384: update to latest python-omemo + better trust management:
- python-omemo minimal version is now 0.11.0
- `undecided` devices are now handled, fixing the "accept all or none" issue: if a device
is `undecided`, the trust manager will be shown with the missing devices before sending
the message.
- `untrusted` devices are discarded
author | Goffi <goffi@goffi.org> |
---|---|
date | Fri, 20 Dec 2019 12:28:01 +0100 |
parents | ffcdd93b61fa |
children | e75024e41f81 |
comparison
equal
deleted
inserted
replaced
3084:ffcdd93b61fa | 3085:c048fc192739 |
---|---|
46 'shortuuid', | 46 'shortuuid', |
47 'twisted[tls] >= 19.7.0', | 47 'twisted[tls] >= 19.7.0', |
48 'urwid >= 1.2.0', | 48 'urwid >= 1.2.0', |
49 'urwid-satext >= 0.7.0a2', | 49 'urwid-satext >= 0.7.0a2', |
50 'wokkel >= 0.7.1', | 50 'wokkel >= 0.7.1', |
51 'omemo', | 51 'omemo >= 0.11.0', |
52 'omemo-backend-signal', | 52 'omemo-backend-signal', |
53 ] | 53 ] |
54 | 54 |
55 DBUS_DIR = 'dbus-1/services' | 55 DBUS_DIR = 'dbus-1/services' |
56 DBUS_FILE = 'misc/org.salutatoi.SAT.service' | 56 DBUS_FILE = 'misc/org.salutatoi.SAT.service' |