<?xml version="1.0"?>
<rdf:RDF
	xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:foaf="http://xmlns.com/foaf/0.1/"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns="http://purl.org/rss/1.0/"
>
<channel rdf:about="http://planet-im.com/">
	<title>Planet IM</title>
	<link>http://planet-im.com/</link>
	<description>Planet IM - http://planet-im.com/</description>

	<items>
		<rdf:Seq>
			<rdf:li rdf:resource="http://www.tigase.org/2209 at http://www.tigase.org" />
			<rdf:li rdf:resource="tag:process-one.net,2010:en/blogs/3.2464" />
			<rdf:li rdf:resource="tag:process-one.net,2010:en/blogs/3.2462" />
			<rdf:li rdf:resource="http://blogs.gnome.org/mr/?p=163" />
			<rdf:li rdf:resource="http://felipec.wordpress.com/?p=512" />
			<rdf:li rdf:resource="tag:blogger.com,1999:blog-16882295.post-3288281083993434711" />
			<rdf:li rdf:resource="http://dizzyd.com/blog/post/214" />
			<rdf:li rdf:resource="tag:process-one.net,2010:en/blogs/3.2418" />
			<rdf:li rdf:resource="http://dizzyd.com/blog/post/210" />
			<rdf:li rdf:resource="tag:process-one.net,2010:en/blogs/3.2417" />
		</rdf:Seq>
	</items>
</channel>

<item rdf:about="http://www.tigase.org/2209 at http://www.tigase.org">
	<title>Artur Hefczyc: Tigase XMPP Server 5.0.0-b2103 Beta</title>
	<link>http://www.tigase.org/content/tigase-xmpp-server-500-b2103-beta</link>
	<content:encoded>&lt;p&gt;&lt;img width=&quot;62&quot; height=&quot;302&quot; vspace=&quot;5&quot; hspace=&quot;20&quot; align=&quot;left&quot; alt=&quot;&quot; src=&quot;http://www.tigase.org/files/image/tigase-5-0-0/tigase-5-beta-install-logo-small.png&quot; /&gt;I am happy to announce release of a new version of the Tigase XMPP Server. This is the first version of the &lt;strong&gt;5.x&lt;/strong&gt; line and the code is still under intensive tests. As most of the tests are already passed and the code runs on a few live installations I consider this to be &lt;strong&gt;Beta&lt;/strong&gt; ready.&lt;/p&gt;
