[jadmin] Jabberd 1.4 and google talk

Juan Marcelo Rodríguez juanrodriguezmonti at gmail.com
Wed Oct 17 17:44:16 CDT 2007


On 10/17/07, Matthias Wimmer <m at tthias.eu> wrote:
>
>
>
> Check your DNS settings (the dnsrv configuration - it should contain
> settings for "_xmpp-server._tcp"). - And check your own DNS. If other
> servers need SRV records to connect to you, make sure, that you have
> upgraded from old _jabber._tcp records to the new _xmpp-server._tcp
> records.
>
> Also make sure, that you can connect to the hosts
> xmpp-server1.l.google.com to xmpp-server4.l.google.com on port 5269. Try
> this by telnetting them on this port and entering some arbitrary data
> followed by the return key (you should then get an error message back,
> if you could connect to them).
>
>
> Matthias


Hello Matthias and Marco,
I have in the configuration file :


<dnsrv xmlns="jabber:config:dnsrv">
        <resend service="_xmpp-server._tcp">s2s</resend>
        <resend service="_jabber-server._tcp">s2s</resend>
        <resend>s2s</resend>
    </dnsrv>

Then, I'm able to telnet the GT servers and I got the error msg, too.

I guess the problem is with bind, I'm gonna talk with the Bind's
administrator. Because I saw that I do need to use, as you told me :
*
jabberserverhostname*. 86400 A *jabberserverip*
_xmpp-server._tcp.*jabberserverhostname*. 86400 IN SRV 5 0 5269 *
jabberserverhostname*.
_xmpp-client._tcp.*jabberserverhostname*. 86400 IN SRV 5 0 5222 *
jabberserverhostname*.
_jabber._tcp.*jabberserverhostname*. 86400 IN SRV 5 0 5269 *
jabberserverhostname*.

Other users had the same problem. The only strange thing is that when I
started the server it worked perfectly, even with GT servers.

Thanks!

Juan

> --
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.jabber.org/pipermail/jadmin/attachments/20071017/c42a5f09/attachment.htm 


More information about the JAdmin mailing list