slixmpp/sleekxmpp/thirdparty/suelta
2012-07-06 11:05:47 -07:00
..
mechanisms Fix X-FACEBOOK-PLATFORM mechanism to work with Python3. 2012-05-25 11:04:46 -07:00
__init__.py
exceptions.py Use SASLPrepFailure as the exception name instead of UnicodeError. 2012-05-14 23:12:54 -07:00
LICENSE Make sure to keep David Cridland's license and copyright. 2011-08-03 17:08:45 -07:00
PLAYING-NICELY Make sure to keep David Cridland's license and copyright. 2011-08-03 17:08:45 -07:00
README Make sure to keep David Cridland's license and copyright. 2011-08-03 17:08:45 -07:00
sasl.py Hotfix for ANONYMOUS mech support. 2011-08-05 14:06:58 -07:00
saslprep.py Use SASLPrepFailure as the exception name instead of UnicodeError. 2012-05-14 23:12:54 -07:00
util.py Handle converting None to byte data (b''). 2012-07-06 11:05:47 -07:00

Suelta - A pure-Python SASL client library

Suelta is a SASL library, providing you with authentication and in some cases
security layers.

It supports a wide range of typical SASL mechanisms, including the MTI for
all known protocols.