&lt;p&gt;Packages are available from &lt;a href=&quot;http://www.tigase.org/content/tigase-downloads?sort=desc&amp;amp;order=Name&amp;amp;path=%2Ftigase-server&quot;&gt;the download page&lt;/a&gt;. As usually &lt;a href=&quot;http://www.tigase.org/content/new-tests-page&quot;&gt;the test page&lt;/a&gt; has been updated with automatic tests' results for the published version.&lt;/p&gt;
&lt;p&gt;Changelog list is quite long and modifications fall into a few categories:&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Protocol&lt;/strong&gt;:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;&lt;a href=&quot;http://www.tigase.org/content/external-component-configuration&quot;&gt;A new implementation&lt;/a&gt; for handling external components connections, supporting XEP-0114, XEP-0225, with protocol auto-detection, multiple connections on a single port, multiple connections for a single external domain, etc&amp;hellip;..&lt;/li&gt;
&lt;li&gt;Full support for stringprep added. The use of the full stringprep processor is optional (off by default) and the JID processing can be changed via pluggable framework. 3 processors available now: full stringprep - very resources expensive, simple (regex based) - default, empty - no processing at all.&lt;/li&gt;
&lt;li&gt;Roster changes: fixed issue with buddy name set to 'null' in some cases , multiple roster elements are now allowed for set requests, stringprep optimisations, support for extended buddy information to be stored with roster data in DB.&lt;/li&gt;
&lt;li&gt;Fixed a problem with s2s connections for external components connected to the server - they are automatically detected by s2s component and all the traffic is routed properly&lt;/li&gt;
&lt;li&gt;Fixed problem with not sending stream closing tag in some cases when the connection to the client is closed&lt;/li&gt;
&lt;li&gt;Fixed rare issue occurring if there are multiple user connections with the same resource that the older connection with the resource was not closed.&lt;/li&gt;
&lt;li&gt;Number of bug fixes and optimisations in s2s implementation, still no TLS support yet though.&lt;/li&gt;
&lt;li&gt;Stream compression can be now activated at any time, it is up to the client to decide&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&lt;strong&gt;Administration&lt;/strong&gt;:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;&lt;a href=&quot;http://www.tigase.org/content/configuration-changes-tigase-server-5x&quot;&gt;Server configuration code reworked&lt;/a&gt;, fixed an old issue with init.properties and tigase.xml configuration files, tigase.xml is no longer used by default (still possible though), configuration can be stored in the database and configuration management available via ad-hoc commands and scripting API.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://www.tigase.org/content/packet-filtering-component&quot;&gt;Configurable packet filtering&lt;/a&gt; for every component separately can be loaded as plugins (and API)&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://www.tigase.org/content/prepare-mysql-database-tigase-server&quot;&gt;MySQL schema and stored procedures updates for UTF-8 encoding&lt;/a&gt;, changed a last_login, last_logout fields default values from 0 to some correct and sensible value.&lt;/li&gt;
&lt;li&gt;To overcome problems with packets order on some system there is a configuration option to not use priority queues which may sometimes cause packet reordering.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&lt;strong&gt;Development&lt;/strong&gt;:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;&lt;a href=&quot;http://www.tigase.org/content/component-implementation-lesson-6-scripting-support&quot;&gt;Scripting API reworked&lt;/a&gt;, this is not the server built-in core feature and the scripting feature is now available to all components automatically&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://www.tigase.org/content/component-implementation-lesson-7-data-repository&quot;&gt;Component repository API&lt;/a&gt; - an easy to use framework for tigase component developers to store certain kind of data in database - the data can be also manipulated via ad-hoc commands and scripting&lt;/li&gt;
&lt;li&gt;Added secure logging mode for XMPP stanzas to prevent privacy issue - XML element CData is replaced with text: 'CDATA size: NNN'&lt;/li&gt;
&lt;li&gt;A new API for component tasks added - based on Java TimeoutTask but a single thread controls all the component tasks&lt;/li&gt;
&lt;li&gt;Lots of JavaDoc documentation has been added and online guides on the website&lt;/li&gt;
&lt;li&gt;All the core Tigase code to use new JID and BareJID classes instead of String&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://www.tigase.org/content/api-changes-tigase-server-5x&quot;&gt;Packet API changed&lt;/a&gt; to optimise ways stanza to/from addresses (JIDs) are used.&lt;/li&gt;
&lt;li&gt;New SM plugging processors API introduced and an abstract class which make it very easy to follow packet flow. This is to avoid confusing detection where from, where to the packet is going (from the user, to the user, to the server&amp;hellip;.)&lt;/li&gt;
&lt;li&gt;User registration code changed to allow for storing any kind registration data, the user can provide an extended form with additional fields and they all are stored in the DB&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&lt;a href=&quot;http://www.tigase.org/content/tigase-xmpp-server-500-b2103-beta&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</content:encoded>
	<dc:date>2010-03-09T00:46:45+00:00</dc:date>
</item>
<item rdf:about="tag:process-one.net,2010:en/blogs/3.2464">
	<title>Process One: Talkr.IM XMPP/Jabber server gets Apple Push notifications</title>
	<link>http://www.process-one.net/en/blogs/article/talkr.im_xmpp_jabber_server_gets_apple_push_notifications/</link>
	<content:encoded>&lt;p&gt;The free public XMPP/Jabber server Talkr.IM gets Apple Push notifications for iPhone.&lt;/p&gt; &lt;p&gt;The ProcessOne's free, open, public XMPP/Jabber server Talkr.IM is gaining a new feature: Apple Push  notifications. This well enable users to get notified of offline messages when they arrive, as well as simulate a continued XMPP session on iPhone devices that still do not implement multitasking.&lt;/p&gt;
