summaryrefslogtreecommitdiff
path: root/sleekxmpp/util/sasl
AgeCommit message (Collapse)Author
2014-05-14don't use the kerberos.GSSError.message attributeGraham
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-20Fix using SCRAM with ejabberdLance Stout
2013-12-23Fix X-FACEBOOK-PLATFORM authentication in Python3.Tobias Friemel
2013-05-13Update copyright years, and license for SueltaLance Stout
2013-05-13Update copyright for sasl modules.Lance Stout
2013-01-08Give X-FACEBOOK-PLATFORM precedence over DIGEST-MD5Lance Stout
2013-01-02util/sasl/mechanisms.py: SASLMutualAuthFailed not definedOskari Timperi
SASLMutualAuthFailed was not imported from sleekxmpp.util.sasl.client
2012-11-27Fix DIGEST-MD5 support for picky serversLance Stout
2012-09-11Add support for Google's X-OAUTH2 SASL mechanismLance Stout
2012-08-01Fix SASL exceptions in Py3Lance Stout
2012-07-30Fix logging of SASL errors.Lance Stout
2012-07-30Ensure that sasl mechs that don't require security options work.Lance Stout
2012-07-30Update and integrate Suelta.Lance Stout