ejabberd - Comments for "Service Discovery from Google" https://www.ejabberd.im/node/1159 en Thank you! This worked https://www.ejabberd.im/node/1159#comment-2487 <p>Thank you! This worked beautifully!! </p> <p>Seems my other install had this inetrc fix default so thats why it worked there :)</p> Wed, 01 Nov 2006 11:26:45 +0000 stian@jabber.ru comment 2487 at https://www.ejabberd.im SRV needed https://www.ejabberd.im/node/1159#comment-2486 <div class="quote-msg"> <div class="quote-author"><em>stian@jabber.ru</em> wrote:</div> <pre>=ERROR REPORT==== 2006-11-01 08:22:37 === E(&lt;0.940.0&gt;:ejabberd_s2s_out:199): Couldn't connect to gmail.com; none of [{"gmail.com",5269}] worked </pre></div> <p>This is the problem. Your server should make an SRV lookup of <code>_xmpp-server._tcp.gmail.com</code> to find the real hostname and port of the Google Talk s2s interface, but it doesn't. <noindex><a href="/fix-dns-srv" rel="nofollow" >That can be worked around</a></noindex>.</p> Wed, 01 Nov 2006 11:16:59 +0000 legoscia comment 2486 at https://www.ejabberd.im I did now try to talk to a https://www.ejabberd.im/node/1159#comment-2485 <p>I did now try to talk to a user on Google talk but it does not work. I tried it both ways and nothing happens. It just says I am disconnected. So it really seems I am not able to talk to the Google network at all after my migration. </p> <p>When I try to send messages from jabber.no -&gt; gmail I get this in the log file:</p> <p>=INFO REPORT==== 2006-11-01 08:15:50 ===<br /> I(&lt;0.970.0&gt;:ejabberd_s2s_out:131): started: {"jabber.no",<br /> "gmail.com",<br /> {new,"3669775789"}}</p> <p>=INFO REPORT==== 2006-11-01 08:15:51 ===<br /> I(&lt;0.586.0&gt;:ejabberd_s2s_in:519): terminated in stream_established: normal</p> <p>=INFO REPORT==== 2006-11-01 08:15:52 ===<br /> I(&lt;0.588.0&gt;:ejabberd_s2s_out:722): terminated in wait_for_validation: normal</p> <p>=INFO REPORT==== 2006-11-01 08:16:00 ===<br /> I(&lt;0.967.0&gt;:ejabberd_s2s_in:519): terminated in stream_established: normal</p> <p>=INFO REPORT==== 2006-11-01 08:16:01 ===<br /> I(&lt;0.234.0&gt;:ejabberd_listener:90): (#Port&lt;0.1933&gt;) Accepted connection {{72,14,252,129},13896} -&gt; {{195,159,148,248},5269}</p> <p>=INFO REPORT==== 2006-11-01 08:16:01 ===<br /> I(&lt;0.971.0&gt;:ejabberd_s2s_in:105): started: {gen_tcp,#Port&lt;0.1933&gt;}</p> <p>=INFO REPORT==== 2006-11-01 08:16:01 ===<br /> I(&lt;0.971.0&gt;:ejabberd_s2s_in:317): GET KEY: {"pubsub.jabber.no",<br /> "gmail.com",<br /> [],<br /> "CAESBxDt0d6U6iEaEPgOCSllbdeOY6ngckJJ7t4="}</p> <p>=INFO REPORT==== 2006-11-01 08:16:01 ===<br /> I(&lt;0.973.0&gt;:ejabberd_s2s_out:131): started: {"pubsub.jabber.no",<br /> "gmail.com",<br /> {verify,<br /> &lt;0.971.0&gt;,<br /> "CAESBxDt0d6U6iEaEPgOCSllbdeOY6ngckJJ7t4=",<br /> "818078594"}}</p> <p>=ERROR REPORT==== 2006-11-01 08:22:37 ===<br /> E(&lt;0.940.0&gt;:ejabberd_s2s_out:199): Couldn't connect to gmail.com; none of<br /> [{"gmail.com",5269}]<br /> worked</p> <p>=INFO REPORT==== 2006-11-01 08:22:37 ===<br /> I(&lt;0.940.0&gt;:ejabberd_s2s_out:722): terminated in open_socket: normal</p> <p>=ERROR REPORT==== 2006-11-01 08:22:37 ===<br /> E(&lt;0.939.0&gt;:ejabberd_s2s_out:199): Couldn't connect to gmail.com; none of<br /> [{"gmail.com",5269}]<br /> worked</p> <p>Any ideas?</p> Wed, 01 Nov 2006 08:28:55 +0000 stian@jabber.ru comment 2485 at https://www.ejabberd.im This patch makes s2s logs https://www.ejabberd.im/node/1159#comment-2482 <p><noindex><a href="http://www.dtek.chalmers.se/~henoch/s2s_verbose.patch" rel="nofollow" >This patch</a></noindex> makes s2s logs more verbose. It usually doesn't make me much wiser, but it might help…</p> <p>Does sending messages in both directions work? As you probably know, s2s uses one connection for each direction; does your server try to connect to Google?</p> Tue, 31 Oct 2006 12:33:50 +0000 legoscia comment 2482 at https://www.ejabberd.im