&lt;p&gt;For the latter feature, since the iPhone still does not accept to run applications in the background, if you want to use another application, you will have to shutdown your XMPP client and thus disconnect from Talkr.IM. With the Push feature enabled on your XMPP client (if this one supports Apple Push notifications), you can tell your contacts you are still online when you are using other applications. You will then automatically receive notifications of new messages. And when you re-open your XMPP client, you will receive these messages.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.process-one.net/en/solutions/oneteam_iphone/&quot;&gt;OneTeam for iPhone&lt;/a&gt; has the Apple Push feature enabled: you will be able to use it on you Talkr.IM account. Just use you Jabber ID, like username@talkr.im, and for a simple configuration, go to the &quot;Settings&quot; tab, then &quot;Push settings&quot;.&lt;/p&gt;
&lt;p&gt;The Talkr.IM XMPP server will stop at 10:00am CET. This means:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;01:00am Los Angeles&lt;/li&gt;
&lt;li&gt;04:00am New York&lt;/li&gt;
&lt;li&gt;12:00 Moscow&lt;/li&gt;
&lt;li&gt;18:00 Tokyo&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;UPDATE&lt;/strong&gt;: the Apple Push module is installed on Talkr.IM, and working fine. You can use it on &lt;a href=&quot;http://www.process-one.net/en/solutions/oneteam_iphone/&quot;&gt;OneTeam for iPhone&lt;/a&gt;. You can run a APNS module on your own ejabberd server with &lt;a href=&quot;http://www.process-one.net/en/imstore/#impush&quot;&gt;IMpush&lt;/a&gt;.&lt;/p&gt;</content:encoded>
	<dc:date>2010-03-04T09:43:17+00:00</dc:date>
</item>
<item rdf:about="tag:process-one.net,2010:en/blogs/3.2462">
	<title>Process One: ejabberd tip: simple health check</title>
	<link>http://www.process-one.net/en/blogs/article/ejabberd_tip_simple_health_check/</link>
	<content:encoded>&lt;p&gt;An ejabberd health check mechanism might be useful in your deployments, but using the HTTP file server might be overkill...&lt;/p&gt; &lt;p&gt;Some people want to do regular health checks on ejabberd, which is always a good idea. Doing a health check over XMPP might not be the solution, here is at least two reasons:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;with a pure ad-hoc solution like a cron script, you might need an XMPP library you might not want to install on your servers&lt;/li&gt;
&lt;li&gt;monitoring systems might not talk XMPP at all...&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;So people first think of the internal ejabberd HTTP file server, which then they have to configure through a specific listener and the right module... possibly with logs, they would have to manage (rotate, parse, clean, etc.).&lt;/p&gt;
&lt;p&gt;Sometimes people just don't think there is already an HTTP listener on their internal BOSH Connection Manager. You would argue that BOSH uses the HTTP POST method. But the ejabberd BOSH Connection Manager replies to simple GET:&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;pre&gt;wget &lt;a href=&quot;http://www.process-one.net/en?URL=http%3A%2F%2Fmyserver.net%2Fhttp-bind&quot;&gt;http://myserver.net/http-bind&lt;/a&gt;&lt;/pre&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;And ejabberd will answer:&lt;/p&gt;
&lt;h1&gt;ejabberd mod_http_bind v1.2&lt;/h1&gt;
&lt;p&gt;An implementation of &lt;a href=&quot;http://xmpp.org/extensions/xep-0206.html&quot;&gt;XMPP over BOSH  (XEP-0206)&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;This web page is only informative. To use HTTP-Bind  you need a Jabber/XMPP client that supports it.&lt;/p&gt;</content:encoded>
	<dc:date>2010-03-03T16:27:29+00:00</dc:date>
