aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/thedevstack/conversationsplus/crypto/sasl/Tokenizer.java (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-06-19renaming eu.siacs.conversations to de.thedevstack.conversationsplussteckbrief1-1/+1
"renaming eu.siacs.conversations to de.thedevstack.conversationsplus" package renaming completed
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