TReKiE / msnp-sharp

Automatically exported from code.google.com/p/msnp-sharp
0 stars 0 forks source link

how to let bot actively send message. #92

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I have a provisioned account, and i want to let my bot send message actively.
How can i do using this library ?

Original issue reported on code.google.com by ChingHsi...@gmail.com on 3 Mar 2009 at 7:58

GoogleCodeExporter commented 9 years ago
Please see example client at ConversationForm class.
You will see:
SendInput()
and
Conversation.Switchboard.TextMessageReceived += Switchboard_TextMessageReceived;

Original comment by hepha...@gmail.com on 13 Mar 2009 at 1:25