<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:media="http://search.yahoo.com/mrss/"
>

<channel>
	<title>Yabfog &#187; google</title>
	<atom:link href="http://yabfog.com/blog/tag/google/feed" rel="self" type="application/rss+xml" />
	<link>http://yabfog.com/blog</link>
	<description>Yet another blog full of gas</description>
	<lastBuildDate>Thu, 29 Jul 2010 20:33:01 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
<cloud domain='yabfog.com' port='80' path='/blog/?rsscloud=notify' registerProcedure='' protocol='http-post' />
		<item>
		<title>XMPP and Google Apps for Domains</title>
		<link>http://yabfog.com/blog/2008/07/02/xmpp-and-google-apps-for-domains</link>
		<comments>http://yabfog.com/blog/2008/07/02/xmpp-and-google-apps-for-domains#comments</comments>
		<pubDate>Thu, 03 Jul 2008 03:43:00 +0000</pubDate>
		<dc:creator>Dan</dc:creator>
				<category><![CDATA[uncategorized]]></category>
		<category><![CDATA[dns]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[googletalk]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[xmpp]]></category>

		<guid isPermaLink="false">http://yabfog.com/wp/?p=191</guid>
		<description><![CDATA[Jesus, my head hurts. I setup xmpppy on my box, thinking I could quickly set up a bot to run as one of my Google Apps for Domains users. I've spent about six or seven hours (off and on) getting this to work, though, because the documentation from Google about setting up my DNS configuration [...]]]></description>
			<content:encoded><![CDATA[<p>Jesus, my head hurts.</p>
<p>I setup <a href="http://xmpppy.sourceforge.net/">xmpppy</a> on my box, thinking I could quickly set up a bot to run as one of my <a href="https://www.google.com/a/">Google Apps for Domains</a> users. I've spent about six or seven hours (off and on) getting this to work, though, because the <a href="http://www.google.com/support/a/bin/answer.py?answer=60227&#038;hl=en">documentation from Google about setting up my DNS configuration</a> is incomplete. Thanks a lot!!! Like DNS isn't difficult enough for amateurs.</p>
<p>After many searches, I finally found <a href="http://forum.meebo.com/viewtopic.php?p=101956&#038;sid=1f51c6dea800c7b64c0ef558a86edf5b#p101956">the magic incantation</a>, so here it is for posterity, in case that link disappears:</p>
<p><code>_xmpp-server._tcp.YOURDOMAIN.TLD.	3600	IN	SRV	5	0	5269	xmpp-server.l.google.com.<br />
_xmpp-server._tcp.YOURDOMAIN.TLD.	3600	IN	SRV	20	0	5269	xmpp-server1.l.google.com.<br />
_xmpp-server._tcp.YOURDOMAIN.TLD.	3600	IN	SRV	20	0	5269	xmpp-server2.l.google.com.<br />
_xmpp-server._tcp.YOURDOMAIN.TLD.	3600	IN	SRV	20	0	5269	xmpp-server3.l.google.com.<br />
_xmpp-server._tcp.YOURDOMAIN.TLD.	3600	IN	SRV	20	0	5269	xmpp-server4.l.google.com.<br />
_jabber._tcp.YOURDOMAIN.TLD.	3600	IN	SRV	5	0	5269	xmpp-server.l.google.com.<br />
_jabber._tcp.YOURDOMAIN.TLD.	3600	IN	SRV	20	0	5269	xmpp-server1.l.google.com.<br />
_jabber._tcp.YOURDOMAIN.TLD.	3600	IN	SRV	20	0	5269	xmpp-server2.l.google.com.<br />
_jabber._tcp.YOURDOMAIN.TLD.	3600	IN	SRV	20	0	5269	xmpp-server3.l.google.com.<br />
_jabber._tcp.YOURDOMAIN.TLD.	3600	IN	SRV	20	0	5269	xmpp-server4.l.google.com.<br />
_xmpp-client._tcp.YOURDOMAIN.TLD.	3600	IN	SRV	5	0	5222	talk.l.google.com.<br />
_xmpp-client._tcp.YOURDOMAIN.TLD.	3600	IN	SRV	20	0	5222	talk1.l.google.com.<br />
_xmpp-client._tcp.YOURDOMAIN.TLD.	3600	IN	SRV	20	0	5222	talk2.l.google.com.<br />
_xmpp-client._tcp.YOURDOMAIN.TLD.	3600	IN	SRV	20	0	5222	talk3.l.google.com.<br />
_xmpp-client._tcp.YOURDOMAIN.TLD.	3600	IN	SRV	20	0	5222	talk4.l.google.com.<br />
</code></p>
<p><strong>N.B.</strong> Those trailing periods at the end of the domain names may or may not be necessary, depending on how you update your DNS records. For example, GoDaddy inserted them for me. YMMV.</p>
]]></content:encoded>
			<wfw:commentRss>http://yabfog.com/blog/2008/07/02/xmpp-and-google-apps-for-domains/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
	</item>
	</channel>
</rss>
