Enable CSI by default

(but don’t do anything with it, leave that to plugins)
This commit is contained in:
mathieui 2016-06-04 23:00:18 +02:00
parent 10c0ca94bb
commit bb3ddde9f6

View file

@ -163,6 +163,7 @@ class Connection(slixmpp.ClientXMPP):
self.register_plugin('xep_0297')
self.register_plugin('xep_0308')
self.register_plugin('xep_0334')
self.register_plugin('xep_0352')
self.init_plugins()
def set_keepalive_values(self, option=None, value=None):