开发者

XMPP ejabberd server is not able to connect gtalk server [closed]

Closed. This question is off-topic. It is not currently accepting answers.

Want to improve this question? Update the question so it's on-topic for Stack Overflow.

Closed 9 years ago.

开发者_开发问答 Improve this question

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


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.


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.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