我正在尝试使用 XMPP 通过 js 与 MSN 连接。
当我尝试连接到“messenger.live.com”时,我发送
<body rid='2126688061' xmlns='http://jabber.org/protocol/httpbind' to='messenger.live.com' 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'/>
我得到
<body xmlns="http://jabber.org/protocol/httpbind" type="terminate" condition="remote-stream-error">
<stream:error xmlns:stream="http://etherx.jabber.org/streams">
<see-other-host xmlns="urn:ietf:params:xml:ns:xmpp-streams"></see-other-host>
</stream:error>
</body>
我不明白为什么没有提供替代主机?