Tagged Questions
MSNPSharp is a .net library that implements the MSN protocol. It's the continuation of project DotMSN ended in 2006.
2
votes
3answers
1k views
MSNP-Sharp Example fails to login, gives SocketException
I've just downloaded the MSNP-Sharp library with the aim of creating my own messaging client, however I am struggling to get the example to sign in. The code all compiles and runs, but when I provide ...
1
vote
2answers
568 views
Does anyone know how to send a message to MSN Messenger?
I'm trying to have my windows application send a message to two msn messenger accounts. So, I grabbed the code from the MSNPSharp library and had a look in that.
I can authenticate/sign in without a ...
0
votes
0answers
115 views
Alternative of MSNP-Sharp for developing a MSN Robot
I've been developing a MSN Robot using MSNP-Sharp, but I've some issues using activities with provisional accounts.
Anyone knows another library for C# to develop a MSN Robot with activities support
...
0
votes
1answer
557 views
MSNP-SHARP how to send an hello message to an user that changed status from offline to online
I tried in this way. I subscribed to that event who control the user status, its announcing me that user in Online.
my code is:
void Nameserver_ContactOnline(object sender, ContactEventArgs e)
{
...