Bug 41587 - Contacts are not visible when isMessengerUser == false
Summary: Contacts are not visible when isMessengerUser == false
Status: NEW
Alias: None
Product: papyon
Classification: Unclassified
Component: general (show other bugs)
Version: unspecified
Hardware: All All
: medium major
Assignee: papyon-bugs
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-10-08 05:21 UTC by dkreuter
Modified: 2012-02-08 10:40 UTC (History)
1 user (show)

See Also:
i915 platform:
i915 features:


Attachments

Description dkreuter 2011-10-08 05:21:03 UTC
I noticed some contacts missing in Empathy. Other MSN clients (like eBuddy) show these. The debug-log contained the XML response from the server in which all missing contacts had '<isMessengerUser>' set to false. No other email-addresses were specified in that '<Contact>'.

I fixed this by replacing 'if (not contact.IsMessengerUser) and (external_email is not None):' by 'if False:' in 'service/AddressBook/address_book.py' but I guess that's not the optimal solution.

>>> import papyon
>>> papyon.version
(0, 5, 5)


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.