[kopete-bugs] [Bug 271581] XMPP is no longer supported by Facebook chat
Alejandro Lorenzo
alejandro_aero at yahoo.es
Sat Aug 20 23:28:27 UTC 2011
https://bugs.kde.org/show_bug.cgi?id=271581
--- Comment #8 from Alejandro Lorenzo <alejandro_aero yahoo es> 2011-08-20 23:28:26 ---
I've look at patches applied in debian and nothings seems responsible...
Also, i've checked the XML console for both versions.
Here the instance that works:
-------------------------------
<?xml version="1.0"?>
<stream:stream xmlns:stream="http://etherx.jabber.org/streams" version="1.0"
xmlns="jabber:client" to="chat.facebook.com">
<?xml version="1.0"?><stream:stream id="A8F32820" from="chat.facebook.com"
version="1.0" xmlns="jabber:client"
xmlns:stream="http://etherx.jabber.org/streams" xml:lang="en">
<stream:features>
<starttls xmlns="urn:ietf:params:xml:ns:xmpp-tls"/>
<mechanisms xmlns="urn:ietf:params:xml:ns:xmpp-sasl">
<mechanism>X-FACEBOOK-PLATFORM</mechanism>
<mechanism>DIGEST-MD5</mechanism>
</mechanisms>
</stream:features>
<starttls xmlns="urn:ietf:params:xml:ns:xmpp-tls"/>
---------------------------------------------------------
And hereafter the one that does not:
------------------------------
<?xml version="1.0"?>
<stream:stream xmlns:stream="http://etherx.jabber.org/streams"
xmlns="jabber:client" to="chat.facebook.com">
<?xml version="1.0"?><stream:stream id="12FECAB9" from="chat.facebook.com"
version="1.0" xmlns="jabber:client"
xmlns:stream="http://etherx.jabber.org/streams" xml:lang="en">
<iq type="get" to="chat.facebook.com" id="auth_1">
<query xmlns="jabber:iq:auth">
<username>[EDITED]</username>
</query>
</iq>
<stream:error>
<unsupported-version xmlns="urn:ietf:params:xml:ns:xmpp-streams"/>
<text xmlns="urn:ietf:params:xml:ns:xmpp-streams" xml:lang="">XMPP 1.0 is
required</text>
</stream:error>
--------------
It seems to me that kopete is failing to comply with the jabber specification
which states that upon a stream version="1.0" a client should use STARTTLS to
change to chiper channel....
Oddly, this was reported as bug #112213 and fixed back in the release cycle,
but for some reason i am hittin it again with release 4.7.0 compiled from
source.
Any ideas? Any test i could run to track this ?
--
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the kopete-bugs
mailing list