使用 jQuery/Phono 创建 XMPP GTalk 聊天应用程序
所以我一直在使用 phono.js 这是一个令人惊叹的新 jQuery 库。它支持 XMPP 客户端聊天,因此我正在寻找一种与 GTalk 帐户设置实时聊天的方法。该文档并没有得到很好的支持...
如果有人有更好的解决方案来在浏览器中创建 GTalk 应用程序,我很乐意听到。但 jQuery 似乎是最好的方法,Phono 甚至支持 XMPP 协议!所以我的想法是先在这里尝试:)
So I've been working with phono.js which is an amazing new jQuery library. It supports XMPP client chats, so I'm looking for a way to setup live chats with GTalk accounts. The documentation isn't really supported very well...
If anybody has a better solution for creating a GTalk app in-browser I'd love to hear. but jQuery seems like the best way and Phono even supports the XMPP protocol! So my thought was try here first :)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
看起来 phono.js 与他们的服务绑定在一起。因此,在那里创建一个用户,将该用户添加到您的 GTalk 花名册中,然后向 GTalk 用户的 Jabber ID(与其 GMail 地址相同)发送消息。两台服务器将在幕后联合起来。
It looks like phono.js is tied to their service. As such, create a user there, add that user to your GTalk roster, and send a message to the GTalk user's Jabber ID (same as their GMail address). The two servers will federate together behind the scenes.