diff options
author | mathieui <mathieui@mathieui.net> | 2016-06-04 21:00:19 +0200 |
---|---|---|
committer | mathieui <mathieui@mathieui.net> | 2016-06-04 21:00:19 +0200 |
commit | 10c0ca94bbb871551ec65467b47ae13db1377d16 (patch) | |
tree | 4f399a390d37459a23a6be8c419706dd3993b92c /src | |
parent | 1ced5805514f853145891ae591aa9a0a5c8b84ad (diff) | |
download | poezio-10c0ca94bbb871551ec65467b47ae13db1377d16.tar.gz poezio-10c0ca94bbb871551ec65467b47ae13db1377d16.tar.bz2 poezio-10c0ca94bbb871551ec65467b47ae13db1377d16.tar.xz poezio-10c0ca94bbb871551ec65467b47ae13db1377d16.zip |
Enable XEP-0198 (stream management)
Diffstat (limited to 'src')
-rw-r--r-- | src/connection.py | 1 |
1 files changed, 1 insertions, 0 deletions
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'): |