A while ago I announced the Windows Live Messenger IM Control on my blog - got to http://dev.live.com/Messenger/

The team have been doing some really cool stuff lately;

We got some feedback:

  • Its great but I can't have my users copying and pasting, how can I streamline the signup so all my users can easily publish their presence (for example a social network).
  • I love the Windows Live blue but I want to configure the colors
  • How can I programmatically query the presence.
  • Its all good but I want more!

What have we done?

image

{    
"status": "Offline",    
"icon": 
{    
"height": 16,    
"url": "http://settings.messenger.live.com/static/w13r2/Conversation/img/Status_Online.gif",    
"width": 16    
},    
"statusText": "Online",    
"id": "12BACD345678@apps.messenger.live.com",    
"displayName": "Name"
}

image 

  • Seeing this implemented in a sample - I added the collection code into the Adventure Works Resorts Quick App (WLQuickApps.Social) - all the code is available at http://codeplex.com/wlquickapps

image image image image