4

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?

pb2q
  • 58,613
  • 19
  • 146
  • 147
Meher
  • 2,545
  • 3
  • 26
  • 53

2 Answers2

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
0

I doubt that aSmack is unstable. It is used by various Apps. Just to name a few.

As a general rule of thumb: If you can't find a library listed for your platform on the XSF library list, then there is likely none.

Flow
  • 23,572
  • 15
  • 99
  • 156