HT


I have now used the DotMSN library (http://www.xihsolutions.net/dotmsn/) to write a bot that communicates with an application on my server. This worked fine until the number of users of the bot reached 1500. It seems that the bot is allowed to have only 1500 contacts on its allowed list. I guess this is a limit from the Messenger protocol

Is there a way to create a bot with more than 1500 users I bot needs to allow unlimited number of users.. Can someone recommend me a solution to this Is there a library or a supplier which will allow unlimited number of users of the bot

Thanks in advance.




Re: How to allow unlimited number of users of a MSN Messenger bot?

Jeroen Bransen - J-Thread


DotMSN is not supported by Microsoft, and in fact it you are officially not allowed to use it.
Use one of the official bot SDK's and submit your bot to at the live gallery.





Re: How to allow unlimited number of users of a MSN Messenger bot?

Jianmin - Bricksoft

I advice you do like this:

You can apply one mainly MSN account like MSNBuddy@hotmail.com. This is for your broadcast this MSN account. Then you can apply MSNBuddy1@hotmail.com , MSNBuddy2@hotmail.com ... and MSNBuddyN@hotmail.com. You can say "The number of my buddy reach the limit" when someone add MSNBuddy@hotmail.com. You can tell him add MSNBuddy1@hotmail.com to instead .

Like this, You will get 1500* N for your robot.

HT wrote:

I have now used the DotMSN library (http://www.xihsolutions.net/dotmsn/) to write a bot that communicates with an application on my server. This worked fine until the number of users of the bot reached 1500. It seems that the bot is allowed to have only 1500 contacts on its allowed list. I guess this is a limit from the Messenger protocol

Is there a way to create a bot with more than 1500 users I bot needs to allow unlimited number of users.. Can someone recommend me a solution to this Is there a library or a supplier which will allow unlimited number of users of the bot

Thanks in advance.