<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" 
      xmlns:thr="http://purl.org/syndication/thread/1.0">
  <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/xmpp_web.php" />
  <link rel="self" type="application/atom+xml" href="http://www.readwriteweb.com/atom.xml" />
  <id>tag:,2008:/1/tag:www.readwriteweb.com,2008://1.5503-</id>
  <updated>2008-07-03T08:47:16Z</updated>
  <title>Comments for Could Instant Messaging (XMPP) Power the Future of Online Communication?</title>
  
  <generator uri="http://www.sixapart.com/movabletype/">Movable Type 4.1</generator>
  <entry>
    <id>tag:www.readwriteweb.com,2008://1.5503</id>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/xmpp_web.php" />
    <link rel="service.edit" type="application/atom+xml" href="http://www.readwriteweb.com/cgi-bin/mt/mt-atom.cgi/weblog/blog_id=1/entry_id=5503" title="Could Instant Messaging (XMPP) Power the Future of Online Communication?" />
    <published>2008-01-25T01:26:20Z</published>
    <updated>2008-01-29T04:22:09Z</updated>
    <title>Could Instant Messaging (XMPP) Power the Future of Online Communication?</title>
    <summary>Enterprise collaboration company Jive Software posted today about a theory it&apos;s advancing on the rise of XMPP (called Jabber in IM) for powering communication services hosted in the cloud. The company also announced that it will include what it says will be the first XMPP-powered document sharing and collaboration tool in the forthcoming 2.0 release...</summary>
    <author>
      <name>Marshall Kirkpatrick</name>
      <uri>http://www.readwriteweb.com</uri>
    </author>
    
    <category term="Analysis" />
    
    <content type="html" xml:lang="en" xml:base="http://www.readwriteweb.com/">
      <![CDATA[<p><img src="http://www.readwriteweb.com/images/xmpplogo.jpg">Enterprise collaboration company <a href="http://www.jivesoftware.com">Jive Software</a> posted today about <a href="http://www.jivesoftware.com/community/blogs/jivetalks/2008/01/24/xmpp-aka-jabber-is-the-future-for-cloud-services">a theory it's advancing</a> on the rise of XMPP (called Jabber in IM) for powering communication services hosted in the cloud.  The company also announced that it will include what it says will be the first XMPP-powered document sharing and collaboration tool in the forthcoming 2.0 release of its product Clearspace.</p>

<p>If you think AJAX changed the web experience, imagine a web with decentralized, open standards-based IM at its center.  That's an exciting thought.  This post introduces the concepts at issue in accessible terms, discusses some of the possible impacts of such a trend on innovation and offers some counter-arguments to Jive's rosy picture of the future.</p>]]>
      <![CDATA[<p>The changes that XMPP could enable for web innovation in general are quite interesting.  "It turns out," writes Jive co-founder and CTO Matt Tucker, "that all of the problems that had to be solved for instant messaging make the protocol perfect for cloud computing."</p>

<p>Jive is based in Portland, Oregon, took funding from Sequoia Capital (Early Google and YouTube funders) and has <a href="http://www.jivesoftware.com/customers/customers.jsp">an impressive customer list</a> available on its site.</p>

<p>The <a href="http://www.jivesoftware.com/community/blogs/jivetalks/2008/01/24/xmpp-aka-jabber-is-the-future-for-cloud-services">technical details of the argument</a> are interesting and the product due from Jive at the end of this quarter is one to watch for, but I'm interested here primarily in what this professed trend could mean for startups, mashups and users of any number of services that together could make this a trend.</p>

<h2>Early Examples</h2>

<p>Jive points to a number of examples.  Tivo, they say, no longer requires your box to check in with the Tivo servers periodically - the server sends a signal via XMPP to available boxes when new information is published.  Tivo is essentially using machine-to-machine Instant Messaging for real time communication within its service.</p>

<p>Dave Winer says XMPP could be the foundation of <a href="http://www.scripting.com/stories/2008/01/21/xmppAsTheBasisForInteropIn.html">a decentralized version of Twitter</a>.  Valley golden-boy startup <a href="http://seesmic.com">Seesmic</a> is using XMPP for messaging and AOL has <a href="http://florianjensen.com/2008/01/17/aol-adopting-xmpp-aka-jabber/">reportedly</a> begun experimenting with it as well.  The Google-acquired Jaiku microblogging platform used XMPP heavily.  One of Jive's own open source XMPP libraries was <a href="http://www.jivesoftware.com/community/blogs/jivetalks/2008/01/16/jive-code-to-be-in-millions-of-phones">incorporated into the source code</a> of Google's Android Mobile OS, as well.</p>

<p>Let's talk a bit about what exactly this means, followed by some creative thinking about where it could lead and some arguments against this forecast.</p>

<h2>Jabber Explained In Simpler Terms</h2>

<p>In simple terms and to the best of my understanding, the http protocol used by web pages is said to be inefficient because it requires a user's machine to poll a server periodically to see if any new information is available.  </p>

<p>Quite often there is nothing new and energy has been wasted.  Think of how often Gmail checks to see if you've got any new emails (every two minutes) or how many times your RSS reader pings all of your feeds to see if they contain any new items.  Meanwhile, the time between polling leads to a delay in updates.</p>

<p>That might seem like a small burden to you, but multiply that times everyone using these services and there's a lot of inefficiency.  Sometimes that inefficiency can define the technical limits of what a service is able to do.  On an individual level, I know I'm unable to use Google Reader because I have enough subscriptions that it times out checking every single one of them for new information.  I wish it would just chill out and wait!</p>

<p>This is not a problem experienced in the world of Instant Messaging.  While there are too many IM protocols in the world, a growing number of IM clients, including Google Talk, use the open standard Jabber, or XMPP.  </p>

<p>XMPP lets one party signal to any XMPP server that it is available to receive any new information that's being delivered.  When another party sends new content through the XMPP server, the message is passed on immediately and automatically to all recipients who are marked as available, basically.</p>

<h2>What Could a Future Built on Jabber Look Like?</h2>

<p>Ask yourself what a decentralized, open source infrastructure for real time communication could offer.  A lot.  As an RSS-head, I'd love to see XMPP let my various RSS clients do more faster and get bogged down in fewer unnecessary activities.  RSS is all about speed for me but clients can only do so much so often when they have to pester someone else's server every time they want to check for new information.  Those delays can be of real consequence.</p>

<p>The Tivo example is just one of many possibilities in the realm of machine-to-machine XMPP communication.  Automated alerts are useful in all kinds of more serious use-cases and why use polling to monitor changed conditions when you can use an open source protocol that can make presence and real time communication scalable?</p>

<h2>Counter Arguments</h2>

<p>The primary arguments against a future powered by XMPP are two.  First, so much of what's already been developed is web-centric, based on http, that the options for mashup-fodder are relatively limited for XMPP.  For a service to integrate a number of new and existing communication features, making the leap to a less ubiquitous protocol might not make sense.  Time will tell if things like IM, Android and software like Jive's can change the near total imbalance in marketshare between communication protocols online.</p>

<p>The second argument against this rosy picture of the future could be that open standards-based technology falls outside the profit model of many  larger companies.  If one vendor can corner their respective model with proprietary technology and charge a monopolist's premium for superior service, then a standards based competitor will have their work cut out for them. Google Talk's use of XMPP may have been the straw that broke the camel's back in IM because the chat client rode the coat-tails of so many other Google services.</p>

<p>It's hard to know what role these obstacles will play in the future, but it is exciting to think about the possibilities that a standards based approach like XMPP offers for real time communication.  No one will want to wait for a web page to load if a significant portion of the internet starts working as free of friction as IM does today.   Enable that communication to go on over a decentralized system based on open standards and you're talking about a whole new world.<br />
</p>]]>
    </content>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2008://1.5503-comment:45776</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2008://1.5503" type="text/html" href="http://www.readwriteweb.com/archives/xmpp_web.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/xmpp_web.php#c45776" />
    <title>Comment from Craig Baker on 2008-01-24</title>
    <author>
        <name>Craig Baker</name>
        <uri>http://craigbbaker.com</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://craigbbaker.com">
        <![CDATA[<p>The XMPP integration in Android is really interesting, it seems the Google Android team are pushing XMPP as the default communications layer for the mobile OS. </p>

<p>The web is crying out for a standardized push solution. HTTP hacks created to push data to clients are overly complex and resource intensive. </p>

<p>I think Matt Tucker is right on the money. </p>]]>
    </content>
    <published>2008-01-25T04:23:09Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2008://1.5503-comment:45777</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2008://1.5503" type="text/html" href="http://www.readwriteweb.com/archives/xmpp_web.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/xmpp_web.php#c45777" />
    <title>Comment from Joseph Pally on 2008-01-24</title>
    <author>
        <name>Joseph Pally</name>
        <uri>http://www.zcubes.com</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.zcubes.com">
        <![CDATA[<p><br />
"The web is crying out for a standardized push solution."</p>

<p>Absolutely. I hope this was wrapped around the http models so we did not have to deal with extra ports. Unfortunately Jabber so far seems too clunky to mesh well with the browser. I hope it gets better.</p>]]>
    </content>
    <published>2008-01-25T05:46:57Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2008://1.5503-comment:45781</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2008://1.5503" type="text/html" href="http://www.readwriteweb.com/archives/xmpp_web.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/xmpp_web.php#c45781" />
    <title>Comment from Justin Kistner on 2008-01-24</title>
    <author>
        <name>Justin Kistner</name>
        <uri>http://www.metafluence.com/</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.metafluence.com/">
        <![CDATA[<p>It's been interesting to watch everyone's reaction to Matt's assertion. Some of the comments I'm seeing on Digg and the Jive post appear that people think Matt is suggesting XMPP replace HTTP, which is not what he's saying. He's referring to it as the protocol of choice for services that require two-way communication. No need to replace a one-way protocol where it's called for, such as downloading a page. Marshall gets it right when he ponders if it is the future of online communication, not as a replacement for all other protocols used for services that don't require a dialog.</p>]]>
    </content>
    <published>2008-01-25T07:55:52Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2008://1.5503-comment:45784</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2008://1.5503" type="text/html" href="http://www.readwriteweb.com/archives/xmpp_web.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/xmpp_web.php#c45784" />
    <title>Comment from Stefan Constantinescu on 2008-01-25</title>
    <author>
        <name>Stefan Constantinescu</name>
        <uri>http://intomobile.com</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://intomobile.com">
        <![CDATA[<p>I rarely leave comments like this, they add no value, but this had to be said: fantastic blog post.</p>]]>
    </content>
    <published>2008-01-25T09:37:02Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2008://1.5503-comment:45785</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2008://1.5503" type="text/html" href="http://www.readwriteweb.com/archives/xmpp_web.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/xmpp_web.php#c45785" />
    <title>Comment from Danny Ayers on 2008-01-25</title>
    <author>
        <name>Danny Ayers</name>
        <uri>http://dannyayers.com</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://dannyayers.com">
        <![CDATA[<p>I reckon there is huge potential for the use of XMPP on the Web. Quite a few Web systems simulate push - why not just use push where appropriate? Wherever URIs are used as identifiers (which is perfectly viable in XMPP data), compatibility with the Web is possible. However I do think that to exploit the potential we need to get beyond thinking of the Web in terms of HTML in the browser, and the whole client-server architectural view. Personally I suspect the old notion of agents is probably an appropriate abstraction for 21st century web development, except reworked for the linked data model of Semantic Web technologies.</p>

<p>See also: <a href="http://dannyayers.com/docs/ieee/w5" rel="nofollow">Graph Farming</a> (pdf) </p>]]>
    </content>
    <published>2008-01-25T09:39:40Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2008://1.5503-comment:45786</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2008://1.5503" type="text/html" href="http://www.readwriteweb.com/archives/xmpp_web.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/xmpp_web.php#c45786" />
    <title>Comment from k.s.reddy on 2008-01-25</title>
    <author>
        <name>k.s.reddy</name>
        <uri>http://technodata.blogspot.com</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://technodata.blogspot.com">
        <![CDATA[<p>Since Google-acquired Jaiku microblogging platform using XMPP and since Google Android team incorporated XMPP into the source code of Android Mobile OS, XMPP may dominate the future online communication.   </p>]]>
    </content>
    <published>2008-01-25T10:24:33Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2008://1.5503-comment:45787</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2008://1.5503" type="text/html" href="http://www.readwriteweb.com/archives/xmpp_web.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/xmpp_web.php#c45787" />
    <title>Comment from Matt Tucker on 2008-01-25</title>
    <author>
        <name>Matt Tucker</name>
        <uri>http://www.jivesoftware.com</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.jivesoftware.com">
        <![CDATA[<p>I wanted to chime in and agree with the comment Justin made -- I'm not proposing that XMPP replace HTTP by any stretch. :) But, I do think that there's a class of applications like cloud computing where HTTP is running into architectural limits. Still, Marshall gets it right in mentioning the many hurdles that would need to be overcome before truly widespread adoption of XMPP for this use case. Until then, I think there will be more and more individual services created when the pro's greatly outweigh the con's -- as was the case for the cloud features we're building into Clearspace.</p>]]>
    </content>
    <published>2008-01-25T11:38:23Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2008://1.5503-comment:45790</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2008://1.5503" type="text/html" href="http://www.readwriteweb.com/archives/xmpp_web.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/xmpp_web.php#c45790" />
    <title>Comment from Nick Vidal on 2008-01-25</title>
    <author>
        <name>Nick Vidal</name>
        <uri>http://nick.iss.im</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://nick.iss.im">
        <![CDATA[<p><a href="http://iss.im" rel="nofollow">ISS</a> (Instant Syndicating Standards) is a set of open standards that blends the Web and the XMPP in an elegant way. It maps identities and information exchange in both these worlds.  </p>]]>
    </content>
    <published>2008-01-25T12:30:05Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2008://1.5503-comment:45793</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2008://1.5503" type="text/html" href="http://www.readwriteweb.com/archives/xmpp_web.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/xmpp_web.php#c45793" />
    <title>Comment from Martin on 2008-01-25</title>
    <author>
        <name>Martin</name>
        <uri>http://www.devcase.com</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.devcase.com">
        <![CDATA[<p>Nick, that's really interesting! I didn't know about ISS and just wrote <a href="http://www.devcase.com/blog/peer-to-peer-blogging" rel="nofollow">this</a> post . I haven't checked it out yet but ISS seems to be similar to what I was thinking of.</p>]]>
    </content>
    <published>2008-01-25T13:37:13Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2008://1.5503-comment:45797</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2008://1.5503" type="text/html" href="http://www.readwriteweb.com/archives/xmpp_web.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/xmpp_web.php#c45797" />
    <title>Comment from Duncan Lamb on 2008-01-25</title>
    <author>
        <name>Duncan Lamb</name>
        <uri>http://duncanlamb.com/sdba/</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://duncanlamb.com/sdba/">
        <![CDATA[<p>(your openid login thing isn't working, at least for livejournal ids)</p>

<p>Couple of things - first, the key benefit for IM isn't XMPP or protocol definition, it's the inclusion of presence in the experience. The key benefit of this change will be that authentication, and theoritically cross-network communication, will be easier now for AIM users. For example, google's IM uses XMPP, so if the authentication works as documented, you should be able to add AIM contacts in your google IM now (I haven't tested this.</p>

<p>IM bots, or automated clients, have always been "just over the horizon" so to speak, given that nearly everyone uses IM in some fashion, but never has really taken off. I wrote a framework to make bots easily years ago (link on my name above, I think) and it still gets downloads every day, but the people using it are usually hackers trying to do something different, but with little potential. I did make some IM games using the bot for a couple of movies a few years ago, but once again, it never got as viral as anyone hoped. And it was tough to get MSN and AIM to clarify if they would even allow it or not.</p>

<p>I'd look at this as validating a standard, but little else. Nothing new is possible with this change that wasn't possible before (or easier for that matter).</p>]]>
    </content>
    <published>2008-01-25T14:27:20Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2008://1.5503-comment:45800</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2008://1.5503" type="text/html" href="http://www.readwriteweb.com/archives/xmpp_web.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/xmpp_web.php#c45800" />
    <title>Comment from andy simmons on 2008-01-25</title>
    <author>
        <name>andy simmons</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>It would be nice to see something like RSSPing using XMPP.<br />
<a href="http://www.rssping.com/" rel="nofollow">http://www.rssping.com/</a></p>]]>
    </content>
    <published>2008-01-25T16:13:13Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2008://1.5503-comment:45818</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2008://1.5503" type="text/html" href="http://www.readwriteweb.com/archives/xmpp_web.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/xmpp_web.php#c45818" />
    <title>Comment from Massimiliano Mirra on 2008-01-25</title>
    <author>
        <name>Massimiliano Mirra</name>
        <uri>http://hyperstruct.net</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://hyperstruct.net">
        <![CDATA[<p>Integration of XMPP and the web holds a great potential for end-user applications as well, especially when you make XMPP a first-class citizen in the browser&mdash;have at look at the paper of the presentation I did at XTech, <a href="http://2007.xtech.org/public/schedule/detail/97" rel="nofollow">"Real-time user-to-user web with Mozilla and XMPP"</a>, or at its implementation in <a href="http://sameplace.cc/wiki/shared-web-applications" rel="nofollow">SamePlace shared apps</a>.</p>]]>
    </content>
    <published>2008-01-26T07:52:16Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2008://1.5503-comment:45824</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2008://1.5503" type="text/html" href="http://www.readwriteweb.com/archives/xmpp_web.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/xmpp_web.php#c45824" />
    <title>Comment from bedava oyunlar on 2008-01-26</title>
    <author>
        <name>bedava oyunlar</name>
        <uri>http://www.oyunambari.com</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.oyunambari.com">
        <![CDATA[<p>Nick, that's really interesting! I didn't know about ISS and just wrote this post.</p>]]>
    </content>
    <published>2008-01-27T00:14:19Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2008://1.5503-comment:45856</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2008://1.5503" type="text/html" href="http://www.readwriteweb.com/archives/xmpp_web.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/xmpp_web.php#c45856" />
    <title>Comment from Dominiek ter Heide on 2008-01-27</title>
    <author>
        <name>Dominiek ter Heide</name>
        <uri>http://dominiek.com</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://dominiek.com">
        <![CDATA[<p>This is indeed a very nice article! And I think the keyword here should indeed be 'agents'. As we are moving towards autonomous (semi-)intelligent agents we need solutions like XMPP!</p>

<p>Right now I'm building a non-intelligent Twitter service and the only way to do that is integrating with their Jabber bot. This is the first step of machines communicating with machines communicating with humans. I will do an extensive and detailed writeup of how I built this service at the end of this week (with all sourcecode).</p>

<p>The web is indeed screaming for synchronous solutions, that's why we have hacks like JSON, AJAX-polling, juggernaut (javascript push through flash). But I think XMPP for the time being will be used for the rather tightly integrated systems like agent-2-agent, although it is not unthinkable that things will start sprouting in the browser/server space. </p>

<p>Bottom line is that solutions like this are a given when moving from a reactive web to a proactive web!</p>]]>
    </content>
    <published>2008-01-28T05:22:08Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2008://1.5503-comment:46340</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2008://1.5503" type="text/html" href="http://www.readwriteweb.com/archives/xmpp_web.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/xmpp_web.php#c46340" />
    <title>Comment from Aşk şiirleri on 2008-02-07</title>
    <author>
        <name>Aşk şiirleri</name>
        <uri>http://www.hicran.net</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.hicran.net">
        <![CDATA[<p>hi there, my trackbacks does not work. just would like to say thanks for this plugin, appears on my “must-have” list</p>]]>
    </content>
    <published>2008-02-07T18:27:25Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2008://1.5503-comment:46341</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2008://1.5503" type="text/html" href="http://www.readwriteweb.com/archives/xmpp_web.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/xmpp_web.php#c46341" />
    <title>Comment from msn nick on 2008-02-07</title>
    <author>
        <name>msn nick</name>
        <uri>http://www.hicran.net</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.hicran.net">
        <![CDATA[<p>Prima Sache! Man kann auch einfach einen anderen Nutzernamen eingeben und bekommt dann dessen Fotostream.</p>]]>
    </content>
    <published>2008-02-07T18:28:18Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2008://1.5503-comment:46353</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2008://1.5503" type="text/html" href="http://www.readwriteweb.com/archives/xmpp_web.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/xmpp_web.php#c46353" />
    <title>Comment from Oyun on 2008-02-07</title>
    <author>
        <name>Oyun</name>
        <uri>http://www.oyunambari.com</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.oyunambari.com">
        <![CDATA[<p>Nick, that's really interesting! I didn't know about ISS and just wrote this post.Thanks</p>]]>
    </content>
    <published>2008-02-07T21:48:44Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2008://1.5503-comment:46476</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2008://1.5503" type="text/html" href="http://www.readwriteweb.com/archives/xmpp_web.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/xmpp_web.php#c46476" />
    <title>Comment from sascha on 2008-02-10</title>
    <author>
        <name>sascha</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>receiver magazine  -at the intersection of communication technologies, pioneer thinking and digital playfulness</p>

<p>See more under: <a href="http://www.receiver.vodafone.com" rel="nofollow">http://www.receiver.vodafone.com</a></p>]]>
    </content>
    <published>2008-02-10T19:05:37Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2008://1.5503-comment:46707</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2008://1.5503" type="text/html" href="http://www.readwriteweb.com/archives/xmpp_web.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/xmpp_web.php#c46707" />
    <title>Comment from Msn nick on 2008-02-13</title>
    <author>
        <name>Msn nick</name>
        <uri>http://www.hicran.net</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.hicran.net">
        <![CDATA[<p>ty admin</p>]]>
    </content>
    <published>2008-02-13T19:22:49Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2008://1.5503-comment:46840</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2008://1.5503" type="text/html" href="http://www.readwriteweb.com/archives/xmpp_web.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/xmpp_web.php#c46840" />
    <title>Comment from Dominiek ter Heide on 2008-02-15</title>
    <author>
        <name>Dominiek ter Heide</name>
        <uri>http://dominiek.com</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://dominiek.com">
        <![CDATA[<p><br />
Here's a practical followup on this story:</p>

<p><a href="http://dominiek.com/articles/2008/2/15/how-to-build-a-twitter-agent" rel="nofollow">http://dominiek.com/articles/2008/2/15/how-to-build-a-twitter-agent</a></p>]]>
    </content>
    <published>2008-02-15T11:25:16Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2008://1.5503-comment:46936</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2008://1.5503" type="text/html" href="http://www.readwriteweb.com/archives/xmpp_web.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/xmpp_web.php#c46936" />
    <title>Comment from Hicran Dizisi Kanal 7 on 2008-02-16</title>
    <author>
        <name>Hicran Dizisi Kanal 7</name>
        <uri>http://www.hicran.net</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.hicran.net">
        <![CDATA[<p>thanks admin</p>]]>
    </content>
    <published>2008-02-16T20:18:48Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2008://1.5503-comment:46939</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2008://1.5503" type="text/html" href="http://www.readwriteweb.com/archives/xmpp_web.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/xmpp_web.php#c46939" />
    <title>Comment from Hicran Dizisi Kanal 7 on 2008-02-16</title>
    <author>
        <name>Hicran Dizisi Kanal 7</name>
        <uri>http://www.hicran.net</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.hicran.net">
        <![CDATA[<p>thanks admin veri nice</p>]]>
    </content>
    <published>2008-02-16T21:25:17Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2008://1.5503-comment:46952</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2008://1.5503" type="text/html" href="http://www.readwriteweb.com/archives/xmpp_web.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/xmpp_web.php#c46952" />
    <title>Comment from sinema izle on 2008-02-16</title>
    <author>
        <name>sinema izle</name>
        <uri>http://www.herseybendevar.com/</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.herseybendevar.com/">
        <![CDATA[<p>thank you rww :)</p>]]>
    </content>
    <published>2008-02-17T01:56:05Z</published>
  </entry>

</feed>