No contact list in MSN
- by David
Since today I can't see my contact list en empathy IM, using the MSN protocol.
I've tried uninstalling, reinstalling, erasing all config files from my computer (using ubuntu tweak and erasing the config files from my /home folder), but nothing solve the problem
Time ago people have the same problem, they're solved it changing a line in a script, but that bug was solved in latest versions of empathy. I've tried to change that script, using other lines.
/usr/lib/pymodules/python2.6/papyon/service/description/SingleSignOn/RequestMultipleSecurityTokens.py
I've changed the line
CONTACTS = ("contacts.msn.com", "MBI")
by the older one:
CONTACTS =
("contacts.msn.com","?fs=1&id=24000&kv=7&rn=93S9SWWw&tw=0&ver=2.1.6000.1")
But this no fix the bug
In advanced options I have this (in empathy account options):
Server: messenger.hotmail.com
Port: 1863
How can I solve this?
Please help