From 812d9485e39ddb54e069ea9ddfb046280ae43cf8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maxime=20=E2=80=9Cpep=E2=80=9D=20Buquet?= Date: Fri, 28 Jun 2019 00:21:21 +0200 Subject: e2ee-api: update b64 plugin with latest changes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Maxime “pep” Buquet --- plugins/b64.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/plugins/b64.py b/plugins/b64.py index 57b2664f..d56ac5b3 100644 --- a/plugins/b64.py +++ b/plugins/b64.py @@ -34,6 +34,9 @@ class Plugin(E2EEPlugin): encryption_short_name = 'b64' eme_ns = 'urn:xmpps:base64:0' + # This encryption mechanism is using as a container + replace_body_with_eme = False + def decrypt(self, message: Message, _tab) -> None: """ Decrypt base64 -- cgit v1.2.3