-3

What should I do to developer a chat application in android using XMPP over server Please tell the whole process, configuration step over server and in application also And please tell me the right way if I am wrong by using XMPP. Thanks in advance

Faisal Khan
  • 2,574
  • 3
  • 20
  • 36

1 Answers1

1

Why not use GCM? You can send a payload up to 4kb as in a message. And the service is free.

https://developer.android.com/google/gcm/index.html

Jesson Atherton
  • 644
  • 7
  • 21