</item>
<item rdf:about="http://blogs.gnome.org/mr/?p=163">
	<title>Martyn Russell: Lanedo is hiring!</title>
	<link>http://blogs.gnome.org/mr/2010/03/02/lanedo-is-hiring-2/</link>
	<content:encoded>&lt;p&gt;We at &lt;a href=&quot;http://www.lanedo.com/jobs.html&quot;&gt;Lanedo&lt;/a&gt; are currently looking at hiring people with development experience around GNOME and GTK+ related technologies again.&lt;/p&gt;
&lt;p&gt;If you have this and are interested in working for us, please send your CV to &lt;a href=&quot;mailto:jobs&quot;&gt;jobs&lt;/a&gt; at &lt;a href=&quot;http://www.lanedo.com&quot;&gt;lanedo.com&lt;/a&gt;.&lt;/p&gt;</content:encoded>
	<dc:date>2010-03-02T16:16:10+00:00</dc:date>
</item>
<item rdf:about="http://felipec.wordpress.com/?p=512">
	<title>Felipe Contreras: felipec</title>
	<link>http://felipec.wordpress.com/2010/02/27/msn-pecan-0-1-released-the-best-option-for-pidginlibpurple/</link>
	<content:encoded>&lt;p&gt;After a bit more than two years of development we are proud to announce the first stable release of msn-pecan. The project started as a &amp;#8220;fork&amp;#8221; of libpurple&amp;#8217;s msn protocol (read below why it&amp;#8217;s not really a fork), but it has grown and soon will become a standalone library with support for &lt;a href=&quot;http://telepathy.freedesktop.org/wiki/&quot;&gt;Telepathy&lt;/a&gt; too.&lt;/p&gt;
