Strope Javascript Pubsub 需要帮助
我需要使用 Strope 的发布订阅服务来访问我同事设置的节点。
我正在尝试访问已设置的服务器上的节点 /Communities/
有谁知道从哪里开始使用 Strope,我已经下载了测试并查看了 api,在有点混乱之前没有使用过它。有谁知道我可以使用的教程或示例?
任何帮助将不胜感激
谢谢
I need to use the publish subscribe service of Strophe to access nodes my colleague has set up.
Im trying to access a node /Communities/ on the server already set up
Does anyone know of anywhere to get started with Strophe, I have downloaded the test and looked through the api, not having used it before it is a tad confusing. Does anyone know of a tutorial or example I could use?
Any help would be greatly appreciated
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我建议查看Professional XMPP Programming with JavaScript and jQuery这本书。您还可以访问作者的 Github 帐户以查看一些示例代码并从那里开始。
祝
你好运!
I suggest checking out the book Professional XMPP Programming with JavaScript and jQuery. You can also visit the author's Github account to see some example code and go from there.
https://github.com/metajack/strophejs
Best of luck!
对于任何感兴趣的人,我在以下书中找到了很多很好的教程和示例:
使用 JavaScript 和 jQuery 进行专业 XMPP 编程
好书,有很多示例和源代码,教程也很容易理解。
For anyone that is interested I found a lot of good tutorials and examples in the following book:
Professional XMPP Programming with JavaScript and jQuery
Nice book with a lot of examples and source code, the tutorials are easy to follow as well.