<?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/"
	>

<channel>
	<title>The Love Shack &#187; Python</title>
	<atom:link href="http://www.the-love-shack.net/category/python/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.the-love-shack.net</link>
	<description>Yes, the B-52&#039;s. No, not pr0n. Sheesh!</description>
	<lastBuildDate>Tue, 09 Sep 2008 19:04:35 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>RFC 4622 implementation in Python</title>
		<link>http://www.the-love-shack.net/2007/12/12/rfc-4622-implementation-in-python/</link>
		<comments>http://www.the-love-shack.net/2007/12/12/rfc-4622-implementation-in-python/#comments</comments>
		<pubDate>Thu, 13 Dec 2007 02:37:01 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[Geek]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Python]]></category>

		<guid isPermaLink="false">http://www.the-love-shack.net/2007/12/12/rfc-4622-implementation-in-python/</guid>
		<description><![CDATA[Last night I signed up for Twitter and went to add my Jabber account for notifications. Only to find out that it didn&#8217;t work. A little bit of digging showed that while my Jabber client of choice, Gajim, does have some support for XMPP URI&#8217;s it&#8217;s rather limited. I started to just hack a fix, [...]]]></description>
			<content:encoded><![CDATA[<p>Last night I signed up for <a href="http://twitter.com">Twitter</a> and went to add my Jabber account for notifications. Only to find out that it didn&#8217;t work. A little bit of digging showed that while my Jabber client of choice, <a href="http://www.gajim.org">Gajim</a>, does have some support for XMPP URI&#8217;s it&#8217;s rather limited. I started to just hack a fix, but then decided to do it right. So now we have <a href='http://www.the-love-shack.net/wp-content/uploads/2007/12/xmppuri.py' title='xmppuri.py'>xmppuri.py</a>!</p>
<p>At this point it&#8217;s only about 30% complete per the full <a href="http://tools.ietf.org/html/rfc4622">RFC 4622</a> spec, but it was enough to add the necessary functionality to Gajim. I will be working on it as time permits to try to support as much of the spec as possible, but the current functionality is enough for most of the standard uses of the spec.</p>
<p>This module is intended to be used along with either a module or an application that conforms pretty well to <a href="http://www.xmpp.org/extensions/xep-0147.html">XEP-0147</a>. My initial reason for writing it was, after all, to improve the XEP-0147 support in Gajim. I believe that the module will make it into the Gajim subversion tree soon, so it will be a bit easier to contribute to. Until then, just use the link above for a static copy of the file. I&#8217;ve tried to document what I have so far pretty well. Running <a href="http://epydoc.sourceforge.net">epydoc</a> on it should give you more than enough information to start using it.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.the-love-shack.net/2007/12/12/rfc-4622-implementation-in-python/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
