Smack/smack-core/src/test/java/org/jivesoftware/smack
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
..
filter Bump jxmpp to 0.5.0-alpha4 2015-05-27 19:29:51 +02:00
packet Remove package-info.java from test packages 2015-04-05 10:48:00 +02:00
parsing Remove package-info.java from test packages 2015-04-05 10:48:00 +02:00
provider Remove package-info.java from test packages 2015-04-05 10:48:00 +02:00
sasl SASL Proxy Auth support 2015-09-21 20:39:23 +02:00
test/util Remove package-info.java from test packages 2015-04-05 10:48:00 +02:00
util Remove package-info.java from test packages 2015-04-05 10:48:00 +02:00
DummyConnection.java Add support for XEP-360: Nonzas 2015-07-14 22:43:58 +02:00
PacketCollectorTest.java Add checkstyle check for space(s) after tab(s) 2015-03-18 21:51:25 +01:00
SmackConfigurationTest.java Add checkstyle check for trailing whitespace 2015-03-18 21:01:49 +01:00
SmackExceptionTest.java Use Exception.getString in HostAddress 2015-01-18 19:21:58 +01:00
StanzaIdTest.java Rename 'Packet' class to 'Stanza' 2015-02-06 09:34:51 +01:00
ThreadedDummyConnection.java Rename processPacket to processStanza 2015-06-05 14:04:17 +02:00