slixmpp/sleekxmpp/thirdparty/suelta/mechanisms
Lance Stout e2720fac9e FIX SCRAM-SHA-1-PLUS
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
2011-10-27 15:16:54 -04:00
..
__init__.py Integrate a modified version of Dave Cridland's Suelta SASL library. 2011-08-03 17:00:51 -07:00
anonymous.py Hotfix for ANONYMOUS mech support. 2011-08-05 14:06:58 -07:00
cram_md5.py Integrate a modified version of Dave Cridland's Suelta SASL library. 2011-08-03 17:00:51 -07:00
digest_md5.py Integrate a modified version of Dave Cridland's Suelta SASL library. 2011-08-03 17:00:51 -07:00
plain.py Integrate a modified version of Dave Cridland's Suelta SASL library. 2011-08-03 17:00:51 -07:00
scram_hmac.py FIX SCRAM-SHA-1-PLUS 2011-10-27 15:16:54 -04:00