summaryrefslogtreecommitdiff
path: root/src/connection.py
diff options
context:
space:
mode:
authormathieui <mathieui@mathieui.net>2013-06-01 21:43:15 +0200
committermathieui <mathieui@mathieui.net>2013-06-01 21:43:15 +0200
commit0dcc6f9cc403e9f0159c5f8d6381e43cfc35c6bf (patch)
treefddbb3e8126c84a915df5c0b1238862915e9cc1f /src/connection.py
parent248a9ea8227d26338b559cbdf07291f26f7b98e8 (diff)
downloadpoezio-0dcc6f9cc403e9f0159c5f8d6381e43cfc35c6bf.tar.gz
poezio-0dcc6f9cc403e9f0159c5f8d6381e43cfc35c6bf.tar.bz2
poezio-0dcc6f9cc403e9f0159c5f8d6381e43cfc35c6bf.tar.xz
poezio-0dcc6f9cc403e9f0159c5f8d6381e43cfc35c6bf.zip
Fix the caps updating (“do not verify” message in swift)
Diffstat (limited to 'src/connection.py')
-rw-r--r--src/connection.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/connection.py b/src/connection.py
index 8db237c4..9a952793 100644
--- a/src/connection.py
+++ b/src/connection.py
@@ -102,8 +102,6 @@ class Connection(sleekxmpp.ClientXMPP):
self.register_plugin('xep_0224')
self.register_plugin('xep_0308')
- self.plugin['xep_0115'].update_caps()
-
def start(self):
# TODO, try multiple servers
# With anon auth.