summaryrefslogtreecommitdiff
path: root/src/connection.py
diff options
context:
space:
mode:
authormathieui <mathieui@mathieui.net>2014-04-26 11:49:11 +0200
committermathieui <mathieui@mathieui.net>2014-04-26 11:49:11 +0200
commit947cd131073e2f684163168546e6dee5938a4c63 (patch)
tree33bdc7608a3a3fda37114d76ed3bf92c9d524ec5 /src/connection.py
parent4a26dea66d9d2f2c2e88cf5e100f312f3c594af1 (diff)
downloadpoezio-947cd131073e2f684163168546e6dee5938a4c63.tar.gz
poezio-947cd131073e2f684163168546e6dee5938a4c63.tar.bz2
poezio-947cd131073e2f684163168546e6dee5938a4c63.tar.xz
poezio-947cd131073e2f684163168546e6dee5938a4c63.zip
Disable 0198 for now because we will properly implement it later
Diffstat (limited to 'src/connection.py')
-rw-r--r--src/connection.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/connection.py b/src/connection.py
index 05c79716..da26f25b 100644
--- a/src/connection.py
+++ b/src/connection.py
@@ -85,7 +85,6 @@ class Connection(sleekxmpp.ClientXMPP):
self.register_plugin('xep_0085')
self.register_plugin('xep_0115')
self.register_plugin('xep_0191')
- self.register_plugin('xep_0198')
self.register_plugin('xep_0199')
self.set_keepalive_values()