diff options
Diffstat (limited to 'plugins/b64.py')
-rw-r--r-- | plugins/b64.py | 3 |
1 files changed, 3 insertions, 0 deletions
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 <body/> as a container + replace_body_with_eme = False + def decrypt(self, message: Message, _tab) -> None: """ Decrypt base64 |