[swift-users] Google Apps jabber accounts

Kevin Smith kevin at kismith.co.uk
Thu Apr 7 08:48:25 CEST 2011


On Thu, Apr 7, 2011 at 5:43 AM, Stanislav Kalashnikov <halega at halega.com> wrote:
> Hello!
> Is it possible to use Swift with Google Apps for your domain's accounts?
> Swift shows message "Error connecting to server" when I'm trying to connect.
> Google Apps accounts use standard Google Talk server: talk.google.com.

It is, you should have your DNS records set up (substitute gmail.com
for your domain) like this:
_xmpp-client._tcp.gmail.com. 660 IN	SRV	5 0 5222 talk.l.google.com.
_xmpp-client._tcp.gmail.com. 660 IN	SRV	20 0 5222 talk1.l.google.com.
_xmpp-client._tcp.gmail.com. 660 IN	SRV	20 0 5222 talk2.l.google.com.
_xmpp-client._tcp.gmail.com. 660 IN	SRV	20 0 5222 talk4.l.google.com.
_xmpp-client._tcp.gmail.com. 660 IN	SRV	20 0 5222 talk3.l.google.com.

This is pretty much how you will already have had to set up your SRV
records for _xmpp-server to get other servers to be able to talk to
yours. A very quick search found
http://www.google.com/support/a/bin/answer.py?answer=34143 describing
how to set up the server connections for Google Apps domains, but I
didn't immediately find a page describing setting up the client
connections. Possibly I didn't look hard enough.

/K


More information about the swift-users mailing list