Age | Commit message (Collapse) | Author |
|
|
|
This requires an extra credential for SASL authentication:
xmpp = ClientXMPP('user@chat.facebook.com', '...access_token...')
xmpp.credentials['api_key'] = '...api_key...'
|
|
|
|
NOTE: This requires already having the access token. It does NOT
perform any OAuth requests.
|
|
The mechanism name was being correctly de-plussed, but then we used the
original, -PLUS, name to extract the hash, finding SHA-1-PLUS and therefore
finding no match.
Test-Information:
Tested with Sleek against an Isode M-Link with SCRAM-SHA-1-PLUS available.
Author: dwd
|
|
Updates version to 1.0-Beta6.1
|
|
|
|
|