Tuesday, May 15, 2012

Enable google talk to work with your own domain

It may look easy but it's very hard to find the correct setting.

On google help site is not complete setting if you want to make your domain fully working with google talk.

I was searching but it's also very hard to find.

I'd like to specify what I mean if I say "Fully working".

  1. Chat outside google domain (you could find settings on google site)

  2. Connect from all clients




Best way, is use same settings as gmail.com domain, becouse it's working properly.

For you, just substitute gmail.com extension to your domain name.

XMPP-SERVER records


_xmpp-server._tcp.gmail.com. SRV 20 0 5269 alt4.xmpp-server.l.google.com.
_xmpp-server._tcp.gmail.com. SRV 5 0 5269 xmpp-server.l.google.com.
_xmpp-server._tcp.gmail.com. SRV 20 0 5269 alt1.xmpp-server.l.google.com.
_xmpp-server._tcp.gmail.com. SRV 20 0 5269 alt2.xmpp-server.l.google.com.
_xmpp-server._tcp.gmail.com. SRV 20 0 5269 alt3.xmpp-server.l.google.com.

XMPP-CLIENT records


_xmpp-client._tcp.gmail.com. SRV 20 0 5222 alt3.xmpp.l.google.com.
_xmpp-client._tcp.gmail.com. SRV 20 0 5222 alt4.xmpp.l.google.com.
_xmpp-client._tcp.gmail.com. SRV 5 0 5222 xmpp.l.google.com.
_xmpp-client._tcp.gmail.com. SRV 20 0 5222 alt1.xmpp.l.google.com.
_xmpp-client._tcp.gmail.com. SRV 20 0 5222 alt2.xmpp.l.google.com.

JABBER records


_jabber._tcp.gmail.com. SRV 5 0 5269 xmpp-server.l.google.com.
_jabber._tcp.gmail.com. SRV 20 0 5269 alt1.xmpp-server.l.google.com.
_jabber._tcp.gmail.com. SRV 20 0 5269 alt2.xmpp-server.l.google.com.
_jabber._tcp.gmail.com. SRV 20 0 5269 alt3.xmpp-server.l.google.com.
_jabber._tcp.gmail.com. SRV 20 0 5269 alt4.xmpp-server.l.google.com.

I've tested by myself and it's perfectly working. No problem with other XMPP providers, other XMPP clients and various WEB clients services.

 

No comments:

Post a Comment

ESP8266 + InfluxDB + OLED DIsplay and DHT22

Basicly just put together from Examples. Sending data tu InfluxDB was little bit tricky using HTTPClient and POST method for InfluxDB.