-->

Is there SASL implementation that works on Android

2019-05-26 09:47发布

问题:

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



标签: android sasl