From d2de6236f2bd7829bbd6653f5ad86b476c8dbbff Mon Sep 17 00:00:00 2001 From: mathieui Date: Fri, 4 Apr 2014 01:13:36 +0200 Subject: Enable XEP-0198 (Stream Management) --- src/connection.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/connection.py b/src/connection.py index f9e6ddfa..40c5f0ed 100644 --- a/src/connection.py +++ b/src/connection.py @@ -81,6 +81,7 @@ 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() -- cgit v1.2.3