From fb221a8dc046b34cf28b853ba58d57711b624027 Mon Sep 17 00:00:00 2001 From: Lance Stout Date: Sun, 22 Jul 2012 13:40:22 -0700 Subject: Add XEP-0133 support, which just makes the appropriate XEP-0050 calls. --- sleekxmpp/plugins/__init__.py | 1 + 1 file changed, 1 insertion(+) (limited to 'sleekxmpp/plugins/__init__.py') 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 -- cgit v1.2.3