&lt;h2&gt;Why?&lt;/h2&gt;
&lt;p&gt;I&amp;#8217;ve been involved in Pidgin (formerly Gaim) since 2002, trying to improve it&amp;#8217;s support for the MSN protocol which has been a very difficult task due to the reluctance of the Pidgin development team to take the issues seriously.&lt;/p&gt;
&lt;p&gt;But don&amp;#8217;t take my word for it, you can read an &lt;a href=&quot;http://theflamingbanker.blogspot.com/2010/01/on-subject-of-bugs-or-help-wanted-and.html&quot;&gt;example&lt;/a&gt; of their excuses on John Bailey&amp;#8217;s blog:&lt;/p&gt;
&lt;blockquote&gt;&lt;p&gt;So yes, we have been “neglecting” Pidgin to a certain extent. Our time is a precious resource, and in many cases we simply have better things to do or simply don’t have the time to sit down and attack bugs to get them closed.&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;So yes, Pidgin neglects MSN, and yes, they need help; they themselves acknowledge that. IOW their MSN plugin is &lt;strong&gt;under-maintained&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;The main reason for that is that the people who wrote the code have left the project. You can read all about it &lt;a href=&quot;http://felipec.wordpress.com/2009/08/05/who-wrote-pidgins-msn-not-who-you-think/&quot;&gt;on this post&lt;/a&gt;; after several years of leaving the project my code still accounts for 42% of the code base.&lt;/p&gt;
&lt;p&gt;The result of this bad maintenance is already visible in their bugzilla, but what is not visible is that many bugs are simply &lt;a href=&quot;http://felipec.wordpress.com/2010/02/05/pidgin-vs-msn-pecan-bug-numbers-dont-lie/&quot;&gt;closed as invalid&lt;/a&gt; after two weeks of inactivity.&lt;/p&gt;
&lt;p&gt;Despite all this, they &lt;strong&gt;rejected&lt;/strong&gt; my help. And that&amp;#8217;s how msn-pecan was born; I took my own code and carried development away from Pidgin. One way of looking at this is that Pidgin&amp;#8217;s MSN has become the fork, and msn-pecan is the trunk &lt;img src=&quot;http://s.wordpress.com/wp-includes/images/smilies/icon_wink.gif&quot; alt=&quot;;)&quot; class=&quot;wp-smiley&quot; /&gt; &lt;/p&gt;
&lt;h2&gt;Advantages&lt;/h2&gt;
&lt;h3&gt;Bugs are actually fixed&lt;/h3&gt;
&lt;p&gt;The main advantage of having the original development team (or person) is that the whole code base is maintained, which means that no bug will fall through the cracks due to lack of expertise.&lt;/p&gt;
&lt;p&gt;Besides, all bugs are carefully evaluated and unlike Pidgin; they are not closed automatically. The result is that most bugs are resolved as fixed, and even verified. Even if it takes months for the reporter to verify, some bugs are &lt;em&gt;that&lt;/em&gt; important.&lt;/p&gt;
&lt;p&gt;This means if you report a bug to msn-pecan; you have higher chances of getting it fixed.&lt;/p&gt;
&lt;h3&gt;Performance&lt;/h3&gt;
&lt;p&gt;Since msn-pecan&amp;#8217;s code is better organized, every operation is under control, which means less resources are wasted; faster login times, faster response times, etc. This might not be important to many people but in some platforms, like &lt;a href=&quot;http://maemo.nokia.com/n900/&quot;&gt;Nokia N900&lt;/a&gt;, it&amp;#8217;s essential to maximize battery life, and minimize network bandwidth (e.g. 3G network).&lt;/p&gt;
&lt;h3&gt;Features&lt;/h3&gt;
&lt;p&gt;The main feature of msn-pecan is that it will &lt;strong&gt;always&lt;/strong&gt; login. Many people have reported not being able to login to Pidgin&amp;#8217;s MSN and they are with msn-pecan. We ensure this by prioritizing login issues as &lt;em&gt;critical&lt;/em&gt;, and fix them ASAP. Currently there are only two login problems open in our tracker, and they will definitely be solved by 0.2, or sooner.&lt;/p&gt;
&lt;p&gt;A very important feature is fast file transfers with p2p connections, it has been by far the most requested feature, and therefore basic support has been introduced in 0.1. It will work on most situations, but not all, further development would be needed to support more scenarios.&lt;/p&gt;
&lt;p&gt;Other features include: winks, plus! sounds, and plus! tags.&lt;/p&gt;
&lt;p&gt;Again, unlike Pidgin, we try to prioritize features based on user feedback. This way we ensure that the features we implement are actually relevant to our users. That&amp;#8217;s how we found out that people wanted offline messages, and handwritten messages, and the next one to implement is multiple login support. In many cases we implement the features before Pidgin.&lt;/p&gt;
&lt;h2&gt;Future&lt;/h2&gt;
&lt;p&gt;We want to support as many clients and platforms as possible, therefore in our plans are:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://adium.im/&quot;&gt;Adium&lt;/a&gt; standalone plugin&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://instantbird.com/&quot;&gt;Instantbird&lt;/a&gt; support&lt;/li&gt;
&lt;li&gt;Native &lt;a href=&quot;http://telepathy.freedesktop.org/wiki/&quot;&gt;Telepathy&lt;/a&gt; support&lt;/li&gt;
&lt;li&gt;Standalone library&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Also in the scope is &lt;strong&gt;videocall&lt;/strong&gt; support, but that might take some time.&lt;/p&gt;
&lt;h2&gt;The release&lt;/h2&gt;
&lt;p&gt;So in these two years the objective has been to reorganize the code, and stabilize it as quick as possible while developing the most wanted features. I believe we have reached that objective, therefore 0.1 is a release that is ready for mass consumption. Please spread the word.&lt;/p&gt;
&lt;p&gt;These are the stats:&lt;br /&gt;
&lt;code&gt;204 files changed, 50254 insertions(+), 15940 deletions(-)&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;Special thanks should go to Devid Antonio Filoni who has taken a big amount of tasks: translations, Ubuntu PPA, Adium builds, Instantbird support and porting patches from Pidgin, not to mention the usual development. Thanks Devid! Also important have been the contributions from Elliott Sales de Andrade, although his work goes to Pidgin, Devid makes sure we get the juicy patches. Single patches are also highly appreciated, please keep them coming &lt;img src=&quot;http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif&quot; alt=&quot;:)&quot; class=&quot;wp-smiley&quot; /&gt; &lt;/p&gt;
&lt;pre&gt;     1  Albert Cervin
     3  Alexandre André
     6  Andrea Piccinelli
     1  Chris Stafford
     3  Christiano Farina Haesbaert
     1  David Geary
    89  Devid Antonio Filoni
     1  Edgardo Fredz
     2  Eion Robb
     2  Elias Julkunen
    10  Elliott Sales de Andrade
     2  Erik Fredriksen
     2  Evan Schoenberg
   866  Felipe Contreras
     1  Geoffrey Antos
     1  Gulars
     1  Jisakiel
     1  John Bailey
     1  Jovan Turanjanin
     1  Ka-Hing Cheung
     1  Keir Lawson
     2  Luís Neto
     2  Marco de Moulin
     2  Mike Ruprecht
     3  Octavio Alvarez
     1  Peter Skov
     1  Sergei Zivukov
     1  Simo Mattila
     1  Simone Contini
     1  Tao Wei
     3  Thiago Silva
     1  Thomas Gibson-Robinson
     3  Víctor Manuel Jáquez Leal
     1  Wei Hsiang Hung
     1  Ying-Shiuan Pan
     1  ZyroBlue
     1  drummingdemon&lt;/pre&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Since we want to reach an audience as wide as possible, please vote up on sw sites:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://freshmeat.net/projects/msn-pecan&quot;&gt;freshmeat&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.ohloh.net/p/msn-pecan&quot;&gt;ohloh&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://maemo.org/downloads/product/Maemo5/telepathy-msn-pecan/&quot;&gt;maemo&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Grab it while it&amp;#8217;s hot! (&lt;a href=&quot;http://code.google.com/p/msn-pecan/downloads/list&quot;&gt;usual place&lt;/a&gt;)&lt;/p&gt;
