Is there SASL implementation that works on Android?

爱⌒轻易说出口 提交于 2019-12-10 11:28:32

问题


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

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!