diff options
author | mathieui <mathieui@mathieui.net> | 2014-04-26 11:49:11 +0200 |
---|---|---|
committer | mathieui <mathieui@mathieui.net> | 2014-04-26 11:49:11 +0200 |
commit | 947cd131073e2f684163168546e6dee5938a4c63 (patch) | |
tree | 33bdc7608a3a3fda37114d76ed3bf92c9d524ec5 /src/connection.py | |
parent | 4a26dea66d9d2f2c2e88cf5e100f312f3c594af1 (diff) | |
download | poezio-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.py | 1 |
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() |