My installation of Jabberd2 v2.1.19 cannot send or receive messages with gmail.com users. It can, however, communicate with jabber.org. I believe the issue is that jabberd2 is not contacting the right server when connecting to gmail.com as evidenced in the following snippet from the s2s.log:
Sat Nov 10 23:12:06 2007 [notice] ready for connections Sat Nov 10 23:12:22 2007 [notice] [8] [64.233.171.83, port=5269] outgoing connection Sat Nov 10 23:14:07 2007 [notice] [8] [64.233.171.83, port=5269] connection to gmail.com timed out Sat Nov 10 23:14:07 2007 [notice] [8] [64.233.171.83, port=5269] disconnect, packets: 0 64.233.171.83 is not the correct IP address for gmail.com's xmpp server. Here are gmail.com's xmpp srv dns records: * _xmpp-server._tcp.gmail.com. 86400 IN SRV 5 0 5269 xmpp-server.l.google.com. * _xmpp-server._tcp.gmail.com. 86400 IN SRV 20 0 5269 xmpp-server1.l.google.com. * _xmpp-server._tcp.gmail.com. 86400 IN SRV 20 0 5269 xmpp-server2.l.google.com. * _xmpp-server._tcp.gmail.com. 86400 IN SRV 20 0 5269 xmpp-server3.l.google.com. * _xmpp-server._tcp.gmail.com. 86400 IN SRV 20 0 5269 xmpp-server4.l.google.com. Jabberd2 should have connected to xmpp-server.l.google.com with IP 209.85.163.125. Is there something wrong with Jabberd2's resolver? Thanks! ~Craig _______________________________________________ Jabberd2 mailing list [email protected] http://lists.xiaoka.com/listinfo.cgi/jabberd2-xiaoka.com
