Summary: | Contacts are not visible when isMessengerUser == false | ||
---|---|---|---|
Product: | papyon | Reporter: | dkreuter |
Component: | general | Assignee: | papyon-bugs |
Status: | NEW --- | QA Contact: | |
Severity: | major | ||
Priority: | medium | CC: | s9iper1 |
Version: | unspecified | ||
Hardware: | All | ||
OS: | All | ||
Whiteboard: | |||
i915 platform: | i915 features: |
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.
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)