Hi, everyone! I'm writing an XMPP client for Android, and chose Smack library for the XMPP interaction itself. I even heard it was discussed to be included in the core Android libraries.
But as I found out, javax.security.sasl is not implemented in Android. So I now stand looking at three options: implement a simple SASL mechanisms myself, find a lightweight SASL library (probably with NDK bindings), or switch from Smack altogether. So, the question is, has anybody used Smack and/or SASL on Android, and if yes, how did you do so? Are there any other suggestions? Thanks a lot in advance, Edward "Hades" --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

