GoogleCodeArchive / msnp-sharp

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

Tutorial for beginners? #310

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hi, I think this library is very awesome. But I don't really know how to work 
with it. Maybe the developer could make a basic tutorial on signing in, sending 
text..
For signing in I used this:
messenger.Credentials = new Credentials("email", "pass");
            messenger.Connect();
And to check:
if (messenger.Connected)
                label1.Text = "yes";
            else
                label1.Text = "no";

The label1 says for 5 seconds. Yes and then no. When I look at the 'output' in 
CSharp it says: HttpSocketMessageProcessor: Disconnected

I don't really get it..
Btw the client in the download isn't stable. (It crashes and such.)
Thanks in advance

Original issue reported on code.google.com by joelluij...@gmail.com on 22 Jan 2012 at 11:00

GoogleCodeExporter commented 9 years ago
Btw I use the newest version of the libary. And Windows 7 32Bit.

Original comment by joelluij...@gmail.com on 22 Jan 2012 at 11:01

GoogleCodeExporter commented 9 years ago
You can use messenger.NameServer.SignedIn

Original comment by freezing...@gmail.com on 23 Jan 2012 at 10:31

GoogleCodeExporter commented 9 years ago
ok, but isn't there any tutorials? Because I have no idea how to make a bot. Or 
even say something to someone.

Original comment by joelluij...@gmail.com on 23 Jan 2012 at 8:12

GoogleCodeExporter commented 9 years ago
Currently no tutorial for 5.0, but you can read and try to understand the 
example client. I will add a basic tutorial to the wiki in, maybe this weekend.

Original comment by freezing...@gmail.com on 23 Jan 2012 at 10:08

GoogleCodeExporter commented 9 years ago
I am also very interested by a short tuto for 5.0 for the basics operations

Original comment by mollacle...@gmail.com on 9 Feb 2012 at 10:38

GoogleCodeExporter commented 9 years ago
I have start writting the tutorial, please refer to 
http://code.google.com/p/msnp-sharp/wiki/KB_Tutorial

Original comment by freezing...@gmail.com on 17 Feb 2012 at 9:58