diff options
author | Lance Stout <lancestout@gmail.com> | 2012-10-19 00:01:02 -0700 |
---|---|---|
committer | Lance Stout <lancestout@gmail.com> | 2012-10-19 00:06:45 -0700 |
commit | e6c95f0a2acfd56ad47f60d9576a0db5458ed118 (patch) | |
tree | 86b8661cf2de3b8647c68a602c03e9853adb936f /sleekxmpp/plugins/__init__.py | |
parent | 63b58edda11e34b02123ff0e9944c3c2c3bc17ba (diff) | |
download | slixmpp-e6c95f0a2acfd56ad47f60d9576a0db5458ed118.tar.gz slixmpp-e6c95f0a2acfd56ad47f60d9576a0db5458ed118.tar.bz2 slixmpp-e6c95f0a2acfd56ad47f60d9576a0db5458ed118.tar.xz slixmpp-e6c95f0a2acfd56ad47f60d9576a0db5458ed118.zip |
Add support for XEP-0257: Client Certificate Management for SASL EXTERNAL
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 1e6534d0..59d716eb 100644 --- a/sleekxmpp/plugins/__init__.py +++ b/sleekxmpp/plugins/__init__.py @@ -67,6 +67,7 @@ __all__ = [ 'xep_0242', # XMPP Client Compliance 2009 'xep_0249', # Direct MUC Invitations 'xep_0256', # Last Activity in Presence + 'xep_0257', # Client Certificate Management for SASL EXTERNAL 'xep_0258', # Security Labels in XMPP 'xep_0270', # XMPP Compliance Suites 2010 'xep_0279', # Server IP Check |