<?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>Nurm's blog &#187; transports</title>
	<atom:link href="http://norman.rasmussen.co.za/category/development/jabber/transports/feed/" rel="self" type="application/rss+xml" />
	<link>http://norman.rasmussen.co.za</link>
	<description>surfing on the bleeding edge of technology, food, and spirituality</description>
	<lastBuildDate>Mon, 15 Feb 2010 00:01:26 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<atom:link rel="hub" href="http://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="http://superfeedr.com/hubbub"/>		<item>
		<title>I call dibs on noticing GTalk/Yahoo integration first</title>
		<link>http://norman.rasmussen.co.za/138/i-call-dibs-on-noticing-gtalk-yahoo-integration-first/</link>
		<comments>http://norman.rasmussen.co.za/138/i-call-dibs-on-noticing-gtalk-yahoo-integration-first/#comments</comments>
		<pubDate>Tue, 03 Mar 2009 21:46:53 +0000</pubDate>
		<dc:creator>Nurm</dc:creator>
				<category><![CDATA[jabber]]></category>
		<category><![CDATA[transports]]></category>
		<category><![CDATA[gtalk]]></category>
		<category><![CDATA[xmpp]]></category>
		<category><![CDATA[yahoo]]></category>

		<guid isPermaLink="false">http://norman.rasmussen.co.za/?p=138</guid>
		<description><![CDATA[This XML was recently caught exposing a bug in xmpp.py:
&#60;presence type="unavailable" from="user@gmail.com/resource" to="yahoo.transport"
xmlns:ses="yahoogoogle:session" ses:terminated="true"/&#62;
also seen here and here.
The question remains: Are Google and Yahoo up to something?

]]></description>
			<content:encoded><![CDATA[<div class='microid-mailto+http:sha1:fbf755b6ed9de07fe37526fd626480f1bbf63aec'><p>This XML was recently <a href="http://groups.google.com/group/py-transports/browse_thread/thread/c2fe0c3d2e688170#b799d90c22fea558">caught exposing</a> a bug in <a href="http://xmpppy.sourceforge.net/">xmpp.py</a>:</p>
<blockquote><p><code>&lt;presence type="unavailable" from="user@gmail.com/resource" to="yahoo.transport"<br />
<strong>xmlns:ses="yahoogoogle:session" ses:terminated="true"</strong>/&gt;</code></p></blockquote>
<p>also seen <a href="http://jabberd2.xiaoka.com/ticket/267">here</a> and <a href="http://groups.google.com/group/google-forum-ru/browse_thread/thread/9175918d9739387e#9ed2f2329d81a227">here</a>.</p>
<p>The question remains: Are Google and Yahoo up to something?</p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://norman.rasmussen.co.za/138/i-call-dibs-on-noticing-gtalk-yahoo-integration-first/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Win32 Ansi</title>
		<link>http://norman.rasmussen.co.za/91/win32-ansi/</link>
		<comments>http://norman.rasmussen.co.za/91/win32-ansi/#comments</comments>
		<pubDate>Mon, 19 Sep 2005 18:53:09 +0000</pubDate>
		<dc:creator>Nurm</dc:creator>
				<category><![CDATA[.net]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[home]]></category>
		<category><![CDATA[jabber]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[transports]]></category>

		<guid isPermaLink="false">http://norman.rasmussen.co.za/?p=91</guid>
		<description><![CDATA[I&#8217;m busy developing the irc-transport for xmpp.py and the debuging output is coloured via ANSI escape sequences.  This works great on a linux terminal, or via PuTTY, but not so great in a win32 console.  I searched quite hard on Google for a &#8216;modern&#8217; ansi.sys or ansi.com replacement, but couldn&#8217;t find anything.
So here&#8217;s [...]]]></description>
			<content:encoded><![CDATA[<div class='microid-mailto+http:sha1:29d593c716fcf2defa101a2beea9d53fc5acd7e0'><p>I&#8217;m busy developing the <a href="http://xmpppy.sourceforge.net/irc/index.html">irc-transport</a> for <a href="http://xmpppy.sourceforge.net/">xmpp.py</a> and the debuging output is coloured via ANSI escape sequences.  This works great on a linux terminal, or via <a href="http://www.chiark.greenend.org.uk/~sgtatham/putty/">PuTTY</a>, but not so great in a win32 console.  I searched quite hard on Google for a &#8216;modern&#8217; ansi.sys or ansi.com replacement, but couldn&#8217;t find anything.</p>
<p>So <a href="http://norman.rasmussen.co.za/dl/ansi/">here&#8217;s</a> my attempt at making something work in win32.  </p>
<p><span id="more-91"></span></p>
<p>The executable will spawn a copy of the default command shell (from COMPSEC), unless you give it something to run on the command line.  Basically it pump&#8217;s stdout and stderr, and parses the ANSI escape codes into win32 console API calls.  For quick development I wrote it up in c#, but it looks like some of the .net console async pipe handling code blocks badly, so I may end up porting it to plain c.</p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://norman.rasmussen.co.za/91/win32-ansi/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Lobby4Linux</title>
		<link>http://norman.rasmussen.co.za/88/lobby4linux/</link>
		<comments>http://norman.rasmussen.co.za/88/lobby4linux/#comments</comments>
		<pubDate>Sat, 02 Jul 2005 23:20:27 +0000</pubDate>
		<dc:creator>Nurm</dc:creator>
				<category><![CDATA[development]]></category>
		<category><![CDATA[jabber]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[transports]]></category>
		<category><![CDATA[weblinks]]></category>

		<guid isPermaLink="false">http://norman.rasmussen.co.za/88/lobby4linux/</guid>
		<description><![CDATA[I&#8217;ve just been doing some coding for the irc-transport for the xmpppy project (now with vcard/whois and channel listing support!) when I came across Lobby4Linux in a channel topic.  I think this guy&#8217;s blog is great!
In other news Gareth has been working on the G8 REBOOT site.  I suggest you swing by and [...]]]></description>
			<content:encoded><![CDATA[<div class='microid-mailto+http:sha1:7f9227940b9387418d5b8253e57c59a1327492df'><p>I&#8217;ve just been doing some coding for the <a href="http://xmpppy.sourceforge.net/irc/">irc-transport</a> for the <a href="http://xmpppy.sourceforge.net/">xmpppy</a> project (now with vcard/whois and channel listing support!) when I came across <a href="http://lobby4linux.com/WordPress/">Lobby4Linux</a> in a channel topic.  I think this guy&#8217;s blog is great!</p>
<p>In other news <a href="http://www.oneafrikan.com/">Gareth</a> has been <a href="http://www.oneafrikan.com/archives/2005/06/23/g8-reboot-help-to-spread-the-word/">working</a> on the <a href="http://www.g8reboot.net/mph">G8 REBOOT</a> site.  I suggest you swing by and help <a href="http://www.makepovertyhistory.org/">Make Poverty History</a>.</p>
<p>I&#8217;ve just noticed that Gareth picked up on the <a href="http://www.randsinrepose.com/">Rands In Repose</a>: <a href="http://www.randsinrepose.com/archives/2003/07/10/nadd.html">N.A.D.D.</a> article, and that <a href="http://www.markshuttleworth.com/">Mark Shuttleworth</a> is behind <a href="http://www.canonical.com/">Canonical</a>/<a href="http://www.ubuntulinux.org/">Ubuntu</a>.  I also noticed that Rands links to <a href="http://www.joelonsoftware.com/">Joel Spolsky</a>.</p>
<p>Man what a small world!</p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://norman.rasmussen.co.za/88/lobby4linux/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>jabber clients and transports</title>
		<link>http://norman.rasmussen.co.za/83/jabber-clients-and-transports/</link>
		<comments>http://norman.rasmussen.co.za/83/jabber-clients-and-transports/#comments</comments>
		<pubDate>Sat, 21 May 2005 16:03:20 +0000</pubDate>
		<dc:creator>Nurm</dc:creator>
				<category><![CDATA[development]]></category>
		<category><![CDATA[jabber]]></category>
		<category><![CDATA[psi]]></category>
		<category><![CDATA[transports]]></category>

		<guid isPermaLink="false">http://norman.rasmussen.co.za/83/jabber-clients-and-transports/</guid>
		<description><![CDATA[Things I&#8217;m busy with in the Jabber world:

irc transport
msn transport
Psi

So again more mailing lists.  
I&#8217;m watching the msn transport for file transfer and status messages.  The irc transport I&#8217;ve been watching for ages now, and I help Mike with patches for the transport.
I&#8217;ve been using Psi for a long while now, and I&#8217;m [...]]]></description>
			<content:encoded><![CDATA[<div class='microid-mailto+http:sha1:81d84a3b09da780407c9008a3c7a2bb44e995b57'><p>Things I&#8217;m busy with in the <a href="http://www.jabber.org/">Jabber</a> world:</p>
<ul>
<li><a href="http://xmpppy.sourceforge.net/irc/">irc transport</a></li>
<li><a href="http://msn-transport.jabberstudio.org/">msn transport</a></li>
<li><a href="http://psi.affinix.com/">Psi</a></li>
</ul>
<p>So again more <a href="http://listserver.dreamhost.com/pipermail/psi-devel-affinix.com/">mailing</a> <a href="http://modevia.com/pipermail/py-transports/">lists</a>.  </p>
<p>I&#8217;m watching the msn transport for file transfer and status messages.  The irc transport I&#8217;ve been watching for ages now, and I help Mike with patches for the transport.</p>
<p>I&#8217;ve been using Psi for a long while now, and I&#8217;m starting to get bored with the slow release cycle.  So I&#8217;ve been trying out <a href="http://psi.affinix.com/forums/index.php?act=ST&#038;f=1&#038;t=2037">alternate builds</a>.  I&#8217;m also planning on doing daily CVS builds, and MUC builds too.</p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://norman.rasmussen.co.za/83/jabber-clients-and-transports/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>too quiet</title>
		<link>http://norman.rasmussen.co.za/80/too-quiet/</link>
		<comments>http://norman.rasmussen.co.za/80/too-quiet/#comments</comments>
		<pubDate>Sat, 21 May 2005 15:26:26 +0000</pubDate>
		<dc:creator>Nurm</dc:creator>
				<category><![CDATA[development]]></category>
		<category><![CDATA[gbpvr]]></category>
		<category><![CDATA[jabber]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[psi]]></category>
		<category><![CDATA[transports]]></category>

		<guid isPermaLink="false">http://norman.rasmussen.co.za/80/too-quiet/</guid>
		<description><![CDATA[okay, so I&#8217;ve been very quiet over the past few weeks after struggling with ipsec.  I&#8217;ve actually been doing a hang of a lot of things, which I will proceed to post individually.

]]></description>
			<content:encoded><![CDATA[<div class='microid-mailto+http:sha1:2036a26e40a4b6b8e6740055a05536dcc03ade41'><p>okay, so I&#8217;ve been very quiet over the past few weeks after struggling with ipsec.  I&#8217;ve actually been doing a hang of a lot of things, which I will proceed to post individually.</p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://norman.rasmussen.co.za/80/too-quiet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
