Multi platform (android/iphone) chat -


i add chat feature application, runs on both iphone , android platform. have idea on how make ?

i have seen tutorial : http://mobileorchard.com/tutorial-networking-and-bonjour-on-iphone/, don't know if work using android ndk

i have think writing architecture client/server in c i'm not sure if it's solution ..

do have idea ? thanks

i use xmpp standard:

http://xmpp.org/

you can set existing xmpp server:

http://xmpp.org/xmpp-software/servers/

and use existing libraries iphone / android applications:

http://xmpp.org/xmpp-software/libraries/


Comments

Popular posts from this blog

android - Spacing between the stars of a rating bar? -

aspxgridview - Devexpress grid - header filter does not work if column is initially hidden -

c# - How to execute a particular part of code asynchronously in a class -