From 9cd8788400dc7a4802e6233512dcb20a741f87b2 Mon Sep 17 00:00:00 2001 From: mathieui Date: Sat, 20 Aug 2016 00:12:59 +0200 Subject: Implement XEP-0070 using the confirmtab --- 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 fffcaf9f..7b12a6eb 100644 --- a/poezio/connection.py +++ b/poezio/connection.py @@ -109,6 +109,7 @@ class Connection(slixmpp.ClientXMPP): self.register_plugin('xep_0054') self.register_plugin('xep_0060') self.register_plugin('xep_0066') + self.register_plugin('xep_0070') self.register_plugin('xep_0071') self.register_plugin('xep_0077') self.plugin['xep_0077'].create_account = False -- cgit v1.2.3