Page 2 of 6 FirstFirst 1234 ... LastLast
Results 11 to 20 of 55

Thread: Empathy IM client and MSN

  1. #11

    Re: Empathy IM client and MSN

    Here's the most recent/relevant bug report:
    https://bugs.launchpad.net/ubuntu/+s...hy/+bug/663670

    If the problem affects you, go to bug and click "Does this bug affect you?".

  2. #12
    Join Date
    Feb 2006
    Beans
    22

    Re: Empathy IM client and MSN

    I've already done it. Thanks for this post

  3. #13
    Join Date
    Oct 2010
    Location
    United Kingdom
    Beans
    41
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: Empathy IM client and MSN

    Try 'emesene': seems to work fine; almost a exact MSN clone as well (which is always nice)
    "Be thankful that you have a life, and forsake your vain and presumptuous desire for a second one." - Richard Dawkins

  4. #14
    Join Date
    Feb 2007
    Location
    Wolverhampton, UK
    Beans
    280
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Empathy IM client and MSN

    Same problem here. It just sits there trying to connect. Started yesterday after I put my laptop into hibernate.

    Is it just laptops affected or are all machines having the same problem?

  5. #15

    Re: Empathy IM client and MSN

    Quote Originally Posted by Steve H View Post
    Is it just laptops affected or are all machines having the same problem?
    This is not hardware-related. Microsoft probably made some changes to their MSN/Live messenger service which the Empathy client in Ubuntu doesn't handle properly.

  6. #16

    Re: Empathy IM client and MSN

    Quote Originally Posted by UnterUn View Post
    Try 'emesene': seems to work fine; almost a exact MSN clone as well (which is always nice)
    Well, there are many good MSN-only clients available, Emesene being one of them. Empathy is nice when you use 4-5 other IM-services/protocols in addition to MSN.

  7. #17
    Join Date
    Oct 2005
    Beans
    100

    Re: Empathy IM client and MSN

    As a workaround (taken from the bug report) type the following in a terminal (tested on Lucid):

    Code:
    gksudo gedit /usr/share/pyshared/papyon/service/description/SingleSignOn/RequestMultipleSecurityTokens.py
    then find the line that reads

    Code:
    CONTACTS = ("contacts.msn.com", "?fs=1&id=24000&kv=7&rn=93S9SWWw&tw=0&ver=2.1.6000.1")
    and change it to

    Code:
    CONTACTS = ("contacts.msn.com", "MBI")
    Save and restart empathy and the MSN connection should work again. Note that this bugfix will probably come soon through the official channels.
    Last edited by hvbakel; October 21st, 2010 at 01:08 AM.

  8. #18
    Join Date
    Oct 2008
    Beans
    90

    Re: Empathy IM client and MSN

    GREAT! This worked for me. Thanks!

    Quote Originally Posted by hvbakel View Post
    As a workaround (taken from the bug report) type the following in a terminal (tested on Lucid):

    Code:
    gksudo gedit /usr/share/pyshared/papyon/service/description/SingleSignOn/RequestMultipleSecurityTokens.py
    then find the line that reads

    Code:
    CONTACTS = ("contacts.msn.com", "?fs=1&id=24000&kv=7&rn=93S9SWWw&tw=0&ver=2.1.6000.1")
    and change it to

    Code:
    CONTACTS = ("contacts.msn.com", "MBI")
    Save and restart empathy and the MSN connection should work again. Note that this bugfix will probably come soon through the official channels.

  9. #19
    Join Date
    Jul 2010
    Location
    São Carlos/SP - Brazil
    Beans
    1
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: Empathy IM client and MSN

    Quote Originally Posted by hvbakel View Post
    As a workaround (taken from the bug report) type the following in a terminal (tested on Lucid):

    Code:
    gksudo gedit /usr/share/pyshared/papyon/service/description/SingleSignOn/RequestMultipleSecurityTokens.py
    then find the line that reads

    Code:
    CONTACTS = ("contacts.msn.com", "?fs=1&id=24000&kv=7&rn=93S9SWWw&tw=0&ver=2.1.6000.1")
    and change it to

    Code:
    CONTACTS = ("contacts.msn.com", "MBI")
    Save and restart empathy and the MSN connection should work again. Note that this bugfix will probably come soon through the official channels.
    Perfect! Worked like a charm here! (Maverick Meerkat)

  10. #20
    Join Date
    Feb 2008
    Beans
    58

    Re: Empathy IM client and MSN

    PERFECT! Thank you very much!

Page 2 of 6 FirstFirst 1234 ... LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •