如何配置 Openfire 及其内置 Bosh 支持以接受 XMPP 聊天客户端?

发布于 2024-11-18 00:25:37 字数 125 浏览 7 评论 0原文

了解配置 Openfire Server 的任何教程或资源,以使用其内置的 Bosh 支持来支持使用 strop 开发的 XMPP 聊天客户端。 Openfire 服务器是与 Spark 和 Pidgin 一起使用的现有公司聊天服务器。

Know of any tutorials or resources to configure Openfire Server to use it's built in Bosh support for an XMPP chat client developed with stroph. The Openfire Server is an existing company chat server used with Spark and Pidgin.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

烟─花易冷 2024-11-25 00:25:38

当你安装openfire时,它的bosh服务开始监听一个端口(我认为是5080),当你尝试使用strpohe访问bosh时,普通的javascript将不允许你访问strope,因为javascript不允许访问端口,你要么有要使用代理模块或 url 重定向,如果您不擅长 apache 配置,您可以使用 flxhr javascript 插件。对于教程,您可以使用 Metajack 的 http://professionalxmpp.com/

希望有帮助。

When you install openfire, its bosh service starts listening on a port (I think its 5080), when you try to access bosh using strpohe, normal javascript will not allow you to access strophe because javascript is not permitted to access ports, you either have to use proxy module or url redirect, if you are not good at apache configuration you can use flxhr javascript plugin. For tutorial you can use Metajack's http://professionalxmpp.com/.

Hope it helps.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文