<?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>Technitribe &#187; XMPP</title>
	<atom:link href="http://blog.peopleareducks.com/tag/xmpp/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.peopleareducks.com</link>
	<description>not at all like a diatribe</description>
	<lastBuildDate>Sat, 27 Mar 2010 01:00:48 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>State Transition Diagram featured on blog.xmpp.org</title>
		<link>http://blog.peopleareducks.com/2010/02/03/state-transition-diagram-featured-on-blog-xmpp-org/</link>
		<comments>http://blog.peopleareducks.com/2010/02/03/state-transition-diagram-featured-on-blog-xmpp-org/#comments</comments>
		<pubDate>Wed, 03 Feb 2010 08:44:52 +0000</pubDate>
		<dc:creator>tbielawa</dc:creator>
				<category><![CDATA[XMPP]]></category>
		<category><![CDATA[FSM]]></category>
		<category><![CDATA[omgfamous]]></category>

		<guid isPermaLink="false">http://blog.peopleareducks.com/?p=120</guid>
		<description><![CDATA[The XMPP Client State Transition Diagram I created last December was featured on blog.xmpp.org. Diagram for XMPP connection One of the most difficult part when developping a new XMPP client is the connection mechanism workflow. Tim Bielawa has drawn a state transitions diagram that might be very helpful to thousands of developpers worldwide. Now that&#8217;s [...]]]></description>
			<content:encoded><![CDATA[<p>The XMPP Client <a href="http://github.com/tbielawa/PAD-XMPP/blob/master/Graph/ConnectionStates.png">State Transition Diagram</a> I created last December was featured on <a href="http://blog.xmpp.org/index.php/2010/01/xmpp-roundup-13-articles-talks-and-events/">blog.xmpp.org</a>.</p>
<blockquote><p>Diagram for XMPP connection<br />
One of the most difficult part when developping a new XMPP client is the connection mechanism workflow. Tim Bielawa has drawn a <a href="http://github.com/tbielawa/PAD-XMPP/blob/master/Graph/ConnectionStates.png">state transitions diagram</a> that might be very helpful to thousands of developpers worldwide.</p></blockquote>
<p>Now that&#8217;s pretty exciting! I hope some one else may find it useful.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.peopleareducks.com/2010/02/03/state-transition-diagram-featured-on-blog-xmpp-org/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Macports updates their Erlang version, update your load-path&#8217;s</title>
		<link>http://blog.peopleareducks.com/2010/02/03/macports-updates-their-erlang-version/</link>
		<comments>http://blog.peopleareducks.com/2010/02/03/macports-updates-their-erlang-version/#comments</comments>
		<pubDate>Wed, 03 Feb 2010 05:08:37 +0000</pubDate>
		<dc:creator>tbielawa</dc:creator>
				<category><![CDATA[Emacs]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Erlang]]></category>
		<category><![CDATA[XMPP]]></category>

		<guid isPermaLink="false">http://blog.peopleareducks.com/?p=115</guid>
		<description><![CDATA[I&#8217;ve been working on my XMPP server pet project recently, and the need for a good Erlang XML parser has finally struck. I decided to go with Erlsom. It&#8217;s in MacPorts, so from there I installed it. Now, since I don&#8217;t update my port tree frequently I get delightful surprises from time to time. This [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been working on my <a href="http://github.com/tbielawa/PAD-XMPP">XMPP server</a> pet project recently, and the need for a good Erlang XML parser has finally struck. I decided to go with <a href="http://erlsom.sourceforge.net/">Erlsom</a>. It&#8217;s in MacPorts, so from there I installed it. Now, since I  don&#8217;t update my port tree frequently I get delightful surprises from time to time. This time installing Erlsom triggered an update of Erlang, to the latest version!</p>
<p>Short story shorter, the update changes the path to the erlang-mode.el file so before you can M-x erlang-mode again you&#8217;ll have you fix your Emacs load-path to register the new location. (See my older post on how to initially <a href="http://blog.peopleareducks.com/2009/12/02/macports-and-erlang-setting-up-emacs-and-your-manpath/">set up Erlang and Emacs</a> from MacPorts from scratch)</p>
<p>The new load commands should be:</p>

<div class="wp_syntax"><div class="code"><pre class="lisp" style="font-family:monospace;"><span style="color: #66cc66;">&#40;</span><span style="color: #b1b100;">setq</span> load-path <span style="color: #66cc66;">&#40;</span><span style="color: #b1b100;">cons</span>  <span style="color: #ff0000;">&quot;/opt/local/lib/erlang/lib/tools-2.6.5/emacs/&quot;</span> load-path<span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">&#41;</span>
<span style="color: #66cc66;">&#40;</span><span style="color: #b1b100;">setq</span> erlang-root-dir <span style="color: #ff0000;">&quot;/opt/local/lib/erlang&quot;</span><span style="color: #66cc66;">&#41;</span>
<span style="color: #66cc66;">&#40;</span><span style="color: #b1b100;">setq</span> exec-path <span style="color: #66cc66;">&#40;</span><span style="color: #b1b100;">cons</span> <span style="color: #ff0000;">&quot;/opt/local/bin&quot;</span> exec-path<span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">&#41;</span>
<span style="color: #66cc66;">&#40;</span>require 'erlang-start<span style="color: #66cc66;">&#41;</span></pre></div></div>

<p>It just requires changing the tools-x.x.x to 2.6.5.</p>
<p>p.s. <a href="http://ftp.sunet.se/pub/lang/erlang/doc/man/erlang.el.html">about erlang-mode </a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.peopleareducks.com/2010/02/03/macports-updates-their-erlang-version/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
