Smack/smack-core/src/main/java/org/jivesoftware/smack/sasl
Dave Cridland 9c772add93 SASL Proxy Auth support
This adds the ability to provide a distinct authorization identifier for use
by SASL mechanisms. Not all SASL mechanisms support this operation, in
particular CRAM-MD5.

Both the javax and provided SASL implementations are extended, and an authzid
parameter added to the authenticate method.

The authorization identifier is passed as a EntityBareJid in order to assure the
correct form.

Resolves SMACK-677.

Minor-Modifications-By: Florian Schmaus <flo@geekplace.eu>
2015-09-21 20:39:23 +02:00
..
core SASL Proxy Auth support 2015-09-21 20:39:23 +02:00
packet Add support for XEP-360: Nonzas 2015-07-14 22:43:58 +02:00
SASLError.java Add missing mechanism-too-weak SASL Error 2014-06-05 20:52:10 +02:00
SASLErrorException.java Add support for XEP-0198: Stream Management 2014-09-11 09:49:16 +02:00
SASLMechanism.java SASL Proxy Auth support 2015-09-21 20:39:23 +02:00
package-info.java Add JavadocPackage checkstyle 2015-04-04 17:16:47 +02:00