&lt;br /&gt;  &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/gocomments/felipec.wordpress.com/512/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/comments/felipec.wordpress.com/512/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/godelicious/felipec.wordpress.com/512/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/delicious/felipec.wordpress.com/512/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/gostumble/felipec.wordpress.com/512/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/stumble/felipec.wordpress.com/512/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/godigg/felipec.wordpress.com/512/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/digg/felipec.wordpress.com/512/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/goreddit/felipec.wordpress.com/512/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/reddit/felipec.wordpress.com/512/&quot; /&gt;&lt;/a&gt; &lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://stats.wordpress.com/b.gif?host=felipec.wordpress.com&amp;amp;blog=62686&amp;amp;post=512&amp;amp;subd=felipec&amp;amp;ref=&amp;amp;feed=1&quot; /&gt;</content:encoded>
	<dc:date>2010-02-27T19:38:39+00:00</dc:date>
</item>
<item rdf:about="tag:blogger.com,1999:blog-16882295.post-3288281083993434711">
	<title>Google Talkabout: A smoother voice and video experience</title>
	<link>http://feedproxy.google.com/~r/blogspot/oyNL/~3/coW1-fTFagY/smoother-voice-and-video-experience.html</link>
	<content:encoded>We have spent the last few months focusing on three things: quality, quality, and quality! For those of you with the &lt;a href=&quot;http://mail.google.com/videochat&quot;&gt;Google voice and video chat&lt;/a&gt; plugin installed, you have recently received an automatic update that contains:&lt;br /&gt;&lt;ul&gt;&lt;li&gt;A fix that reduces crashes on newer macs (Mac OS X v10.6.2 specifically)&lt;/li&gt;&lt;li&gt;A fix for webcam compatibility on Windows (including HP webcams)&lt;/li&gt;&lt;li&gt;Several fixes to increase plugin stability&lt;/li&gt;&lt;li&gt;Several fixes to the infrastructure used to set up and connect your video calls.&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;&lt;p&gt;From users who have chosen to “Report quality statistics” in their chat settings, we can see a substantial increase in call connection rates and a big decrease in the call drop rate (see chart below). We hope that this will result in more enjoyable conversations with our software.&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;http://1.bp.blogspot.com/_Upy9n21NGCw/S4V_XLpFDyI/AAAAAAAABfk/5SIeHaqhvV0/s1600-h/before_after.png&quot;&gt;&lt;img src=&quot;http://1.bp.blogspot.com/_Upy9n21NGCw/S4V_XLpFDyI/AAAAAAAABfk/5SIeHaqhvV0/s320/before_after.png&quot; alt=&quot;&quot; id=&quot;BLOGGER_PHOTO_ID_5441895760985919266&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;As with all software, working on improving quality is a never ending process, so we hope that you will continue to report any issues you have in our &lt;a href=&quot;http://www.google.com/url?q=http%3A%2F%2Fwww.google.com%2Fsupport%2Fforum%2Fp%2Fchat%2Flabel%3Flid%3D18819d87e4369fa5%26hl%3Den&amp;amp;sa=D&quot;&gt;user forum&lt;/a&gt;, and we will continue to work on improving connection rates and call quality.&lt;/p&gt;&lt;p&gt;Thanks to all of you who use our service -- and especially those of you who report issues!&lt;/p&gt;&lt;p&gt;Posted by Jessan Hutchison-Quillian and Mikael Drugge&lt;br /&gt;Software engineers&lt;br /&gt;&lt;/p&gt;&lt;div class=&quot;blogger-post-footer&quot;&gt;&lt;img width=&quot;1&quot; height=&quot;1&quot; src=&quot;https://blogger.googleusercontent.com/tracker/16882295-3288281083993434711?l=googletalk.blogspot.com&quot; alt=&quot;&quot; /&gt;&lt;/div&gt;&lt;div class=&quot;feedflare&quot;&gt;
