[Bug 68829] [PATCH] Cannot connect to Facebook

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Wed Sep 4 08:21:35 PDT 2013


https://bugs.freedesktop.org/show_bug.cgi?id=68829

--- Comment #2 from David Edmundson <kde at davidedmundson.co.uk> ---
Thanks will update patch. 


Disco requests/responses attached for future reference.

Facebook's beta server for me returns the following on a disco request

<!-- sent -->
<iq id="327894361669" to="beta.chat.facebook.com" type="get"
xmlns="jabber:client">
    <query xmlns="http://jabber.org/protocol/disco#info"/>
</iq>

<!-- received -->
<iq id="327894361669" type="result" xmlns="jabber:client">
    <query xmlns="http://jabber.org/protocol/disco#info">
        <identity category="server" type="Facebook XMPP"/>
        <feature var="http://jabber.org/protocol/commands"/>
        <feature var="http://jabber.org/protocol/chatstates"/>
        <feature var="vcard-temp"/>
    </query>
</iq>

requesting disco info chat.facebook.com is the same

<!-- sent -->
<iq id="67671632942" to="chat.facebook.com" type="get" xmlns="jabber:client">
    <query xmlns="http://jabber.org/protocol/disco#info"/>
</iq>

<!-- received -->
<iq id="67671632942" type="result" xmlns="jabber:client">
    <query xmlns="http://jabber.org/protocol/disco#info">
        <identity category="server" type="Facebook XMPP"/>
        <feature var="http://jabber.org/protocol/commands"/>
        <feature var="http://jabber.org/protocol/chatstates"/>
        <feature var="vcard-temp"/>
    </query>
</iq>



I know Facebook rolls out services gradually, and some of my user's are hitting
the same error that I am currently getting with the beta service so I suspect
this will hit most user's soon.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the telepathy-bugs mailing list