4

i m trying to develop an aap. in android which behaves like a client/server architecture. my app communicates messages to server to rout to specified clients..

i have heard that this could be accomplished by a REAL TIME MESSAGING client.

i have to pass only text based data. no audio/video streaming

Cœur
  • 37,241
  • 25
  • 195
  • 267
DareDevil
  • 5,249
  • 6
  • 50
  • 88

1 Answers1

2

You can read up on XMPP:
http://en.wikipedia.org/wiki/Extensible_Messaging_and_Presence_Protocol
http://xmpp.org/

There are client apis available for Android, I have personally used asmack:
http://code.google.com/p/asmack/

Jave
  • 31,598
  • 14
  • 77
  • 90