aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/crypto/sasl/Tokenizer.java (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-11-19reformat codeChristian Schneppe1-60/+60
2016-07-29changed package id inside manifest and projectChristian Schneppe1-1/+1
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