aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu/siacs/conversations/crypto/sasl/Tokenizer.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Make sure SASL tokenizer strips stringsSam Whited2014-12-021-0/+4
| | | | Fix DIGEST-MD5 auth (make sure we're not splitting on BASE64 `==')
* remove unused imports.Michael2014-11-211-2/+0
|
* Add SCRAM-SHA1 supportSam Whited2014-11-141-0/+76
Factor out GS2 tokanization into own class Add authentication exception class Fixes #71