为 httpbind 调用 openfire 服务时出错

Getting Error while calling openfire service for httpbind

我正在尝试使用以下代码调用登录以使用 openfire 登录但出现服务不可用错误,

我是运行这个调用openfire登录的代码

<body rid='3831379072' xmlns='http://jabber.org/protocol/httpbind' to='server' xml:lang='en' wait='60' hold='1' content='text/xml; charset=utf-8' ver='1.6' xmpp:version='1.0' xmlns:xmpp='urn:xmpp:xbosh'/>

http://jabber.org/protocol/httpbind(而 运行 这个 url 404 not found error getting 我直接调用 url)

发生了什么问题,是服务已从服务器停止还是任何其他问题我不知道是什么问题。

如果您使用的是 strophe.js,则使用带有 http://{localhost-ip}:7070/http-bind/.

形式参数的新 Strophe.Connection() 对象

我认为您正在尝试连接 http://jabber.org/protocol/httpbind,这不是有效的服务器连接,它只是一种写作方式。你必须编辑它。