Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I have configured ejabberd server on localhost. I am able to connect to local host like admin@localhost, but i am not able to connect gtalk server. Some one please help me how to connect to gtalk server.

Thanks in advance, sathi

share|improve this question

2 Answers

In order for you to talk to GoogleTalk, they have to be able to talk back to you using Dialback. There are several steps you'll need to do:

  • Rename your server to a fully-qualified domain name. (e.g. example.com)
  • Open a hole in your firewall in both directions to your server on port 5269/tcp.
  • Add an SRV record to your DNS pointing at that firewall hole. If your domain was example.com, your SRV might have _xmpp-server._tcp.example.com pointing to 10 0 5269 myserver.example.com.
  • At some point in the future, you may also need an X.509 certificate for doing TLS.
share|improve this answer

I almost lost hope, but this thread was really helpful:

Short summary - disable google apps for domain, it can be the reason of getting 404 errors in ejabberd log.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.