ejabberd - Comments for "S2S GTalk problem..." https://www.ejabberd.im/node/4169 en Problem seems to have dissapeared https://www.ejabberd.im/node/4169#comment-56474 <p>Starting last night, communication with Google Talk has started working again. No change from my side, it just suddenly started working.</p> <p>Edit: make that working temporary.</p> Tue, 03 Aug 2010 15:08:54 +0000 jadahl comment 56474 at https://www.ejabberd.im Tracing the error https://www.ejabberd.im/node/4169#comment-56464 <p>I ran tcpdump while the error occurred, and got the following results:</p> <p>E = ejabberd<br /> G = gtalk server</p> <div class="codeblock"><code>E connects to G <p>E: &lt;?xml version=&#039;1.0&#039;?&gt;&lt;stream:stream xmlns:stream=&#039;http://etherx.jabber.org/streams&#039; xmlns=&#039;jabber:server&#039; xmlns:db=&#039;jabber:server:dialback&#039; to=&#039;gmail.com&#039; version=&#039;1.0&#039;&gt;</p> <p>G: &lt;stream:stream id=&quot;7BD1F284707D47EE&quot; xmlns:stream=&quot;http://etherx.jabber.org/streams&quot; xmlns=&quot;jabber:server&quot; xmlns:db=&quot;jabber:server:dialback&quot;&gt;</p> <p>E: &lt;db:result from=&#039;[my domain]&#039; to=&#039;gmail.com&#039;&gt;3570768198&lt;/db:result&gt;</p> <p>... 20 seconds pass ...</p> <p>G: Close connection.</p></code></div> <p>As far as I can see, if Google would follow the specification[1] it should reply to the dialback request, but fails to do so completely.</p> <p> [1] <noindex><a href="http://xmpp.org/extensions/xep-0220.html#sect-id159076" title="http://xmpp.org/extensions/xep-0220.html#sect-id159076" rel="nofollow" >http://xmpp.org/extensions/xep-0220.html#sect-id159076</a></noindex></p> Sat, 31 Jul 2010 06:20:23 +0000 jadahl comment 56464 at https://www.ejabberd.im Re: Ok, here is the solution Add https://www.ejabberd.im/node/4169#comment-56461 <p>I'm afraid it's not that easily fixed. The inability to establish connections are from both ends. I cannot establish a connection From gtalk to my domain, nor the other way around. Also note that the other domain running on the same ejabberd node (mostly, at least now while testing the above advise) works fine.</p> Wed, 28 Jul 2010 21:50:23 +0000 jadahl comment 56461 at https://www.ejabberd.im Ok, here is the solution Add https://www.ejabberd.im/node/4169#comment-56457 <p>Ok, here is the solution</p> <p>Add it to your /etc/hosts to bybass the /etc/resolv.conf resolution :<br /> 74.125.47.125 xmpp-server.l.google.com</p> <p>source :<br /> <noindex><a href="http://dma.livejournal.com/3870144.html" title="http://dma.livejournal.com/3870144.html" rel="nofollow" >http://dma.livejournal.com/3870144.html</a></noindex></p> Wed, 28 Jul 2010 13:11:01 +0000 frankoi comment 56457 at https://www.ejabberd.im Just for reference, this is https://www.ejabberd.im/node/4169#comment-56453 <p>Just for reference, this is also reported (without any discussion so far) in <noindex><a href="https://support.process-one.net/browse/EJAB-1283" title="https://support.process-one.net/browse/EJAB-1283" rel="nofollow" >https://support.process-one.net/browse/EJAB-1283</a></noindex></p> <p>And some discussion in this mailing list thread:<br /> <noindex><a href="http://mail.jabber.org/pipermail/operators/2010-July/000980.html" title="http://mail.jabber.org/pipermail/operators/2010-July/000980.html" rel="nofollow" >http://mail.jabber.org/pipermail/operators/2010-July/000980.html</a></noindex></p> Wed, 28 Jul 2010 09:24:00 +0000 mfoss comment 56453 at https://www.ejabberd.im /etc/hosts https://www.ejabberd.im/node/4169#comment-56450 <p>could you tell us what is inside your /etc/hosts ? ;)<br /> thanks a lot</p> Wed, 28 Jul 2010 08:00:55 +0000 frankoi comment 56450 at https://www.ejabberd.im Same here https://www.ejabberd.im/node/4169#comment-56449 <p>Looks like the main xmpp server @ google (xmpp-server.l.google.com.) is broke, and refuses to do dialback. Other servers seem fine.</p> <p>I added a /etc/hosts entries for it and every google apps domain I have (including gmail.com), and now things appear to be working (knock on wood)</p> Wed, 28 Jul 2010 05:32:21 +0000 dwaite comment 56449 at https://www.ejabberd.im You're not alone to have this problem https://www.ejabberd.im/node/4169#comment-56446 <p>Same as jadahl and cjones !</p> Tue, 27 Jul 2010 08:42:14 +0000 frankoi comment 56446 at https://www.ejabberd.im jadahl: I'm seeing the same https://www.ejabberd.im/node/4169#comment-56445 <p>jadahl: I'm seeing the same problem, starting the same day you posted. I agree; this doesn't look like a DNS problem, and it's specific to gmail.com. I ran ejabberd with debug enabled, but I wasn't able to sift out any useful information.</p> Tue, 27 Jul 2010 05:38:30 +0000 cjones comment 56445 at https://www.ejabberd.im Re: S2S GTalk problem... https://www.ejabberd.im/node/4169#comment-56444 <p>We have a similar problem on our server, and it seems to be happen all over the net. However, the error messages are not the same. I have seen messages such as this one:</p> <p>I(&lt;0.14143.13&gt;:ejabberd_s2s_out:416) : wait for validation: [our domain] -&gt; googlemail.com (closed)</p> <p>. It seems not to be due to any DNS error, since one of our virtual hosts has no problem, while the other one (running on the same node) only works sporadically.</p> <p>We have also tried different versions of ejabberd, and I've seen the problem being reported for other servers too, so it does indeed more and more look like gtalk's interoperability is rather flawed.</p> <p>The problem you have looks more related to that you cannot complete the DNS request. Check that you can resolve it successfully with: dig -t SRV _xmpp-server._tcp.googlemail.com .</p> Mon, 26 Jul 2010 18:26:20 +0000 jadahl comment 56444 at https://www.ejabberd.im