Hello all,
This morning I've been working on my integration for Google Talk and CUPS/Jabber. From what I was reading I need to add the following information in my public DNS:
_xmpp-server._tcp.gmail.com. IN SRV 5 0 5269 xmpp-server.l.google.com.
_xmpp-server._tcp.gmail.com. IN SRV 20 0 5269 alt1.xmpp-server.l.google.com.
_xmpp-server._tcp.gmail.com. IN SRV 20 0 5269 alt2.xmpp-server.l.google.com.
_xmpp-server._tcp.gmail.com. IN SRV 20 0 5269 alt3.xmpp-server.l.google.com.
_xmpp-server._tcp.gmail.com. IN SRV 20 0 5269 alt4.xmpp-server.l.google.com. _xmpp-server._tcp.gmail.com. IN SRV 5 0 5269 xmpp-server.l.google.com.
_xmpp-server._tcp.gmail.com. IN SRV 20 0 5269 alt1.xmpp-server.l.google.com.
_xmpp-server._tcp.gmail.com. IN SRV 20 0 5269 alt2.xmpp-server.l.google.com.
_xmpp-server._tcp.gmail.com. IN SRV 20 0 5269 alt3.xmpp-server.l.google.com.
_xmpp-server._tcp.gmail.com. IN SRV 20 0 5269 alt4.xmpp-server.l.google.com.
Now in my DNS provider I enter the SRV=xmpp-server and the protocol= tcp, etc. etc. but the target I'm assuming I need to add the "xmpp-server.l.google.com, just need confirmation on that...here's the thing the section "xmpp-server._tcp.gmail.com" I'm suppose to replace the ".gmail.com" with my domain, but I can't place that information anywhere (so I'm assuming this is a provider issue?).
Now on to the Presence configuration, I'm confused on the dialback secret, I'm not sure what I'm suppose to put there so I need some claifications there. When Presence wants me to configure the Federated Domain do I put "xmpp-server.l.google.com" or do I simply put l.google.com?