Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-01-20 | Make things work with Python3's byte semantics. | Lance Stout | |
2012-01-20 | Add support for X-FACEBOOK-PLATFORM SASL mechanism. | Lance Stout | |
This requires an extra credential for SASL authentication: xmpp = ClientXMPP('user@chat.facebook.com', '...access_token...') xmpp.credentials['api_key'] = '...api_key...' |