Smack/smack-sasl-provided/src/main/java/org/jivesoftware/smack/sasl/provided
Florian Schmaus d421b2fa1b Fix provided SASL DIGEST-MD5 mechanism
In case the server provided nonce contained one or more equals
characters ("=") the part.split("=") call would return more then the
expected two key/value parts. Hence we simply use part.split("=", 2).

Also made the unit test check for this case.

Fixes SMACK-755
2017-04-07 19:06:55 +02:00
..
SASLDigestMD5Mechanism.java Fix provided SASL DIGEST-MD5 mechanism 2017-04-07 19:06:55 +02:00
SASLExternalMechanism.java SASL Proxy Auth support 2015-09-21 20:39:23 +02:00
SASLPlainMechanism.java SASL Proxy Auth support 2015-09-21 20:39:23 +02:00
SASLProvidedSmackInitializer.java Enfore spaces for indentation 2017-02-07 22:10:10 +01:00
package-info.java Add JavadocPackage checkstyle 2015-04-04 17:16:47 +02:00