开发者

setting xmpp chat server of jquery mobile based web app

开发者 https://www.devze.com 2023-03-31 16:09 出处:网络
I am presently working on jquery mobile web app, I want to implement the chat feature in that mobile web app. I have XMPP chat server running in my server along with the SOAP services in the tomcat6 s

I am presently working on jquery mobile web app, I want to implement the chat feature in that mobile web app. I have XMPP chat server running in my server along with the SOAP services in the tomcat6 server, all I have to do is that I need to call the service which initites the XMPP chat in jquery mobile web app, but how do I do it.

Please开发者_Python百科 help me.


As Parvesh said, you can use Strophe for this application, but If you want to save the hassle of parsing and sending XML from mobile app you can do it using some php based XMPP framework like Jaxl. Also I would suggest you to use ejabberd server because it is in active development and you can find many different modules for your need http://www.process-one.net/en/ejabberd/.

Thanks


you can use Strophe inside your webapp http://strophe.im/ , strophe works well with Openfire Server

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号