Home:ALL Converter>Multi platform (android/iphone) chat

Multi platform (android/iphone) chat

Ask Time:2010-11-16T19:50:17         Author:Julien

Json Formatter

I would like to add a chat feature to my application, which runs on both iphone and android platform. Do you have any idea on how to make this ?

I have seen that tutorial : http://mobileorchard.com/tutorial-networking-and-bonjour-on-iphone/, but I don't know if it will work using the android NDK

I have also think about writing the architecture client/server in C but I'm not sure if it's the good solution ..

Do you have any idea ? Thanks

Author:Julien,eproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/4193795/multi-platform-android-iphone-chat
Fgblanch :

I would use the Xmpp standard:\n\nhttp://xmpp.org/\n\nYou can set up an existing xmpp server:\n\nhttp://xmpp.org/xmpp-software/servers/\n\nand the use existing libraries for your iphone / android applications:\n\nhttp://xmpp.org/xmpp-software/libraries/",
2010-11-16T12:03:06
yy