|
-
October 2nd, 2009, 04:09 PM
#1
Messenger Client
Hello all,
I want to build my own Messenger Client.
How can I get the IP ant the Port of the Messenger Server?
tnx for helping.
-
October 3rd, 2009, 06:13 AM
#2
Re: Messenger Client
 Originally Posted by Turbo Kid
Hello all,
I want to build my own Messenger Client.
How can I get the IP ant the Port of the Messenger Server?
tnx for helping.
I have just installed MS2008 and also started to learn programming for a few months. I like computer programming, the MSDN online and offline versions is my best reference, I have tried skimming through the C# classes that are related to network programming and YES, it turbocharges my understandings of the server and client communication methods.
-
October 3rd, 2009, 09:19 AM
#3
Re: Messenger Client
I guess this all depends on the particular IM protocol being used. I would use a network sniffer (Wireshark for example) to view how certain IM clients connect, then you can determine what IP\ports they are using.
For example, Windows Live Messenger 2009 performs a DNS lookup to messenger.hotmail.com, and then goes out on port 1863.
-
October 3rd, 2009, 10:51 AM
#4
Re: Messenger Client
Thank you, it's working.
How can I get the ICQ and FaceBook-Chat IP/Port?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|