slixmpp/sleekxmpp/thirdparty/suelta
Lance Stout 13158e3cdf Revert the X-GOOGLE-TOKEN mech to not perform HTTP requests.
Added new example for how to retrieve a Google token, following
the best case, non-browser, workflow. Other thirdparty auth
mechs (Facebook, MSN) follow a similar pattern of using an
access token.
2012-01-23 23:58:40 -08:00
..
mechanisms Revert the X-GOOGLE-TOKEN mech to not perform HTTP requests. 2012-01-23 23:58:40 -08:00
__init__.py Integrate a modified version of Dave Cridland's Suelta SASL library. 2011-08-03 17:00:51 -07:00
exceptions.py Integrate a modified version of Dave Cridland's Suelta SASL library. 2011-08-03 17:00:51 -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 Integrate a modified version of Dave Cridland's Suelta SASL library. 2011-08-03 17:00:51 -07:00
util.py Integrate a modified version of Dave Cridland's Suelta SASL library. 2011-08-03 17:00:51 -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.