&lt;a href=&quot;http://feeds.feedburner.com/~ff/blogspot/oyNL?a=coW1-fTFagY:fHX0ySaPNyA:yIl2AUoC8zA&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~ff/blogspot/oyNL?d=yIl2AUoC8zA&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src=&quot;http://feeds.feedburner.com/~r/blogspot/oyNL/~4/coW1-fTFagY&quot; height=&quot;1&quot; width=&quot;1&quot; /&gt;</content:encoded>
	<dc:date>2010-02-24T12:09:13+00:00</dc:date>
</item>
<item rdf:about="http://dizzyd.com/blog/post/214">
	<title>Dave Smith: Using Innostore with Riak</title>
	<link>http://dizzyd.com/blog/post/214</link>
	<content:encoded>Innostore is an Erlang application that provides an API for storing and retrieving key/value data using the InnoDB storage system. This storage system is the same one used by MySQL for reliable, transactional data storage. It's a proven, fast system and perfect for use with Riak if you have a ...</content:encoded>
	<dc:date>2010-02-21T00:00:38+00:00</dc:date>
</item>
<item rdf:about="tag:process-one.net,2010:en/blogs/3.2418">
	<title>Process One: Jingle Nodes on Talkr.IM</title>
	<link>http://www.process-one.net/en/blogs/article/jingle_nodes_on_talkr.im/</link>
	<content:encoded>&lt;p&gt;A Jingle Nodes relay has been installed on the &lt;a href=&quot;https://www.talkr.im/&quot;&gt;Talkr.IM&lt;/a&gt; XMPP service.&lt;/p&gt; &lt;p&gt;The &lt;a href=&quot;https://www.talkr.im/&quot;&gt;public XMPP server Talkr.IM&lt;/a&gt; has received its own &lt;a href=&quot;http://code.google.com/p/jinglenodes/&quot;&gt;Jingle Nodes&lt;/a&gt; relay on: &lt;a href=&quot;http://www.process-one.net/en2_p1adm/xmpp:jn.talkr.im&quot;&gt;xmpp:jn.talkr.im&lt;/a&gt;. You can browse the Talkr.IM services via your Service Discovery interface in your XMPP client.&lt;/p&gt;
