0

我想在 Facebook Chat 中使用 ejabberd 作为 xmpp 代理

它已经工作了,但不幸的是,当我要求使用 chat.facebook.com 进行身份验证时,X-FACEBOOK-PLATFORM 机制是不可能的

这是 facebook 对机制的回答:

<mechanism>DIGEST-MD5</mechanism><mechanism>PLAIN</mechanism>

完整的脸书回答:

<body xmlns='http://jabber.org/protocol/httpbind' xmlns:xmpp='urn:xmpp:xbosh' xmlns:stream='http://etherx.jabber.org/streams' sid='XXX' wait='300' requests='2' inactivity='30' maxpause='120' polling='2' ver='1.6' from='chat.facebook.com' secure='true' authid='433584819' xmpp:version='1.0'>
    <stream:features xmlns:stream='http://etherx.jabber.org/streams'>
        <mechanisms xmlns='urn:ietf:params:xml:ns:xmpp-sasl'>
            <mechanism>DIGEST-MD5</mechanism>
            <mechanism>PLAIN</mechanism>
        </mechanisms>
        <register xmlns='http://jabber.org/features/iq-register'/>
    </stream:features>
</body>

你知道为什么 X-FACEBOOK-PLATFORM 机制不在列表中吗?

谢谢

4

1 回答 1

1

AFAIK ejabberd 不支持 BOSH 中的路由。您只能通过 BOSH 连接到您的 ejabberd 服务器上托管的 XMPP 域。您需要的是像旁遮普这样的 BOSH 连接管理器。

亚历克斯

于 2012-03-08T21:33:20.807 回答