aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu/siacs/conversations/crypto/sasl/Tokenizer.java (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-12-02Make sure SASL tokenizer strips stringsSam Whited1-0/+4
Fix DIGEST-MD5 auth (make sure we're not splitting on BASE64 `==')
2014-11-21remove unused imports.Michael1-2/+0
2014-11-14Add SCRAM-SHA1 supportSam Whited1-0/+76
Factor out GS2 tokanization into own class Add authentication exception class Fixes #71