gpt4 book ai didi

javascript - ejabberd - BOSH 模块未启动

转载 作者:行者123 更新时间:2023-11-28 09:47:04 24 4
gpt4 key购买 nike

我正在尝试创建自定义 Facebook 聊天,我正在使用:

  1. 埃贾伯德
  2. 节节
  3. Apache

apache在一台电脑上,ejabberd在另一台机器上,我使用代理我的请求

<Proxy *>
Order deny,allow
Deny from all
Allow from 127.0.0.1
</Proxy>
ProxyPass /http-bind http://my_bosh_domain:5280/http-bind/ nocanon
ProxyPassReverse /http-bind http://my_bosh_domain:5280/http-bind/

我记录我的请求并收到以下错误:

bosh module not started 

当我从浏览器检查http://my_bosh_domain:5280/http-bind/时,我可以看到:

ejabberd mod_http_bind

An implementation of XMPP over BOSH (XEP-0206)

This web page is only informative. To use HTTP-Bind you need a Jabber/XMPP client that supports it.

我错过了什么?

更新

<小时/>

我已将代理设置更改为:

   <Proxy *>
Order deny,allow
Allow from all
</Proxy>

现在我得到以下回复:

<body xmlns='http://jabber.org/protocol/httpbind' xmlns:xmpp='urn:xmpp:xbosh'
xmlns:stream='http://etherx.jabber.org/streams' sid='6093aa55412842f7be3de1b33fd2a307df4ae2fa' wait='60'
requests='2' inactivity='120' maxpause='120' polling='2' ver='1.8' from='chat.facebook.com' secure='true'
authid='3105619037' xmpp:version='1.0'>
<stream:features xmlns:stream='http://etherx.jabber.org/streams'>
<mechanisms xmlns='urn:ietf:params:xml:ns:xmpp-sasl'>
<mechanism>SCRAM-SHA-1</mechanism>
<mechanism>DIGEST-MD5</mechanism>
<mechanism>PLAIN</mechanism>
</mechanisms>
<c xmlns='http://jabber.org/protocol/caps' hash='sha-1' node='http://www.process-one.net/en/ejabberd/'
ver='TQ2JFyRoSa70h2G1bpgjzuXb2sU='/>
<register xmlns='http://jabber.org/features/iq-register'/>
</stream:features>

这是错误的,我希望将 X-FACEBOOK-PLATFORM 作为机制之一。有什么想法吗?

最佳答案

上次我遇到这个问题(现在又遇到了;-))问题是我需要将我试图访问 BOSH 服务器的 HTTP 主机添加到“hosts”配置选项中。

祝你好运!

关于javascript - ejabberd - BOSH 模块未启动,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11651990/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com