If one of your contacts signs into MSN on the hotmail site using their fancy web messenger feature, the contact shows up as offline. Hopefully some logs or something will follow, some time soonish.
Turns out papyon couldn't deal with the web messenger's presence change: DEBUG:papyon.transport:<<< ILN 0 NLN jonnylambtest1@hotmail.co.uk 1 Jonny 1342177824 1 Traceback (most recent call last): File "/usr/lib/pymodules/python2.5/papyon/msnp/base.py", line 107, in _dispatch_command handler(command) File "/usr/lib/pymodules/python2.5/papyon/msnp/notification.py", line 414, in _handle_ILN self._handle_NLN(command) File "/usr/lib/pymodules/python2.5/papyon/msnp/notification.py", line 453, in _handle_NLN urllib.unquote(command.arguments[idx])) File "/usr/lib/pymodules/python2.5/papyon/p2p.py", line 150, in parse raise ParseError('Invalid MSNObject') papyon.msnp2p.exceptions.ParseError: Invalid MSNObject I've written a patch to fix this. It works for me here and I'm able to see my contact's presence and start talking to him.
Reviewed
Merged, thanks!
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.