Smack/smack-core/src
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
..
integration-test Change IQ.Type to enum 2014-06-06 21:10:13 -03:00
main Make SASLMechanism.getAuthenticationText() return byte[] 2014-08-12 21:52:56 +02:00
test Add smack-android and redesign SASL authentication 2014-08-01 10:34:47 +02:00