I want to make a chat application in android. Most of them suggest smack/asmack library. Apart from smack what is available, as the smack library is unstable?
Asked
Active
Viewed 7,217 times
4
-
1smack library is unstable, is it? Gmail using it. – Mohammed Azharuddin Shaikh May 25 '12 at 05:32
-
ha ha ah i can actually imagine expression on your face. "smack library is unstable, Really I didn't know that". +1 for that. – N-JOY May 25 '12 at 05:37
-
1OMG I am also using smack & nobody told me this.. – Niranj Patel May 25 '12 at 05:45
-
2Care to elaborate on your statement? – Robin May 25 '12 at 13:33
-
1@hotveryspicy Sorry, what makes you think Google uses Smack? – MattJ May 26 '12 at 09:38
-
See also http://stackoverflow.com/q/4769020/194894 – Flow May 29 '12 at 18:46
2 Answers
4
If you have problems with Smack, make sure you have tried aSmack, particularly this version (it has had some substantial improvements made, the original appears to no longer be maintained).
If you have problems with "stability", asking about those as separate questions is possibly worthwhile (if you haven't already).
Finally though, I know of at least one Java library that could be made to run on Andoid, Stroke. It's early days for it, and I believe it doesn't yet have a DNS library that works on Android, but it would be possible to link it up with one that does. It is written from the ground up to match the latest XMPP specifications by developers who actively participate in the development of those specifications.

MattJ
- 7,924
- 1
- 28
- 33