diff 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
line wrap: on
line diff
--- a/setup.py	Thu Feb 28 18:57:06 2019 +0100
+++ b/setup.py	Thu Feb 28 18:57:26 2019 +0100
@@ -50,7 +50,7 @@
     'urwid >= 1.2.0',
     'urwid-satext >= 0.6.1',
     'wokkel >= 0.7.1',
-    'omemo >= 0.10.3',
+    'omemo == 0.10.3',  # FIXME: we block to this version until bĂȘta
     'omemo_backend_signal',
 ]