A chat environment that supports all mobile platforms and the .net web application

Our application is integrated with the mobile application.

develop a web application in .net and mobile applications in mobile phones iphone, android, blackberry, windows.

Now my requirement: I need to provide chat between the web application and the mobile application.

I found the xmpp framework, but I do not know what xmpp supports in all mobile platforms. While I check xmpp, I do not support iphone 3.0 simulator, while I follow the same structure in which it works, with any errors in iphone 4.0.

The experts

can offer any solution to my problem, which is the most effective structure that supports my requirements.

Many thanks

+6
source share
2 answers

If you mean groups.google.com/group/xmppframework

If the latest versions no longer support 3.0, you can revert to the older version that I know is supported 3.0 (I used it to create a chat application for iPhone and Android), possibly xmpp v2. Or fix lib to support 3.0 again, its a pretty simple library.

+1
source

Google Talk uses XMPP, so any mobile device that supports Google Talk will work including: Android, BlackBerry, iPhone.

0
source

Source: https://habr.com/ru/post/897513/


All Articles