Summary: | XMPP plugin does not show facebook contact photos | ||
---|---|---|---|
Product: | [Unmaintained] kopete | Reporter: | Arnout Boelens <a.m.p.boelens> |
Component: | general | Assignee: | Kopete Developers <kopete-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | darkbasic4, diagonala, fabio.albieri, me, tiposchi |
Priority: | NOR | ||
Version First Reported In: | 0.80.2 | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Arnout Boelens
2010-02-11 21:02:47 UTC
I can confirm the bug. The User Info window of a Facebook (Jabber) contact reports the following error: "Error: vCard could not be fetched correctly. Check connectivity with the Jabber server." On the contrary, the User Info window of a GTalk (Jabber) contact reports no error. Version: 1.0.0 (using KDE 4.4.0) OS: Linux Installed from: Ubuntu Packages Best regards. FB badly handle vcard request. For correct question: <iq type="get" to="xxxxxxxxxxxx@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@chat.facebook.com" id="ab46a" > <vCard xmlns="vcard-temp"/> </iq> returns vCard data. I filed a bug to Facebook pointing and this. Meanwhile (they eventually look into this), are there workarounds to have it working ? This is not a kopete bug... i think the author should close it. A friend with pidgin told me he can see the contact photos. Is there any way to fix it in kopete? It is very annoying but I do not want to switch for such a stupid problem. Still no reaction from Facebook itself. I noticed them about this nearly two months ago. I know this is not Kopete bug, but please workaround this. Starting from today, Kopete correctly fetches vCards and hence photos of my Facebook contacts. I guess Facebook has finally fixed the vCard request handling. Best regards. yeah, you're right! It is very slow and it still has to load half of the vcards, but it works! Works for too! I am closing this bug. |