diff options
author | Lance Stout <lancestout@gmail.com> | 2012-07-22 13:40:22 -0700 |
---|---|---|
committer | Lance Stout <lancestout@gmail.com> | 2012-07-22 13:58:23 -0700 |
commit | fb221a8dc046b34cf28b853ba58d57711b624027 (patch) | |
tree | fab94e58be3ce65b097ff30600e796871c84dfe6 /sleekxmpp/plugins/__init__.py | |
parent | 459e1ed34587932de6cedafc305454d94df388a7 (diff) | |
download | slixmpp-fb221a8dc046b34cf28b853ba58d57711b624027.tar.gz slixmpp-fb221a8dc046b34cf28b853ba58d57711b624027.tar.bz2 slixmpp-fb221a8dc046b34cf28b853ba58d57711b624027.tar.xz slixmpp-fb221a8dc046b34cf28b853ba58d57711b624027.zip |
Add XEP-0133 support, which just makes the appropriate XEP-0050 calls.
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 bd626176..77be8870 100644 --- a/sleekxmpp/plugins/__init__.py +++ b/sleekxmpp/plugins/__init__.py @@ -41,6 +41,7 @@ __all__ = [ 'xep_0115', # Entity Capabilities 'xep_0118', # User Tune 'xep_0128', # Extended Service Discovery + 'xep_0133', # Service Administration 'xep_0153', # vCard-Based Avatars 'xep_0163', # Personal Eventing Protocol 'xep_0172', # User Nickname |