<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<meta name="Generator" content="Microsoft Word 12 (filtered medium)">
<style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:Tahoma;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman","serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
p
        {mso-style-priority:99;
        mso-margin-top-alt:auto;
        margin-right:0in;
        mso-margin-bottom-alt:auto;
        margin-left:0in;
        font-size:12.0pt;
        font-family:"Times New Roman","serif";}
span.EmailStyle18
        {mso-style-type:personal-reply;
        font-family:"Calibri","sans-serif";
        color:#1F497D;}
.MsoChpDefault
        {mso-style-type:export-only;}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
</head>
<body lang="EN-US" link="blue" vlink="purple">
<div class="WordSection1">
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D">Hi Kenneth,<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D"><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D">Google already has the gmail.com SRV records so you don't need to add those to your DNS.  All you need to add to your DNS are the _xmpp-server SRV records for
 your CUPS servers.  The federated domain you need to put in CUPS should just be gmail.com. The dialback secret confused me too. You can put any string in there. As I recall, when you send an XMPP message to another domain, their XMPP server will send a verification
 request message back to your XMPP server with that string to make sure your original message wasn't forged.<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D"><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D">Eric<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D"><o:p> </o:p></span></p>
<div style="border:none;border-top:solid #B5C4DF 1.0pt;padding:3.0pt 0in 0in 0in">
<p class="MsoNormal"><b><span style="font-size:10.0pt;font-family:"Tahoma","sans-serif"">From:</span></b><span style="font-size:10.0pt;font-family:"Tahoma","sans-serif""> cisco-voip-bounces@puck.nether.net [mailto:cisco-voip-bounces@puck.nether.net]
<b>On Behalf Of </b>Kenneth Hayes<br>
<b>Sent:</b> 28 March 2013 10:37 AM<br>
<b>To:</b> Cisco VoIPoE List<br>
<b>Subject:</b> [cisco-voip] Integrating CUPS with External Domain: Google Talk<o:p></o:p></span></p>
</div>
<p class="MsoNormal"><o:p> </o:p></p>
<p>Hello all,<o:p></o:p></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:<o:p></o:p></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>. <o:p></o:p></p>
<p class="MsoNormal">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>? <o:p></o:p></p>
</div>
</body>
</html>

<pre>The contents of this message may contain confidential and/or privileged
subject matter. If this message has been received in error, please contact
the sender and delete all copies. Like other forms of communication,
e-mail communications may be vulnerable to interception by unauthorized
parties. If you do not wish us to communicate with you by e-mail, please
notify us at your earliest convenience. In the absence of such
notification, your consent is assumed. Should you choose to allow us to
communicate by e-mail, we will not take any additional security measures
(such as encryption) unless specifically requested.