slixmpp/sleekxmpp/thirdparty/suelta
Lance Stout 71ea430c62 Add support for X-FACEBOOK-PLATFORM SASL mechanism.
This requires an extra credential for SASL authentication:

xmpp = ClientXMPP('user@chat.facebook.com', '...access_token...')
xmpp.credentials['api_key'] = '...api_key...'
2012-01-20 01:24:05 -08:00
..
mechanisms Add support for X-FACEBOOK-PLATFORM SASL mechanism. 2012-01-20 01:24:05 -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.