|
|
| Jabberd 1.4 and google talk |

|
2007-10-16 13:29:26 |
|
Hello list, I9;m running jabber 1.4.3-3 and I have problems with Google talk servers. I'm running the server with plain and secure ( cert ) authentication perfectly and the server is able to "talk" with every jabber server except google talk.
The log just gives :
[notice] (gmail.com): bouncing a packet to mail gmail.com">mail gmail.com from mail myserver/resource: Server Connect Timeout
When I connect psi to the server I'm not able to see the status of the gmail users, and I also got the timeout warning in psi. I saw that some of this issues are solved in the latest versions of jabberd, however I'm not able to run a newer version of the server. you know how to solve this issue, please tell me.
Thanks.
Juan
|
| Re: Jabberd 1.4 and google talk |
  Germany |
2007-10-17 00:45:36 |
Hi Juan
Am Di, 16.10.2007, 20:29, schrieb Juan Marcelo Rodríguez:
> Hello list,
> I'm running jabber 1.4.3-3 and I have problems with
Google talk servers.
> I'm
> running the server with plain and secure ( cert )
authentication perfectly
> and the server is able to "talk" with every
jabber server except google
> talk.
> The log just gives :
> [notice] (gmail.com): bouncing a packet to mail gmail.com
from
> mail myserver/resource:
> Server Connect Timeout
Did you run the server in debug mode?
shell> jabberd -D -c jabber.xml
?
Marco
_______________________________________________
JAdmin mailing list
JAdmin jabber.org
http:/
/mail.jabber.org/mailman/listinfo/jadmin
FAQ: http://ww
w.jabber.org/about/jadminfaq.shtml
_______________________________________________
|
|
| Re: Jabberd 1.4 and google talk |
  Germany |
2007-10-17 06:31:14 |
Juan Marcelo RodrÃguez schrieb:
> Hello list,
> I'm running jabber 1.4.3-3 and I have problems with
Google talk servers.
> I'm running the server with plain and secure ( cert )
authentication
> perfectly and the server is able to "talk"
with every jabber server
> except google talk.
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
--
Matthias Wimmer Fon +49-700 77 00 77 70
Züricher Str. 243 Fax +49-89 95 89 91 56
81476 München http://ma.tthias.eu/
_______________________________________________
JAdmin mailing list
JAdmin jabber.org
http:/
/mail.jabber.org/mailman/listinfo/jadmin
FAQ: http://ww
w.jabber.org/about/jadminfaq.shtml
_______________________________________________
|
|
| Re: Jabberd 1.4 and google talk |

|
2007-10-17 17:44:16 |
|
On 10/17/07, Matthias Wimmer < m tthias.eu">m 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=&quo t;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
--
|
| Re: Jabberd 1.4 and google talk |

|
2007-10-18 13:57:52 |
|
HI Matthias, I added the lines that you suggest on the jabberd manual : 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.
But it's still the same. I reloaded bind and still I don't see the gmail contacts. From the server I'm able to telnet and connect to the google talk servers. I received the error after sending data.
I don't know what the problem is but : I login in my jabber server, then I connect to my gmail account and I'm not able to see the gmail account from my jabber and vice versa.
Thanks for your help.
Juan
|
| Re: Jabberd 1.4 and google talk |

|
2007-10-18 15:05:28 |
|
I'm going to reply my own email. I found that I need to add to bind :
_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.
And the gtalk servers as debscribed here [0], too. After that I reloaded bind and the server and now it works!.
Thanks!
Juan
[0]
http://www.google.com/support/a/bin/answer.py?hl=en&answer=34143
On 10/18/07, Juan Marcelo Rodríguez < juanrodriguezmonti gmail.com">
juanrodriguezmonti gmail.com> wrote:HI Matthias, I added the lines that you suggest on the jabberd manual :
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.
But it's still the same. I reloaded bind and still I don't see the gmail contacts. From the server I'm able to telnet and connect to the google talk servers. I received the error after sending data.
I don't know what the problem is but : I login in my jabber server, then I connect to my gmail account and I'm not able to see the gmail account from my jabber and vice versa.
Thanks for your help.
Juan
|
| Re: Jabberd 1.4 and google talk |
  United States |
