[Bug 676828] Re: Contacts does not show up in empathy contact list
Pat Tjin
676828 at bugs.launchpad.net
Mon Oct 17 20:56:37 UTC 2011
I was able to get my contacts list working again with this patch (I'm
unsure if this is the complete (correct) fix, but it works fine for me):
--- telepathy-gabble-0.8.12/src/roster.c 2010-03-19 08:09:02.000000000 -0700
+++ telepathy-gabble-0.8.12.fix/src/roster.c 2011-10-17 13:49:52.859547598 -0700
@@ -1328,7 +1328,7 @@
GabbleRosterItem *item;
LmMessageNode *item_node = node_iter_data (j);
- if (strcmp (item_node->name, "item"))
+ if (strcmp (item_node->name, "ros:item"))
{
NODE_DEBUG (item_node, "query sub-node is not item, skipping");
continue;
--
You received this bug notification because you are a member of
Telepathy, which is subscribed to empathy in Ubuntu.
https://bugs.launchpad.net/bugs/676828
Title:
Contacts does not show up in empathy contact list
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/empathy/+bug/676828/+subscriptions
More information about the Ubuntu-telepathy
mailing list