Smack/smack-core/src/main/java/org/jivesoftware/smack/sasl
Florian Schmaus f37682d980 Make SASLMechanism.getAuthenticationText() return byte[]
every SASL Mechanism is designed as a byte array based protocol. XMPP
adds the constraint that the challenges and responses are send base64
encoded. It's therefore better API design to let getAuthenticationText()
return byte[] instead of String.
2014-08-12 21:52:56 +02:00
..
packet Make SASLMechanism.getAuthenticationText() return byte[] 2014-08-12 21:52:56 +02:00
SASLAnonymous.java Make SASLMechanism.getAuthenticationText() return byte[] 2014-08-12 21:52:56 +02:00
SASLError.java Add missing mechanism-too-weak SASL Error 2014-06-05 20:52:10 +02:00
SASLErrorException.java Add smack-android and redesign SASL authentication 2014-08-01 10:34:47 +02:00
SASLMechanism.java Make SASLMechanism.getAuthenticationText() return byte[] 2014-08-12 21:52:56 +02:00
package.html Prefix subprojects with 'smack-' 2014-04-28 19:44:14 +02:00