Click to See Complete Forum and Search --> : Messenger Client


Turbo Kid
October 2nd, 2009, 05:09 PM
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.

Ballchain
October 3rd, 2009, 07:13 AM
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.

Payne747
October 3rd, 2009, 10:19 AM
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.

Turbo Kid
October 3rd, 2009, 11:51 AM
Thank you, it's working.
How can I get the ICQ and FaceBook-Chat IP/Port?