summaryrefslogtreecommitdiff
path: root/poezio/connection.py
diff options
context:
space:
mode:
authormathieui <mathieui@mathieui.net>2016-08-20 00:12:59 +0200
committermathieui <mathieui@mathieui.net>2016-08-20 00:12:59 +0200
commit9cd8788400dc7a4802e6233512dcb20a741f87b2 (patch)
tree0162f1fbd99677ae1de74dd3b5eb2a003570ef42 /poezio/connection.py
parent9230126a898ea2b06ed3ca522444750c2eb2baf2 (diff)
downloadpoezio-9cd8788400dc7a4802e6233512dcb20a741f87b2.tar.gz
poezio-9cd8788400dc7a4802e6233512dcb20a741f87b2.tar.bz2
poezio-9cd8788400dc7a4802e6233512dcb20a741f87b2.tar.xz
poezio-9cd8788400dc7a4802e6233512dcb20a741f87b2.zip
Implement XEP-0070 using the confirmtab
Diffstat (limited to 'poezio/connection.py')
-rw-r--r--poezio/connection.py1
1 files changed, 1 insertions, 0 deletions
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