[Papyon-bugs] [Bug 41587] New: Contacts are not visible when isMessengerUser == false

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Sat Oct 8 05:21:03 PDT 2011


https://bugs.freedesktop.org/show_bug.cgi?id=41587

           Summary: Contacts are not visible when isMessengerUser == false
           Product: papyon
           Version: unspecified
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: major
          Priority: medium
         Component: general
        AssignedTo: papyon-bugs at lists.freedesktop.org
        ReportedBy: dkreuter at gmail.com


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)

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the papyon-bugs mailing list