问题
Android has no SASL by default. Curious, if there some 3rd party implementation that can be used on Android? Did some one try http://www.cryptix.org/?
回答1:
We're using asmack in our project. It replaces default Smack implementation by its own. It's been working so far without any issues. it uses Apache Harmony SASL client.
回答2:
Maybe you can try this one? android-sasl
来源:https://stackoverflow.com/questions/3327615/is-there-sasl-implementation-that-works-on-android