Disable 0198 for now because we will properly implement it later
This commit is contained in:
parent
4a26dea66d
commit
947cd13107
1 changed files with 0 additions and 1 deletions
|
@ -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()
|
||||
|
||||
|
|
Loading…
Reference in a new issue