Differences between revisions 8 and 9
Revision 8 as of 2014-12-04 14:40:49
Size: 5408
Editor: dx
Comment: update libpurple reference, mention connection refused errors, link ismsndeadyet.com
Revision 9 as of 2014-12-05 14:28:54
Size: 5158
Editor: dx
Comment: mention libpurple http method
Deletions are marked like this. Additions are marked like this.
Line 6: Line 6:
As of 2014-11-11, you will need to upgrade to the '''latest development version''' (bzr 1064), otherwise login will fail with a timeout while fetching buddy lists.

Latest revisions (as of 2014-11-17) also fix the issues with appearing offline to other contacts.
As of 2014-11-11, you will need to upgrade to the '''latest development version''' (bzr 1064)
Line 17: Line 15:
For more details, see this [[http://messengergeek.wordpress.com/2014/11/12/most-third-party-messenger-clients-have-gone-offline-temporarily/|messengergeek blog post]] (Huge thanks to him for notifying us so quickly about the issue, and providing a fix)
Line 21: Line 17:
Try adding a line to your /etc/hosts like this: Try adding a line to your /etc/hosts like this (take the IP number from one of the working ones in http://ismsndeadyet.com/)
Line 25: Line 21:
}}}

Or install bitlbee libpurple and enable http method:

{{{
account msn set http_method on

Setting up MSN with BitlBee

Upgrade required!

As of 2014-11-11, you will need to upgrade to the latest development version (bzr 1064)

Microsoft blocked the "ApplicationID" of windows live messenger 2008 (8.5), which happens to be used by several third party clients, including BitlBee and pidgin.

If you use debian/ubuntu, upgrading is easy: see Packages and use our APT repo.

If you use bitlbee-libpurple, you'll have to upgrade to libpurple 2.10.11.

Connection refused?

Try adding a line to your /etc/hosts like this (take the IP number from one of the working ones in http://ismsndeadyet.com/)

157.56.108.81 messenger.hotmail.com

Or install bitlbee libpurple and enable http method:

account msn set http_method on

Network status

Visit http://ismsndeadyet.com!

That page also lists a few other IP addresses and their status in case you get 'connection refused'.

Adding the account itself

To add a MSN account to BitlBee:

account add msn username@hotmail.com password
account msn on

This should be enough for most people.

You can also leave out the password and set it afterwards with /oper.

FAQ

Q: Why would I want MSN?

  • A: It lets you talk with skype contacts who have microsoft accounts without installing skype, and seems to be fairly reliable.

Q: Isn't it going to die?

  • A: Maybe! Maybe not! Who cares? It still works.

Q: Doesn't MSN use the XMPP protocol?

  • A: No. MSN and MSNXMPP are two different things. MSNXMPP was just a gateway to connect to MSN through XMPP, but it's never been the main way to use MSN.

    The MSNXMPP servers have been shutdown as of december 2013. The old protocol still works. Use the instructions above to add the account.

Q: Is OAuth supported?

  • A: Not by this protocol.

Versions

All current stable versions will fail to login, due to blocked ApplicationID - upgrade to bzr 1061 or patch the binary

The last important upgrade to MSN support in bitlbee was in 3.0.6, with MSNP18 support and multiple points of presence.

Troubleshooting

"Login error: Connection timeout" after "Authenticated, getting buddy list"

If you haven't upgraded yet, this is what the blocked ApplicationID error looks like.

<@root> msn - Logging in: Connecting
<@root> msn - Logging in: Connected to server, waiting for reply
<@root> msn - Logging in: Transferring to other server
<@root> msn - Logging in: Connected to server, waiting for reply
<@root> msn - Logging in: Authenticated, getting buddy list
<@root> msn - Login error: Connection timeout
<@root> msn - Logging in: Signing off..

"Error during Passport authentication: (null)"

The most common error, usually means "location blocked".

See HowtoFixMsn for a solution.

This error says "(null)" because bitlbee can't parse the error message to show something more meaningful. Because of this, it could also get shown for other error codes.

"Error reported by MSN server: Authentication failed"

This error can mean that the account is "temporarily blocked" and you need to verify it by providing a phone number.

It has also been seen when using a non-primary 'alias' address to log in to an account (just switch to the correct one).

Check your account recent activity page for more details, and see HowtoFixMsn.

"Error during Passport authentication: wsse:FailedAuthentication (Authentication Failure)"

This error almost always means that the password is incorrect.

"BitlBee - Received offline message. BitlBee can't show these"

You'll have to use a different client to fetch those messages (pidgin, amsn, emesene, etc)

The reason this message is shown is because the relevant code isn't implemented in bitlbee yet. Patches welcome

Server side support of offline messages has been disabled - if you actually get this message, let us know in #bitlbee!

A groupchat opens for individual conversations

MSN groupchats are weird. Your bitlbee is confused.

(known bug)

A note about outlook.com

Outlook.com is the new hotmail.com / msn.com / live.com. Some useful stuff you can do with it:

  • Log in with any account previously registered with passport.net (yes, you can use anyusername@anydomain.example.com and get an empty email inbox)

  • Set account aliases, which are other email addreses that point to the same microsoft account.
  • Register new accounts that can be used with msn and skype.
  • Use aliases to rename the registered accounts to any existing email address.
  • View the "recent activity" of the account - mostly successful/failed logins, and security challenges.

  • A few other neat security related features (two step auth, security codes, mobile authenticator app, etc)

BitlBee Wiki: HowtoMsn (last edited 2018-03-11 01:54:59 by dx)