summaryrefslogtreecommitdiff
path: root/poezio/connection.py
diff options
context:
space:
mode:
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