Disable 0198 for now because we will properly implement it later

This commit is contained in:
mathieui 2014-04-26 11:49:11 +02:00
parent 4a26dea66d
commit 947cd13107

View file

@ -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()