&lt;p&gt;This new exclusive feature on Talkr.IM XMPP server enables Jingle calls by providing a public service for media relaying. Basically, this means that XMPP clients which can handle Jingle Nodes, will be able to join other Jingle Nodes enabled clients to establish voice calls even when both are hidden behind network barriers (like NAT, for the techies).&lt;/p&gt;
&lt;p&gt;One many entities of the XMPP federated network (clients, servers) will have Jingle Nodes enabled, this will be possible to establish calls, in a totally P2P manner, much like Skype, but with much more features like the control of who can use your relay. Read the &lt;a href=&quot;http://code.google.com/p/jinglenodes/&quot;&gt;Jingle Nodes website&lt;/a&gt; and the &lt;a href=&quot;http://xmpp.org/extensions/inbox/jingle-nodes.html&quot;&gt;Jingle Nodes XEP&lt;/a&gt; to know more.&lt;/p&gt;
&lt;p&gt;This Talkr.IM Jingle Nodes relay is one of the very first step to a simpler Jingle user experience worldwide.&lt;/p&gt;
&lt;p&gt;Visit the &lt;a href=&quot;https://www.talkr.im/&quot;&gt;Talkr.IM website&lt;/a&gt;, and create &lt;a href=&quot;https://www.talkr.im/signup&quot;&gt;your own Talkr.IM XMPP account&lt;/a&gt; freely: &lt;a href=&quot;https://www.talkr.im/signup&quot;&gt;https://www.talkr.im/signup&lt;/a&gt;.&lt;/p&gt;</content:encoded>
	<dc:date>2010-02-18T15:08:01+00:00</dc:date>
</item>
<item rdf:about="http://dizzyd.com/blog/post/210">
	<title>Dave Smith: 1.44 am</title>
	<link>http://dizzyd.com/blog/post/210</link>
	<content:encoded>It's 1.44 am. Woke up feeling weird; then my mind went running, afraid of what it might find.

I was diagnosed with follicular lymphoma three weeks ago now. 

I'm blessed in a lot of ways. The cancer is slow moving, non aggressive -- or so it appears at this point. I ...</content:encoded>
	<dc:date>2010-02-18T09:40:37+00:00</dc:date>
</item>
<item rdf:about="tag:process-one.net,2010:en/blogs/3.2417">
	<title>Process One: OneTeam for iPhone in version 3.2.5, with Facebook chat</title>
	<link>http://www.process-one.net/en/blogs/article/oneteam_for_iphone_in_version_3.2.5_with_facebook_chat/</link>
	<content:encoded>&lt;p&gt;OneTeam for iPhone has been published on the AppStore in version 3.2.5, bringing bugfixes, and Facebook chat based on XMPP.&lt;/p&gt; &lt;p&gt;The version 3.2.5 of our XMPP client OneTeam for iPhone has hit the shelves of the Apple's application store. It is recommended that you upgrade it.&lt;/p&gt;
&lt;p&gt;OneTeam 3.2.4 for iPhone had already fixed bug related to Multi-User Chats (also known as groupchats): in some cases, OneTeam used to crash on joining password-protected and members-only MUC.&lt;/p&gt;
&lt;p&gt;OneTeam 3.2.5 for iPhone now allows OneTeam users to connect to the XMPP interface to Facebook chat. You can now connect with Jabber-ID set your &quot;your_username@chat.facebook.com&quot;, and password set to your Facebook password.&lt;/p&gt;
&lt;p&gt;Be careful, Facebook's XMPP chat interface does not offer MUC services, nor is federated, which means you still cannot chat with your friends on Talkr.IM or Google's Talk/GMail, but only with Facebook friends.&lt;/p&gt;
&lt;p&gt;Check out &lt;a href=&quot;http://www.process-one.net/en/solutions/oneteam_iphone/&quot;&gt;OneTeam for iPhone&lt;/a&gt; on our website, as well as &lt;a href=&quot;http://phobos.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=292511942&amp;amp;mt=8&quot;&gt;Apple's AppStore&lt;/a&gt;.&lt;/p&gt;</content:encoded>
	<dc:date>2010-02-17T16:09:12+00:00</dc:date>
</item>

</rdf:RDF>
