slixmpp/sleekxmpp
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
..
features Add an extra config dict to store SASL credentials. 2012-01-20 01:08:25 -08:00
plugins
roster
stanza
test
thirdparty Add support for X-FACEBOOK-PLATFORM SASL mechanism. 2012-01-20 01:24:05 -08:00
xmlstream
__init__.py
basexmpp.py
clientxmpp.py Add an extra config dict to store SASL credentials. 2012-01-20 01:08:25 -08:00
componentxmpp.py
exceptions.py
version.py