views:

1114

answers:

3

Has anyone connected to MSN Messenger from an ASP.NET page? We found this component: http://www.xihsolutions.net/dotmsn/, but it works only for desktop applications and we couldn't make it work in our web site.

Are there any working solutions either with the above component or with another component?

A: 

Have you opened port 1863 (= the port messenger uses) in the firewall/router/proxy/... ?

Vincent Van Den Berghe
It's not a FW problem, the desktop example works fine.
rslite
+2  A: 

Yep -> Windows Live Services. More specifically, the Messenger service and this link is the doco to embed the IM Control into your site.

Pure.Krome
Thanks for the pointers. The client wants an integrated experience (i.e. to login from our site), but we might change it if we don't find another way.
rslite
A: 

I think that that code is now in Google Code and is now called MSNP-Sharp. I have used it in a Windows Forms Application with success. If you want to call it from the web you could create a web service that is logged into an account and can send messages.

scurial