How can I develop a web client gtalk via xmpp

I try to develop a web client gtalk in my http server.I know what I should do is just using the strophe.js which could send the xmpp message to xmpp server. I don't want to build my own xmpp server which connect to gtalk xmpp server.I think it may no need to build xmpp server as a transport. But the gtalk xmpp server has no http-binding,so what should I do to send my http message to gtalk xmpp server? And if I send the http message to talk.google.com:5222,will it reply to me? Is it possible to make the connection between me and gtalk xmpp server? I need your help.Thanks!


Gtalk server does not run a BOSH connection manager, so you would have to use a standalone one, like Punjab, for example.

After installing and running Punjab, you can have a HTTP-Bind at http://localhost:5280/xmpp-httpbind. Use your Strophe with it.

链接地址: http://www.djcxy.com/p/94128.html

上一篇: 将现有聊天数据库迁移到XMPP(jabber)db

下一篇: 我如何通过xmpp开发Web客户端gtalk