XMPP Gtalk JavaScript
我想为 gtalk 创建浏览器小部件。 我需要了解 XMPP 及其 javascript 支持。 任何人都可以指导我这个过程。 提前致谢。
I want to create browser widget for gtalk.
I need to know about XMPP and its javascript support.
Can anyone guide me in this process.
Thanks in advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
一个简单的谷歌搜索给出了这个:
http://xmpp.org/software/libraries.shtml#javascript
结果
http://xmpp4js.sourceforge.net/
http://code.stanziq.com/strope/
可能有一些相应项目的文档。
A simple Google-search gives this:
http://xmpp.org/software/libraries.shtml#javascript
which results in
http://xmpp4js.sourceforge.net/
http://code.stanziq.com/strophe/
There might be some documentation for the respective projects.
请务必查看
Strope
并在Speeqe
。作者还有一本非常好的书,使用 JavaScript 和 jQuery 进行专业 XMPP 编程。
Definitely check out
Strophe
and see an example implementation using that library atSpeeqe
.The author also has a very good book, Professional XMPP Programming with JavaScript and jQuery.