Hello Auro

On 27.07.2012 02:17, Auro Tripathy wrote:
I have set up a jabberd2 test server at
'engdev1.remotewd2.com' and I'm now using the S2S component to
setup a chat session with my gmail account. Note, within my
domain, my test server does fine with chat sessions.

I get timeouts and I'm wondering if the s2s.xml file is setup
correctly.

I did not wade through your very large log file, because I think you should be able to identify the interesting lines on your own and then pasting them into Google.

So I just shoot into the dark and hope I do not miss. ;)

First, Google had yesterday some trouble with their Google Talk (which is their jabber/xmpp service). Maybe you got affected by this.

Second, I had only to configure quite little in the s2s.xml, mainly only setting a useful password for the communication with the jabberd2 router, and adjusting / enabling the SSL certificates (but I guess this is optional).

Third, do you have the correct DNS entries for the domain you are using with jabberd?

I have e.g. the following entries in my example.com DNS zone (the jabber accounts are [email protected]):

; entries for jabber
jabber  IN A    <IP-address>
_xmpp-server._tcp       IN SRV 5 0 5269 jabber.example.com.
_xmpp-client._tcp       IN SRV 5 0 5222 jabber.example.com.

The numbers 5269 and 5222 correspond to the port which are used (and in jabberd2 configured) for server to server (s2s) and client to server (c2s) communication with the jabberd server.


bye
Fabian


Reply via email to