[kopete-bugs] [Bug 226378] XMPP plugin does not show facebook contact photos
Tomas Kopecek
diagonala at email.cz
Thu Feb 25 00:12:03 CET 2010
https://bugs.kde.org/show_bug.cgi?id=226378
Tomas Kopecek <diagonala at email.cz> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |diagonala at email.cz
--- Comment #2 from Tomas Kopecek <diagonala email cz> 2010-02-25 00:11:57 ---
FB badly handle vcard request. For correct question:
<iq type="get" to="xxxxxxxxxxxx at chat.facebook.com" id="ab46a" >
<vCard xmlns="vcard-temp" version="2.0" prodid="-//HandGen//NONSGML vGen
v1.0//EN" />
</iq>
it returns 501 error code. If it is changed to:
<iq type="get" to="xxxxxxxxxxxx at chat.facebook.com" id="ab46a" >
<vCard xmlns="vcard-temp"/>
</iq>
returns vCard data.
--
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