aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu/siacs/conversations/crypto/sasl/Plain.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* prefer PLAIN over DIGEST-MD5Daniel Gultsch2015-01-021-1/+1
| | | | | DIGEST-MD5 seems to be broken for a lot of cases (OpenFire) switched priority of PLAIN to not cause any security errors
* Add auth method pinningSam Whited2014-11-151-1/+7
|
* Add SCRAM-SHA1 supportSam Whited2014-11-141-12/+11
| | | | | | | Factor out GS2 tokanization into own class Add authentication exception class Fixes #71
* Refactor authentication codeSam Whited2014-11-121-0/+25