Nowadays I am working on Integrating windows live Messenger toolkit with our MVC web application. you can download toolkit straight from Microsoft's site from HERE , Though Microsoft is providing sample application for demo that shows how to integrate the Windows live messenger toolkit with your website, There were many issues while integrating with MVC web application. First challenge that I faced was to make the Demo application compatible with our MVC architect. because the sample code works based on Request and Response Architecture while MVC application follows the Action and Result architecture. So first I have to convert the all the handlers in to controller methods then all other respective changer are to be done. The second Challenge was to run the application on secure layer(HTTPS) . every thing worked fine except the chat bar. It was showing some interesting error that Channel-Url ...
JavaScript to Java and .Net ........!