Mercurial > libervia-backend
comparison setup.py @ 2817:0ab62dd3cf05
plugin XEP-0384: better bundle handling + misc improvments
- public bundles are now retrieved only when needed (i.e. on MissingBundleException when encrypting a message)
- a feedback is given to user when a message is received but it has not been encrypted for our device
- fixed feedback on decryption error if message come from an other device of the client (i.e. it's a carbon copy)
- setBundle if called in a "finally" if republish_bundle is set after decrypting a message
author | Goffi <goffi@goffi.org> |
---|---|
date | Thu, 28 Feb 2019 18:57:26 +0100 |
parents | eb58f26ed236 |
children | 88f10630d5ea |
comparison
equal
deleted
inserted
replaced
2816:114cdde9ff96 | 2817:0ab62dd3cf05 |
---|---|
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 >= 0.10.3', | 53 'omemo == 0.10.3', # FIXME: we block to this version until bĂȘta |
54 'omemo_backend_signal', | 54 'omemo_backend_signal', |
55 ] | 55 ] |
56 | 56 |
57 DBUS_DIR = 'dbus-1/services' | 57 DBUS_DIR = 'dbus-1/services' |
58 DBUS_FILE = 'misc/org.salutatoi.SAT.service' | 58 DBUS_FILE = 'misc/org.salutatoi.SAT.service' |