<?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:creativeCommons="http://backend.userland.com/creativeCommonsRssModule">

<channel>
	<title>Bear&#039;s Journal &#187; xmpp</title>
	<atom:link href="http://code-bear.com/bearlog/category/xmpp/feed/" rel="self" type="application/rss+xml" />
	<link>http://code-bear.com/bearlog</link>
	<description>Gravity is the root of lightness; stillness, the ruler of movement</description>
	<lastBuildDate>Sat, 03 Jul 2010 08:10:53 +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" />
	<creativeCommons:license>http://creativecommons.org/licenses/by-sa/3.0/us/</creativeCommons:license>		<item>
		<title>building MCabber on OS X</title>
		<link>http://code-bear.com/bearlog/2010/04/16/building-mcabber-on-os-x/</link>
		<comments>http://code-bear.com/bearlog/2010/04/16/building-mcabber-on-os-x/#comments</comments>
		<pubDate>Fri, 16 Apr 2010 06:38:36 +0000</pubDate>
		<dc:creator>bear</dc:creator>
				<category><![CDATA[code]]></category>
		<category><![CDATA[xmpp]]></category>
		<category><![CDATA[developers]]></category>

		<guid isPermaLink="false">http://code-bear.com/bearlog/2010/04/16/building-mcabber-on-os-x/</guid>
		<description><![CDATA[Just wanted to jot down some notes on what I had to do to get the XMPP console client MCabber to build from source on my MacBook Pro:
Note: If you run into any configure or make issues you may need to install some of the from-source tools I had already in place from my work [...]]]></description>
			<content:encoded><![CDATA[<p>Just wanted to jot down some notes on what I had to do to get the XMPP console client <a href="http://mcabber.com">MCabber</a> to build from source on my MacBook Pro:</p>
<p><b>Note</b>: If you run into any configure or make issues you may need to install some of the from-source tools I had already in place from my work to get Mozilla Firefox to build from source. I&#8217;ve covered that in detail on my <a href="http://wiki.mozilla.org/User:Bear:My_Environment">Mozilla wiki page</a>.</p>
<p>I used the current source tarball from the MCabber site &#8211; make sure you get the <a href="http://mcabber.com/files/mcabber-0.10.0.tar.bz2">MCabber source tarball</a> and also the <a href="http://mcabber.com/files/loudmouth-1.4.3+gitb5a9de5b.20100413.tar.bz2">Loudmouth library tarball</a>.</p>
<p>Extract both into your favourite working/source tree setup</p>
<blockquote>
<p>tar xf loudmouth-1.4.3+gitb5a9de5b.20100413.tar.bz2</p>
<p>tar xf mcabber-0.10.0.tar.bz2</p>
</blockquote>
<p>Build the Loudmouth library. Note: I put all of my source installed libs into /opt that way I can set LDFLAGS and CPPFLAGS to point to anything non-OSX that i&#8217;ve installed.</p>
<blockquote>
<p>cd loudmouth-1.4.3+gitb5a9de5b</p>
<p>./configure &#8211;prefix=/opt LDFLAGS=&#8221;-L/opt/lib&#8221; CPPFLAGS=&#8221;-I/opt/include&#8221; &#8211;with-ssl=openssl</p>
<p>make</p>
<p>sudo make install</p>
</blockquote>
<p>Switch over to the MCabber directory and build it</p>
<blockquote>
<p>cd mcabber-0.10.0</p>
<p>./configure &#8211;prefix=/Users/bear</p>
<p>make</p>
<p>make install</p>
</blockquote>
<p>and that&#8217;s it &#8211; you now have a console XMPP Client!</p>
]]></content:encoded>
			<wfw:commentRss>http://code-bear.com/bearlog/2010/04/16/building-mcabber-on-os-x/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Federating with Wave Sandbox</title>
		<link>http://code-bear.com/bearlog/2009/11/02/federating-with-wave-sandbox/</link>
		<comments>http://code-bear.com/bearlog/2009/11/02/federating-with-wave-sandbox/#comments</comments>
		<pubDate>Mon, 02 Nov 2009 20:39:16 +0000</pubDate>
		<dc:creator>bear</dc:creator>
				<category><![CDATA[mutterings]]></category>
		<category><![CDATA[xmpp]]></category>
		<category><![CDATA[wave]]></category>

		<guid isPermaLink="false">http://code-bear.com/bearlog/2009/11/02/federating-with-wave-sandbox/</guid>
		<description><![CDATA[So, instead of running that errand I should be running and getting lunch&#8230;
As soon as I heard that the WaveSandbox was allowing federated connections I just had to try it out&#8230;


]]></description>
			<content:encoded><![CDATA[<p>So, instead of running that errand I should be running and getting lunch&#8230;</p>
<p>As soon as I heard that the WaveSandbox was allowing federated connections I just had to try it out&#8230;</p>
<p>
<img src="http://code-bear.com/bearlog/wp-content/uploads/2009/11/WaveFederationCapture2.png" width="480" height="312" alt="WaveFederationCapture2.png" /></p>
]]></content:encoded>
			<wfw:commentRss>http://code-bear.com/bearlog/2009/11/02/federating-with-wave-sandbox/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Google Wave FedOne component with Prosody XMPP server</title>
		<link>http://code-bear.com/bearlog/2009/11/01/google-wave-fedone-component-with-prosody-xmpp-server/</link>
		<comments>http://code-bear.com/bearlog/2009/11/01/google-wave-fedone-component-with-prosody-xmpp-server/#comments</comments>
		<pubDate>Sun, 01 Nov 2009 10:00:29 +0000</pubDate>
		<dc:creator>bear</dc:creator>
				<category><![CDATA[code]]></category>
		<category><![CDATA[mutterings]]></category>
		<category><![CDATA[xmpp]]></category>
		<category><![CDATA[wave]]></category>

		<guid isPermaLink="false">http://code-bear.com/bearlog/2009/11/01/google-wave-fedone-component-with-prosody-xmpp-server/</guid>
		<description><![CDATA[Wanting to be ready for the day when Google Wave opens the federation spigot, I decided to revisit the FedOne component reference code and get it setup with my test XMPP Server.
After following the normal Prosody install methods and this time making sure my SSL environment is clean, I then switched over to the wiki [...]]]></description>
			<content:encoded><![CDATA[<p>Wanting to be ready for the day when Google Wave opens the federation spigot, I decided to revisit the <a href="http://code.google.com/p/wave-protocol/">FedOne component</a> reference code and get it setup with my test XMPP Server.</p>
<p>After following the normal <a href="http://prosody.im">Prosody</a> install methods and this time making sure my <a href="http://code-bear.com/bearlog/2009/10/30/using-a-xmpp-certificate-with-prosody/">SSL environment</a> is clean, I then switched over to the <a href="http://code.google.com/p/wave-protocol/w/list">wiki pages</a> to get the component configured and installed. Except for the small bit about Java SSL code (FedOne is written in Java) <a href="http://code-bear.com/bearlog/2009/10/30/google-wave-fedone-server-certificate-key-fun-not/">not liking good old normal PEM formats</a>, everything went according to the documentation &#8211; go figure! ;)</p>
<p>Anthony Baxter clearly documented <a href="http://code.google.com/p/wave-protocol/wiki/ProsodyInstallation">installing the component into the Prosody environment</a> on the FedOne wiki so I don&#8217;t need to go into messy details here &#8211; thanks Anthony!</p>
<p>After restarting Prosody, running the FedOne component, it&#8217;s time for a test and thankfully the Google gang included with FedOne a basic command line client to test with:</p>
<blockquote>
<p>./run-client-console.sh username</p>
</blockquote>
<p>Following this wiki guide on <a href="http://code.google.com/p/wave-protocol/wiki/ConsoleClient">how to use the test client</a>, I was able to test my local server and now I&#8217;m set for testing later &#8211; I think. :)</p>
<p>Total time to do the install with the following, about an hour:</p>
<ul>
<li><a href="http://www.ubuntu.com/">Ubuntu Jaunty</a></li>
<li><a href="http://code.google.com/p/wave-protocol/">Google Wave FedOne (w/SSL)</a></li>
<li><a href="http://prosody.im/">Prosody XMPP server (w/SSL)</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://code-bear.com/bearlog/2009/11/01/google-wave-fedone-component-with-prosody-xmpp-server/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>XMPP PubSub + XSLT</title>
		<link>http://code-bear.com/bearlog/2009/01/04/xmpp-pubsub-xslt/</link>
		<comments>http://code-bear.com/bearlog/2009/01/04/xmpp-pubsub-xslt/#comments</comments>
		<pubDate>Sun, 04 Jan 2009 10:21:54 +0000</pubDate>
		<dc:creator>bear</dc:creator>
				<category><![CDATA[code]]></category>
		<category><![CDATA[mutterings]]></category>
		<category><![CDATA[xmpp]]></category>
		<category><![CDATA[pubsub]]></category>

		<guid isPermaLink="false">http://code-bear.com/bearlog/?p=247</guid>
		<description><![CDATA[One of the niftier configuration items for a XMPP PubSub node (see Configuring a Node) is the ability to define an XSL template to allow the PubSub component to generate a message body to go along with the message payload &#8211; basically a human readable version of the payload.
This is great because it allows you [...]]]></description>
			<content:encoded><![CDATA[<p>One of the niftier configuration items for a XMPP <a href="http://xmpp.org/extensions/xep-0060.html">PubSub</a> node (see <a href="http://xmpp.org/extensions/xep-0060.html#owner-configure">Configuring a Node</a>) is the ability to define an <a href="http://www.w3.org/TR/xslt">XSL</a> template to allow the <a href="http://xmpp.org/extensions/xep-0060.html">PubSub</a> component to generate a message body to go along with the message payload &#8211; basically a human readable version of the payload.</p>
<p>This is great because it allows you to have a single node service both bots and people.  Without this you would have to define proxy bots that are subscribed to nodes and then they would send out chat messages for each incoming <a href="http://xmpp.org/extensions/xep-0060.html">PubSub</a> event for people in their roster.</p>
<p>Not exactly a friendly model IMO.</p>
<p>So to prepare for this I started working on a <a href="http://www.w3.org/TR/xslt">XSLT</a> file to transform an <a href="http://www.atomenabled.org/">Atom</a> payload to HTML &#8211; but first I needed to either learn <a href="http://www.w3.org/TR/xslt">XSLT</a> real fast or “borrow” from someone :)&#8230;</p>
<p>After about an hour of googling I finally found one that a) worked and b) targeted the 1.0 version of Atom at the <a href="http://www.opensearch.org/">OpenSearch</a> site &#8211; wow was that a gold-plated, kitchen-sink-included version!  It handles <a href="http://www.w3.org/TR/xslt">Atom</a>, RSS (all of them), RDF and some others &#8211; and after a rather great question from <a href="http://identi.ca/metajack">@metajack</a> (aka <a href="http://metajack.im/">Jack Moffitt</a>):</p>
<blockquote><p>Why bother with RSS at all?</p></blockquote>
<p>I started pulling out all of the non-Atom bits.  He also helped me grok a template scope problem that was leading me to curse <a href="http://www.w3.org/TR/xpath">XPath</a> royally &#8211; thanks Jack!</p>
<p>So after many, many rounds of edit/test/curse I boiled it down to a basic template (tho I did keep some of their snazzy person and url templates &#8211; *very* nice!) and then proceeded to tweak the HTML it generates.</p>
<p>So if you pass in this <a href="http://www.atomenabled.org/">Atom</a> payload:</p>
<pre>&lt;entry xmlns=“http://www.w3.org/2005/Atom”&gt;
    &lt;title type=“html”&gt;Test Atom&lt;/title&gt;
    &lt;link href=“http://seesmic.com/videos/FOO”/&gt;
    &lt;id&gt;http://seesmic.com/videos/FOO&lt;/id&gt;
    &lt;author&gt;
        &lt;uri&gt;http://seesmic.com/foobarbaz&lt;/uri&gt;
    &lt;/author&gt;
    &lt;published&gt;2009-01-03T20:46:19+00:00&lt;/published&gt;
    &lt;updated&gt;2009-01-03T20:46:19+00:00&lt;/updated&gt;
    &lt;link href=“http://t.seesmic.com/thumbnail/FOO_th1.jpg” type=“image/jpeg” rel=“enclosure” title=“Test Atom”/&gt;
    &lt;link href=“http://v.seesmic.com/flv/FOO.flv” type=“video/x-flv” rel=“enclosure” title=“Test Atom”/&gt;
    &lt;source&gt;
        &lt;generator&gt;SeesmicBot&lt;/generator&gt;
        &lt;id&gt;http://feeds.seesmic.com/user.foobarbaz.atom&lt;/id&gt;
        &lt;updated&gt;2009-01-03T20:46:19+00:00&lt;/updated&gt;
        &lt;title type=“html”&gt;Test Atom&lt;/title&gt;
        &lt;rights&gt;Creative Commons Attribution&lt;/rights&gt;
    &lt;/source&gt;
    &lt;in-reply-to xmlns=“http://purl.org/syndication/thread/1.0” type=“application/xhtml+xml” href=“http://seesmic.com/video/FOO” ref=“FOO”/&gt;
    &lt;category term=“en”/&gt;
    &lt;rights&gt;Creative Commons Attribution&lt;/rights&gt;
    &lt;link href=“http://creativecommons.org/licenses/by/3.0//us/rdf” type=“application/rdf+xml” rel=“license”/&gt;
&lt;/entry&gt;
</pre>
<p>You will get this:</p>
<pre>&lt;html xmlns=“http://www.w3.org/1999/xhtml” xmlns:xhtml=“http://www.w3.org/1999/xhtml”&gt;
&lt;body&gt;
    &lt;div&gt;
        &lt;a href=“http://seesmic.com/videos/FOO”&gt;&lt;div class=“x-escape”&gt;Test Atom&lt;/div&gt;&lt;/a&gt; by
        &lt;a href=“http://seesmic.com/foobarbaz”&gt;http://seesmic.com/foobarbaz&lt;/a&gt;;
        &lt;p&gt;categories: en; &lt;/p&gt;
        &lt;p&gt;&lt;a href=“http://t.seesmic.com/thumbnail/FOO_th1.jpg”&gt;Test Atom&lt;/a&gt; (image/jpeg)&lt;/p&gt;
        &lt;p&gt;&lt;a href=“http://v.seesmic.com/flv/FOO.flv”&gt;Test Atom&lt;/a&gt; (video/x-flv)&lt;/p&gt;
        &lt;p&gt;&lt;a href=“http://creativecommons.org/licenses/by/3.0//us/rdf”&gt;Creative Commons Attribution&lt;/a&gt;
        &lt;/p&gt;
    &lt;/div&gt;
&lt;/body&gt;
&lt;/html&gt;
</pre>
<p>Right now we think there is a bug in how <a href="http://tigase.org">Tigase</a> handles this (well, actually since it&#8217;s not generating the body there is a bug *somewhere*), so I can&#8217;t show you a live example :( but as soon as the dev guys fix it, or tell me what I did wrong, I&#8217;ll make another post.</p>
<p>You can find the XSL template I&#8217;m using <a href="http://code-bear.com/code/atom.xml.xslt">here</a></p>
<p><strong>Update</strong>: sure enough, Bart demostrated it working on his test server so I dug deeper and discovered that the Java XSLT processor is *much* more pickier than xsltproc about errors.  One of the helper templates was missing but it was never called so xsltproc just gleefully went on it&#8217;s merry way where as Java&#8217;s tossed an error and just refused to do anything more.  So now Tigase is generating &lt;body&gt;&lt;/body&gt; *and* &lt;event&gt;&lt;event&gt; payload data!</p>
]]></content:encoded>
			<wfw:commentRss>http://code-bear.com/bearlog/2009/01/04/xmpp-pubsub-xslt/feed/</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
		<item>
		<title>XMPP PubSub aka “death by a thousand cuts”</title>
		<link>http://code-bear.com/bearlog/2008/12/21/xmpp-pubsub-aka-%e2%80%9cdeath-by-a-thousand-cuts%e2%80%9d/</link>
		<comments>http://code-bear.com/bearlog/2008/12/21/xmpp-pubsub-aka-%e2%80%9cdeath-by-a-thousand-cuts%e2%80%9d/#comments</comments>
		<pubDate>Sun, 21 Dec 2008 14:13:40 +0000</pubDate>
		<dc:creator>bear</dc:creator>
				<category><![CDATA[code]]></category>
		<category><![CDATA[mutterings]]></category>
		<category><![CDATA[xmpp]]></category>
		<category><![CDATA[pubsub]]></category>
		<category><![CDATA[seesmic]]></category>

		<guid isPermaLink="false">http://code-bear.com/bearlog/?p=245</guid>
		<description><![CDATA[Well, ok, not quite that dramatic &#8211; but for sure the final 20% is going to turn the last of my beard gray before the year ends.
Lately Nathan and I have been battling subtle bugs in Tigase (which Artur and Bart have been great at fixing), subtle bugs in our code (oh yea, even there! [...]]]></description>
			<content:encoded><![CDATA[<p>Well, ok, not quite that dramatic &#8211; but for sure the final 20% is going to turn the last of my beard gray before the year ends.</p>
<p>Lately <a href="http://nathan.fritzclan.com/">Nathan</a> and I have been battling subtle bugs in <a href="http://www.tigase.org">Tigase</a> (which Artur and Bart have been great at fixing), subtle bugs in our code (oh yea, even there! ;) ) and the usual other 30 distractions as the team delivered the beta version of the <a href="http://new.seesmic.com">new site</a>.</p>
<p>With this latest round of tweaks we are very close to calling it “shipped”:</p>
<ul>
<li>We turned on thenode that delivers the public timeline data (or what others call the “firehose”) and that is now sending <a href="http://www.atomenabled.org/">Atom</a> payload events to it&#8217;s subscribers,</li>
<li>We are seeing a more stable auto-refresh of the timelines (well, more stable after this last tweak)</li>
<li>We can now dial the <a href="http://xmpp.org/extensions/xep-0206.html">BOSH</a> timeout up or down to find that sweet spot for load management</li>
<li>The <a href="http://www.tigase.org">Tigase</a> team delivered a great new feature: <a href="http://www.tigase.org/en/content/tigase-xmppjabber-server-410-b1315">Server Monitoring</a> which I&#8217;m hoping we can wire into our infrastructure for much more accurate stats</li>
</ul>
<p>All in all it&#8217;s been a really crazy couple of weeks &#8211; but man is this stuff fun!</p>
<p>So I&#8217;m hoping that the <a href="http://xmpp.org/">XMPP</a> community allows us a bit of boasting as we have a <a href="http://xmpp.org/">XMPP</a> PubSub system running “in the wild”.  I&#8217;m sure there are others out there, but so far they have been rather quiet on how things are done or they have quietly gone away.  We  are working on an architecture article for the Seesmic Developer&#8217;s site that goes into more details on how and why.</p>
<p>Special thanks to <a href="http://metajack.im/">Jack</a> for taking the time to review how we structured our <a href="http://www.atomenabled.org/">Atom</a> payload &#8212; hopefully it&#8217;s less messy now :)</p>
]]></content:encoded>
			<wfw:commentRss>http://code-bear.com/bearlog/2008/12/21/xmpp-pubsub-aka-%e2%80%9cdeath-by-a-thousand-cuts%e2%80%9d/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>XMPP Ecosystem</title>
		<link>http://code-bear.com/bearlog/2008/11/04/xmpp-ecosystem/</link>
		<comments>http://code-bear.com/bearlog/2008/11/04/xmpp-ecosystem/#comments</comments>
		<pubDate>Tue, 04 Nov 2008 06:54:14 +0000</pubDate>
		<dc:creator>bear</dc:creator>
				<category><![CDATA[mutterings]]></category>
		<category><![CDATA[xmpp]]></category>
		<category><![CDATA[pubsub]]></category>
		<category><![CDATA[seesmic]]></category>

		<guid isPermaLink="false">http://code-bear.com/bearlog/?p=238</guid>
		<description><![CDATA[update: stpeter says it much better than I do, and in fewer words :)
Earlier today I commented on a blog posting by the Gnip team about how they are dropping XMPP support:

  Without going into a full blown post about XMPP, our take is that it’s a good model / protocol, with too many [...]]]></description>
			<content:encoded><![CDATA[<p><strong>update</strong>: <a href="https://stpeter.im/">stpeter</a> says it <a href="https://stpeter.im/?p=2351">much better than I do</a>, and in fewer words :)</p>
<p>Earlier today I commented on a blog posting by the <a href="http://blog.gnipcentral.com/2008/11/03/winding-down-xmpp-for-now/">Gnip team</a> about how they are dropping XMPP support:</p>
<blockquote><p>
  Without going into a full blown post about XMPP, our take is that it’s a good model / protocol, with too many scattered implementations which is leaving it in the “immature” bucket. Apache wound up setting the HTTP standard, and an XMPP server equivalent hasn’t taken hold in the marketplace.
</p></blockquote>
<p>My first reaction to this was how they were blending XMPP protocol with customer expectations with XMPP server issues so I left a <a href="http://blog.gnipcentral.com/2008/11/03/winding-down-xmpp-for-now/#IDComment10396025">comment</a> on their blog and that lead to a discussion that went from their <a href="http://blog.gnipcentral.com/2008/11/03/winding-down-xmpp-for-now/#IDComment10396549">blog</a>, to <a href="http://identi.ca/notice/997440">identi.ca</a> across over to <a href="http://twitter.com/bpm140/statuses/988567336">Twitter</a> and other places.</p>
<p>While my reading of their post still generates the same questions, one of the big points that settled out of the conversation was that Gnip&#8217;s issue was with the <em>ecosystem</em> that surrounds any given XMPP server &#8211; not XMPP itself! Still quite a big generalization IMO but a point that I would have to agree with &#8211; that&#8217;s just the danger of using open-source projects in your business plan.</p>
<p>The problem in a weird way is the success of LAMP (Linux, Apache, Mysql, Python/Perl) and particularly the Apache part of the LAMP stack &#8211; it has become a ubiquitous part of any Linux install and there are tons and tons of information and tools available to scale an HTTPd server in any direction you want.</p>
<p>But that totally misses the point &#8211; XMPP is <strong>not</strong> a stateless protocol that was designed for the job it does. Of <strong>course</strong> it&#8217;s going to behave differently and require new skills to manage properly. I remember going thru this exact situation when Apache was the new kid on the block and people were using it because development had stopped on the NTSC HTTPd code base (yes, I am that old.)</p>
<p>Back then it had the same issues and documentation basically meant reading patch and revision histories. As the web grew and businesses grew and things progressed, Apache became very stable and is now almost a no-brainer. Tho I challenge folks to setup an Apache server that does HTTPs, Bosh and can handle a mix of static files and dynamic requests &#8211; it&#8217;s not really designed to do all that at the same time.</p>
<p>XMPP is at that point now &#8211; it&#8217;s stable and full of features that are making developers want to include them in their plans but all of the current documentation and use-cases are all XMPP server developer driven. It&#8217;s only recently that PubSub has gone from the server dev realm into the systems realm and the stress points are showing :)</p>
<p>That&#8217;s what we have been doing at <a href="http://seesmic.com">Seesmic</a> &#8211; trying to get the final 20% of the classic 80/20 rule implemented with <a href="http://www.tigase.org/">Tigase</a>. It&#8217;s also what folks like <a href="http://metajack.im/">Jack</a> over at Chesspark are trying with <a href="http://www.ejabberd.im/">ejabberd</a> and others.</p>
<p>more later about admin tools, documentation and other things that make life in the Ops world easier and that are lacking.</p>
<p>sorry for the rambling post :)</p>
]]></content:encoded>
			<wfw:commentRss>http://code-bear.com/bearlog/2008/11/04/xmpp-ecosystem/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>AOL testing XMPP server to bridge AIM/ICQ &#8211; sweet!</title>
		<link>http://code-bear.com/bearlog/2008/01/18/aol-testing-xmpp-server-to-bridge-aimicq-sweet/</link>
		<comments>http://code-bear.com/bearlog/2008/01/18/aol-testing-xmpp-server-to-bridge-aimicq-sweet/#comments</comments>
		<pubDate>Fri, 18 Jan 2008 07:34:27 +0000</pubDate>
		<dc:creator>bear</dc:creator>
				<category><![CDATA[code]]></category>
		<category><![CDATA[mutterings]]></category>
		<category><![CDATA[xmpp]]></category>
		<category><![CDATA[news]]></category>

		<guid isPermaLink="false">http://code-bear.com/bearlog/2008/01/18/aol-testing-xmpp-server-to-bridge-aimicq-sweet/</guid>
		<description><![CDATA[Saw a serious flurry of JDev chat-room messages earlier today and was wondering what the fuss was all about and then I read this post by Florian and just about wet myself ;)
That is great news that AOL, one of the bastions of closed-source&#8217;ness is adopting an open-source protocol (and XMPP to boot!)
While it&#8217;s still [...]]]></description>
			<content:encoded><![CDATA[<p>Saw a serious flurry of <a href="http://logs.jabber.org/jdev@conference.jabber.org/2008-01-17.html#12:06:24">JDev chat-room</a> messages earlier today and was wondering what the fuss was all about and then I read <a href="http://florianjensen.com/2008/01/17/aol-adopting-xmpp-aka-jabber/">this post</a> by <a href="http://florianjensen.com/">Florian</a> and just about wet myself ;)</p>
<p>That is great news that AOL, one of the bastions of closed-source&#8217;ness is adopting an open-source protocol (and <a href="http://xmpp.org">XMPP</a> to boot!)</p>
<p>While it&#8217;s still alpha quality, I look forward to ditching all things Oscar from my code.</p>
]]></content:encoded>
			<wfw:commentRss>http://code-bear.com/bearlog/2008/01/18/aol-testing-xmpp-server-to-bridge-aimicq-sweet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
