diff options
author | Lance Stout <lancestout@gmail.com> | 2012-03-18 01:02:19 -0700 |
---|---|---|
committer | Lance Stout <lancestout@gmail.com> | 2012-03-18 01:02:19 -0700 |
commit | 73cabcb6ae130519020a743567dec107a1c9f057 (patch) | |
tree | d46f309b2ac4dbfe3c93f29d229a4effd2ff9bbb /sleekxmpp/plugins/__init__.py | |
parent | fbdf2bed4996131b6d6cb6783cc59721dd6c0035 (diff) | |
download | slixmpp-73cabcb6ae130519020a743567dec107a1c9f057.tar.gz slixmpp-73cabcb6ae130519020a743567dec107a1c9f057.tar.bz2 slixmpp-73cabcb6ae130519020a743567dec107a1c9f057.tar.xz slixmpp-73cabcb6ae130519020a743567dec107a1c9f057.zip |
Add initial support for XEP-0198 for stream management.
Diffstat (limited to 'sleekxmpp/plugins/__init__.py')
-rw-r--r-- | sleekxmpp/plugins/__init__.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sleekxmpp/plugins/__init__.py b/sleekxmpp/plugins/__init__.py index 8f8f851a..c374f27b 100644 --- a/sleekxmpp/plugins/__init__.py +++ b/sleekxmpp/plugins/__init__.py @@ -41,6 +41,7 @@ __all__ = [ 'xep_0163', # Personal Eventing Protocol 'xep_0172', # User Nickname 'xep_0184', # Message Receipts + 'xep_0198', # Stream Management 'xep_0199', # Ping 'xep_0202', # Entity Time 'xep_0203', # Delayed Delivery |