CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Join Date
    Oct 2009
    Posts
    3

    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.

  2. #2
    Join Date
    Oct 2009
    Posts
    13

    Re: Messenger Client

    Quote Originally Posted by Turbo Kid View Post
    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.

  3. #3
    Join Date
    Sep 2009
    Posts
    28

    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.

  4. #4
    Join Date
    Oct 2009
    Posts
    3

    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
  •  





Click Here to Expand Forum to Full Width

Featured