From 10c0ca94bbb871551ec65467b47ae13db1377d16 Mon Sep 17 00:00:00 2001 From: mathieui Date: Sat, 4 Jun 2016 21:00:19 +0200 Subject: Enable XEP-0198 (stream management) --- src/connection.py | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/connection.py b/src/connection.py index afeb5189..5033e616 100644 --- a/src/connection.py +++ b/src/connection.py @@ -123,6 +123,7 @@ class Connection(slixmpp.ClientXMPP): self.plugin['xep_0184'].auto_request = config.get('request_message_receipts') self.register_plugin('xep_0191') + self.register_plugin('xep_0198') self.register_plugin('xep_0199') if config.get('enable_user_tune'): -- cgit v1.2.3