Differences between revisions 7 and 8
Revision 7 as of 2014-02-02 22:29:50
Size: 2421
Editor: dx
Comment: link to HowtoFixMsn
Revision 8 as of 2014-04-08 03:40:26
Size: 303
Editor: dx
Comment: remove old information that is useless now
Deletions are marked like this. Additions are marked like this.
Line 3: Line 3:
Probably gone forever, and the skype protocol is probably ''(TODO: verify)'' used for everything. Probably gone forever, and the skype protocol is probably used for everything.
Line 5: Line 5:
The old MSN protocol still works. If it doesn't work for you, see HowtoFixMsn. The old MSN protocol still works. See HowtoMsn to use that.
Line 7: Line 7:
The original contents of this page follow.

----

<<TableOfContents(2)>>

= Setting up an MSN-XMPP account in BitlBee =

Microsoft claims that newer Skype clients should be used to access MSN, actually those contacts are reached using XMPP, not Skype's native protocol. Here is how you can see those old MSN contacts in !BitlBee. (And not by using the Skype plugin.)


== Connecting using OAuth ==

If your login is alice@live.com, use alice@messenger.live.com as login.

'''If you have a non-live.com domain''', just write ''anything'' before @messenger.live.com as username (for example "whatever@messenger.live.com" will work fine), and the server will send you the correct JID after the oauth login.

{{{#!irc
<alice> account add jabber alice@messenger.live.com
<root> Account successfully added with tag jabber
<root> You can now use the /OPER command to enter the password
<root> Alternatively, enable OAuth if the account supports it: account jabber set oauth on
<alice> acc jabber set oauth on
<root> oauth = `on'
<alice> acc jabber on
<root> jabber - Logging in: Starting OAuth authentication
}}}

From there on, just follow the on-screen instructions and you will be all set.

== Other tips ==

Change the account tag to something other than jabber:

{{{#!irc
<alice> account jabber set tag msnxmpp
}}}

When the server sends you the correct JID:

{{{#!irc
<root> msnxmpp - Logging in: Server claims your JID is `c319xxxxxxxx393f@messenger.live.com' instead of `alice@messenger.live.com'. This mismatch may cause problems with groupchats and possibly other things
}}}

Copy that JID from the message you receive and set it to "username":

{{{#!irc
<alice> account msnxmpp off
<root> msnxmpp - Signing off..
<alice> account msnxmpp set username c319xxxxxxxx393f@messenger.live.com
<root> username = `c319xxxxxxxx393f@messenger.live.com'
<alice> account msnxmpp on
}}}

If you don't get human readable nicks and want to use the "full name" field instead:

{{{#!irc
<alice> account msnxmpp set nick_source full_name
}}}

Or prefix the real names with "msn":

{{{#!irc
<alice> account msnxmpp set nick_format msn-%full_name
}}}
The original contents of this page are still in the page history, but removed from here since they are no longer valid.

The MSN-XMPP servers are gone

Probably gone forever, and the skype protocol is probably used for everything.

The old MSN protocol still works. See HowtoMsn to use that.

The original contents of this page are still in the page history, but removed from here since they are no longer valid.

BitlBee Wiki: HowtoMsnXmpp (last edited 2014-04-08 03:40:26 by dx)