Reputation: 571
our application is web integrated with mobile application.
develop web application in .net and mobile applications in iphone,android,blackberry,windows mobiles.
Now my requirement is i need to provide chat provision between web application and mobile application.
i found xmpp framework but i don't know xmpp supports in all mobile platforms.while i am checking xmpp does't support for iphone 3.0 simulator while i am executing the same framework it works with out any errors in iphone 4.0.
experts can any one suggest solution for my problem which is the most efficient framework that supports as my requirement.
thank you very much
Upvotes: 6
Views: 537
Reputation: 902
If you mean groups.google.com/group/xmppframework
If most recent versions no longer support 3.0 you can go back to an older version which I know supported 3.0 (I used it to build a chat app for iPhone and Android), xmpp v2 perhaps. Or fix the lib to support 3.0 again, its a pretty simple library.
Upvotes: 1
Reputation: 39277
Google Talk uses XMPP so any mobile device supporting Google Talk will work including: Android, BlackBerry, iPhone.
Upvotes: 0