Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-05-14 | support 'success' phase correctly | Graham | |
When the GSSAPI mechanism's process() function is invoked for the third time (on success) it must not attempt further processing. Instead it should clean the context and return an empty response. | |||
2014-05-14 | don't use the kerberos.GSSError.message attribute | Graham | |
Replaced the reference to kerberos.GSSError.message in any raised exception, because: DeprecationWarning: BaseException.message has been deprecated as of Python 2.6 and its natural repr is probably the most desirable output. | |||
2014-04-20 | Fix using SCRAM with ejabberd | Lance Stout | |
2013-12-23 | Fix X-FACEBOOK-PLATFORM authentication in Python3. | Tobias Friemel | |
2013-05-13 | Update copyright years, and license for Suelta | Lance Stout | |
2013-05-13 | Update copyright for sasl modules. | Lance Stout | |
2013-01-08 | Give X-FACEBOOK-PLATFORM precedence over DIGEST-MD5 | Lance Stout | |
2013-01-02 | util/sasl/mechanisms.py: SASLMutualAuthFailed not defined | Oskari Timperi | |
SASLMutualAuthFailed was not imported from sleekxmpp.util.sasl.client | |||
2012-11-27 | Fix DIGEST-MD5 support for picky servers | Lance Stout | |
2012-09-11 | Add support for Google's X-OAUTH2 SASL mechanism | Lance Stout | |
2012-07-30 | Update and integrate Suelta. | Lance Stout | |