aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu/siacs/conversations/crypto/sasl/Plain.java (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-06-19renaming eu.siacs.conversations to de.thedevstack.conversationsplussteckbrief1-30/+0
"renaming eu.siacs.conversations to de.thedevstack.conversationsplus" package renaming completed
2015-01-02prefer PLAIN over DIGEST-MD5Daniel Gultsch1-1/+1
DIGEST-MD5 seems to be broken for a lot of cases (OpenFire) switched priority of PLAIN to not cause any security errors
2014-11-15Add auth method pinningSam Whited1-1/+7
2014-11-14Add SCRAM-SHA1 supportSam Whited1-12/+11
Factor out GS2 tokanization into own class Add authentication exception class Fixes #71
2014-11-12Refactor authentication codeSam Whited1-0/+25