<p>Hello all,</p><p>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:</p>
<p>_xmpp-server._<a href="http://tcp.gmail.com">tcp.gmail.com</a>. IN SRV 5 0 5269 <a href="http://xmpp-server.l.google.com">xmpp-server.l.google.com</a>.<br>_xmpp-server._<a href="http://tcp.gmail.com">tcp.gmail.com</a>. IN SRV 20 0 5269
<a href="http://alt1.xmpp-server.l.google.com">alt1.xmpp-server.l.google.com</a>.<br>_xmpp-server._<a href="http://tcp.gmail.com">tcp.gmail.com</a>. IN SRV 20 0 5269
<a href="http://alt2.xmpp-server.l.google.com">alt2.xmpp-server.l.google.com</a>.<br>_xmpp-server._<a href="http://tcp.gmail.com">tcp.gmail.com</a>. IN SRV 20 0 5269
<a href="http://alt3.xmpp-server.l.google.com">alt3.xmpp-server.l.google.com</a>.<br>_xmpp-server._<a href="http://tcp.gmail.com">tcp.gmail.com</a>. IN SRV 20 0 5269
<a href="http://alt4.xmpp-server.l.google.com">alt4.xmpp-server.l.google.com</a>.
</p>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
"<a href="http://xmpp-server.l.google.com">xmpp-server.l.google.com</a>, just need confirmation on that...here's the thing the
section "xmpp-server._<a href="http://tcp.gmail.com">tcp.gmail.com</a>" I'm suppose to replace the ".<a href="http://gmail.com">gmail.com</a>"
with my domain, but I can't place that information anywhere (so I'm assuming
this is a provider issue?).
<br><br>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
"<a href="http://xmpp-server.l.google.com">xmpp-server.l.google.com</a>" or do I simply put <a href="http://l.google.com">l.google.com</a>?