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
Asked
Active
Viewed 189 times
-3
-
1https://developer.android.com/google/gcm/ccs.html – A.S. Mar 03 '15 at 11:44
1 Answers
1
Why not use GCM? You can send a payload up to 4kb as in a message. And the service is free.

Jesson Atherton
- 644
- 7
- 21
-
-
No but you could use app engine to store your content and send the data to retrieve it with gcm – Jesson Atherton Mar 03 '15 at 13:15
-
-
cool I will try thanks but still if you have any idea about xmpp and about Smack and its configuration then please tell me. – Faisal Khan Mar 03 '15 at 13:19
-
This may be of interest to you https://developer.android.com/google/gcm/ccs.html – Jesson Atherton Mar 03 '15 at 13:26