2007-10-18 16:09:15 |
On Thursday 18 October 2007, Juan Marcelo Rodríguez wrote:
> And the gtalk servers as debscribed here [0], too.
After that I reloaded
> bind and the server and now it works!.
If you had to add DNS entries for gmail.com, then your DNS
server is
misconfigured and won't work without such manual copying for
every single
server...
_______________________________________________
JAdmin mailing list
JAdmin jabber.org
http:/
/mail.jabber.org/mailman/listinfo/jadmin
FAQ: http://ww
w.jabber.org/about/jadminfaq.shtml
_______________________________________________
|
|
| Re: Jabberd 1.4 and google talk |

|
2007-10-18 16:17:22 |
|
I've forgotten to mention that the server works with other jabber servers. The problem was gt and jabber dot org, and many users had the same problem.
I guess that some servers do need this configuration and other don't. Even google suggest to do it as debscribed here[0]. Again, if you know how to avoid this, please tell me.
Thanks.
[0] http://www.google.com/support/a/bin/answer.py?hl=en&answer=34143
Juan
On 10/18/07, Juan Marcelo Rodríguez < juanrodriguezmonti gmail.com">juanrodriguezmonti gmail.com> wrote:
HI Luke, I read that I need to do it for some servers like Google and jabber.org. What do you suggest ?
Thanks.
Juan
On 10/18/07,
Luke -Jr < luke dashjr.org" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">luke dashjr.org> wrote:
On Thursday 18 October 2007, Juan Marcelo Rodríguez wrote:
> And the gtalk servers as debscribed here [0], too. After that I reloaded > bind and the server and now it works!.
If you had to add DNS entries for
gmail.com, then your DNS server is
misconfigured and won't work without such manual copying for every single server... _______________________________________________ JAdmin mailing list JAdmin jabber.org" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
JAdmin jabber.org
http://mail.jabber.org/mailman/listinfo/jadmin FAQ:
http://www.jabber.org/about/jadminfaq.shtml
_______________________________________________
|
| Re: Jabberd 1.4 and google talk |

|
2007-10-18 16:20:30 |
|
HI Peter,
Now I'm not able to connect with jabber dot org users. As I told you before, the server now talks with gt server and others. But it's not able to work with jabber dot org yet.
Does jabber dot org have srv records? I'm seeing some sites and irc logs that shows srv records but it doesn't work.
Thanks.
Juan
On 10/18/07, Peter Saint-Andre < stpeter stpeter.im">stpeter stpeter.im> wrote:
Juan Marcelo Rodríguez wrote: > HI Luke, > I read that I need to do it for some servers like Google and jabber.org > <http://jabber.org>. What do you suggest ?
Standard DNS entries should work fine, at least for jabber.org (which is just a standard ejabberd installation -- well not so standard right now with some of the patches we've put in place recently, but standard with
respect to resolution of other domains).
Peter
-- Peter Saint-Andre https://stpeter.im/
_______________________________________________ JAdmin mailing list
JAdmin jabber.org">JAdmin jabber.org http://mail.jabber.org/mailman/listinfo/jadmin FAQ:
http://www.jabber.org/about/jadminfaq.shtml _______________________________________________
|
| Re: Jabberd 1.4 and google talk |

|
2007-10-18 16:35:02 |
|
On 10/18/07, Peter Saint-Andre < stpeter stpeter.im">stpeter stpeter.im> wrote:
Juan Marcelo Rodríguez wrote: > HI Peter, > > Now I'm not able to connect with jabber dot org users. As I told you > before, the server now talks with gt server and others. But it's not
> able to work with jabber dot org yet.
What is the domain of your jabber server? I can debug from this end. The problem with jabber dot org is in my own office server and it's not open to Internet.
> Does jabber dot org have srv records? I'm seeing some sites and irc logs
> that shows srv records but it doesn't work.
Sure... Yes. But, why do I need to use srv records for this server while other server doesn't need it?. Now it's working.
Thanks
|