Link to home
Start Free TrialLog in
Avatar of bail3yz
bail3yz

asked on

I need to make a MSN bot

I need to make a MSN bot that is capable of sending messages.. changing its display picture.. and accepting contacts.

I had one made that used DotMSN.. but it recently stopped working, and every DotMSN example I've downloaded also no longer works

It connects to the server, but seems to stop there...

I think this info that is supposed to not be edited has changed on MSN server side

            messenger.Credentials.ClientID = "msmsgs@msnmsgr.com"; //do not edit
            messenger.Credentials.ClientCode = "Q1P7W2E4J9R8U3S5"; //do not edit

Does anyone know of any good MSN SDKs?  or a solution to my DotMSN problem?

Thanks
ASKER CERTIFIED SOLUTION
Avatar of PlatoConsultant
PlatoConsultant
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of bail3yz
bail3yz

ASKER

Hi, I found MSNSharp which is an upgraded version of DotMSN that is working on the later protocols.