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


Pure Virtual C++ 2024 Sessions Announced
19/04/2024

Microsoft has announced the sessions for Pure Virtual C++ 2024, which is taking place on April 30th 15:00 UTC. People who sign up will get access to five sessions happening on the day, alongside a ran [ ... ]



Actionforge Releases GitHub Actions VSCode Extension
09/04/2024

Actionforge has released the beta of its GitHub Actions tool as a VS Code extension. The extension consists of a suite of tools making up a visual node system for building and managing GitHub Actions  [ ... ]


More News

Last Updated ( Friday, 16 December 2011 )