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.