From 76445a68670b8b1cc9a046d582ddc68982e4c221 Mon Sep 17 00:00:00 2001 From: Emmanuel Gil Peyrot Date: Tue, 20 Sep 2016 15:02:45 +0900 Subject: Add support for XEP-0380: Explicit Message Encryption Both for displaying incoming messages, and sending OTR and legacy OpenPGP. --- poezio/connection.py | 1 + 1 file changed, 1 insertion(+) (limited to 'poezio/connection.py') diff --git a/poezio/connection.py b/poezio/connection.py index be030497..b20b92dc 100644 --- a/poezio/connection.py +++ b/poezio/connection.py @@ -161,6 +161,7 @@ class Connection(slixmpp.ClientXMPP): self.register_plugin('xep_0319') self.register_plugin('xep_0334') self.register_plugin('xep_0352') + self.register_plugin('xep_0380') self.init_plugins() def set_keepalive_values(self, option=None, value=None): -- cgit v1.2.3