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 /setup.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 'setup.py')
-rwxr-xr-x | setup.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -102,6 +102,7 @@ packages = [ 'sleekxmpp', 'sleekxmpp/plugins/xep_0231', 'sleekxmpp/plugins/xep_0235', 'sleekxmpp/plugins/xep_0249', + 'sleekxmpp/plugins/xep_0257', 'sleekxmpp/plugins/xep_0258', 'sleekxmpp/plugins/xep_0279', 'sleekxmpp/plugins/xep_0280', |