Not able to connect facebook chat server !!

The_Small_k

The_Small_k

@the-small-k Oct 22, 2024
hello guy's
I want to know the current chat server address of facebook.I ping for facebook.com and found "chat.facebook.com" and the port no is 5222 but seems like it's not working.
still it shows
service-unavailable(503)
Any idea how to fix it ?

I am using java to devlop my IM.

Replies

Welcome, guest

Join CrazyEngineers to reply, ask questions, and participate in conversations.

CrazyEngineers powered by Jatra Community Platform

  • PraveenKumar Purushothaman

    PraveenKumar Purushothaman

    @praveenkumar-66Ze92 Jun 28, 2011

    Dude, try using the right HTTP Access method. You might use GET to access it, when the method might not be supported. But this error seems to be from the Server Side, I meant, Facebook's. So you gotta wait until those people there fix it... 😐
  • The_Small_k

    The_Small_k

    @the-small-k Jun 30, 2011

    @Praveen didn't get you.
    Look i am using SMTP protocol to create a messenger.I have done with gtalk using the server "talk.gmail.com".But when i want to do this with facebook it will show the error what i mentioned above.
    .
    I am using "chat.facebook.com" as a server.
  • PraveenKumar Purushothaman

    PraveenKumar Purushothaman

    @praveenkumar-66Ze92 Jun 30, 2011

    See, chat.facebook.com server doesn't exist!
  • The_Small_k

    The_Small_k

    @the-small-k Jun 30, 2011

    Screenshot-1

    Look at the above picture.
    Just ping for the "chat.facebook.com" you may see jabber protocols are there which is used in most of the websites to provide online chatting like gtalk,yahoo,facebook.
  • PraveenKumar Purushothaman

    PraveenKumar Purushothaman

    @praveenkumar-66Ze92 Jul 1, 2011

    I guess it is kinda giving a HTTP 301 Status buddy... 😲 So, for sure it doesn't work... Only 200 Works... 😀
  • The_Small_k

    The_Small_k

    @the-small-k Jul 28, 2011

    I am able to connect the gmail,yahoo,hotmail and all the other servers but still get error during the connection with FB.
  • PraveenKumar Purushothaman

    PraveenKumar Purushothaman

    @praveenkumar-66Ze92 Jul 28, 2011

    Its a client request right? If so, do this... Open the site in Firefox, and keep Net tab in Firebug opened. Post what is the HTTP Response. 😀
  • PraveenKumar Purushothaman

    PraveenKumar Purushothaman

    @praveenkumar-66Ze92 Jul 28, 2011

    Anything other than HTTP 200 doesn't work!!! 😲 So, make sure you are getting 200. Sometimes, it goes like 301 and 302 too!
  • The_Small_k

    The_Small_k

    @the-small-k Jul 28, 2011

    Didn't get you
    what does it mean
    keep Net tab in Firebug opened
    I am using XMPP(extensible messaging and presence protocol).
    I haven't used http protocol anywhere.
  • PraveenKumar Purushothaman

    PraveenKumar Purushothaman

    @praveenkumar-66Ze92 Jul 29, 2011

    Oh oh... Fine... Somehow track the HTTP Requests... Coz, XMPP is through HTTP right?