Microsoft Adds XMPP to Messenger
Written by Ian Elliot   
Friday, 16 December 2011

In a welcome, and somewhat surprising, change of behavior, Microsoft has added XXPP support to Windows Live Messenger, enabling you to develop custom clients. Are there any snags to be aware of?

Microsoft has until now kept Windows Messenger to itself. It did produce an API that made it possible to write add-ons, but actually communicating with Messenger was a matter of hacking its communication methods or finding some way of transferring data by hosting the client. Now it has delivered on its promise, made at Build, to support the XMPP protocol.

XMPP is an open standard that derives from the Jabber protocol. Currently Google Talk and Facebook Chat both support XMPP along with a number of other chat services. Only Messenger remained closed to other services by not supporting XMPP.

 

xmpplogo

Now XMPP support in Messenger is a reality and you can start to build applications that communicate over the Messenger network, i.e. your own custom Messenger clients.

However, not everything is quite as open as it seems. This is probably what you would expect given that this is Microsoft. It has implemented a custom OAuth 2.0 layer that has to be implemented to gain access to an account. This is reasonable but it also means that developers have to sign up and obtain an application ID and access token. To get these you have to register - in other words, Microsoft has the ability to control access to Messenger services. This is standard procedure for using almost any "Live" API from Microsoft.

messengerlogo

On balance this again doesn't seem too unreasonable, as long as Microsoft manages the situation fairly, but if you plan to spend a lot of effort developing something you need to keep in mind that Microsoft could refuse you access in the future. It also means that existing XMPP clients won't be able to work with Messenger unless they upgrade to add the new authentication.

Currently the following XMPP specifications are supported:

  • RFC6120: XMPP: Core
  • RFC6121: XMPP: Instant Messaging and Presence. Roster management is not supported.
  • XEP-0054: vcard-temp. The Messenger XMPP service supports fetching vCards, but doesn't support updating vCards.
  • XEP-0085: Chat State Notifications
  • XEP-0203: Delayed Delivery

There are code samples on GitHub and some good getting started documentation.

 

xmppmesslogo

Further reading

What is XMPP

Code samples on GitHub

Documentation on Messenger XMPP

 

To be informed about new articles on I Programmer, subscribe to the RSS feed, follow us on Google+, Twitter or Facebook or sign up for our weekly newsletter.

 

Banner


Angular and Wiz To Merge
27/03/2024

Two web development frameworks used at Google are merging. One, Angular is open source and widely known, while the other, Wiz, is an internal web framework developed and used by Google for some o [ ... ]



Can C++ Be As Safe As Rust?
10/04/2024

Herb Sutter is a well known and respected C++ champion and he thinks that the language only needs a few tweaks to make it as safe as Rust. Can this be true?


More News

Last Updated ( Friday, 16 December 2011 )