Smack/smack-core/src
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
..
integration-test s/processPacket/processStanza/ s/PacketCollector/StanzaCollector/ 2017-01-03 11:35:04 +01:00
main Improve MUCs subject changed notification filter 2017-04-04 14:27:11 +02:00
test Fix provided SASL DIGEST-MD5 mechanism 2017-04-07 19:06:55 +02:00