tags:

views:

66

answers:

2

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  A: 

Maybe you can try this one? android-sasl

balachmar
+1  A: 

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.

mrrtnn