<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en-us" xmlns="http://www.w3.org/2005/Atom"><title>Simon Willison's Weblog: xmpp</title><link href="http://simonwillison.net/" rel="alternate"/><link href="http://simonwillison.net/tags/xmpp.atom" rel="self"/><id>http://simonwillison.net/</id><updated>2009-02-09T19:00:38+00:00</updated><author><name>Simon Willison</name></author><entry><title>Google App Engine: A roadmap update!</title><link href="https://simonwillison.net/2009/Feb/9/xmpp/#atom-tag" rel="alternate"/><published>2009-02-09T19:00:38+00:00</published><updated>2009-02-09T19:00:38+00:00</updated><id>https://simonwillison.net/2009/Feb/9/xmpp/#atom-tag</id><summary type="html">
    
&lt;p&gt;&lt;strong&gt;&lt;a href="http://googleappengine.blogspot.com/2009/02/roadmap-update.html"&gt;Google App Engine: A roadmap update!&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
Receiving e-mail, background tasks and XMPP. I predict a bunch of sites will start building small parts of their overall functionality on App Engine when some of these features land (much easier than hosting your own custom XMPP server).


    &lt;p&gt;Tags: &lt;a href="https://simonwillison.net/tags/cloud-computing"&gt;cloud-computing&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/email"&gt;email&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/google"&gt;google&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/google-app-engine"&gt;google-app-engine&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/python"&gt;python&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/xmpp"&gt;xmpp&lt;/a&gt;&lt;/p&gt;



</summary><category term="cloud-computing"/><category term="email"/><category term="google"/><category term="google-app-engine"/><category term="python"/><category term="xmpp"/></entry><entry><title>View your FriendFeed in real-time</title><link href="https://simonwillison.net/2008/Oct/16/friendfeed/#atom-tag" rel="alternate"/><published>2008-10-16T14:06:16+00:00</published><updated>2008-10-16T14:06:16+00:00</updated><id>https://simonwillison.net/2008/Oct/16/friendfeed/#atom-tag</id><summary type="html">
    
&lt;p&gt;&lt;strong&gt;&lt;a href="http://blog.friendfeed.com/2008/10/view-your-friendfeed-in-real-time.html"&gt;View your FriendFeed in real-time&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
FriendFeed become the latest site to enable real-time updates using the long-polling variant of Comet. The real-time Web was something of a theme at this year’s FOWA, with talks on message queues, XMPP and scaling Comet at Meebo.


    &lt;p&gt;Tags: &lt;a href="https://simonwillison.net/tags/comet"&gt;comet&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/fowa2008"&gt;fowa2008&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/friendfeed"&gt;friendfeed&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/meebo"&gt;meebo&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/realtimeweb"&gt;realtimeweb&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/xmpp"&gt;xmpp&lt;/a&gt;&lt;/p&gt;



</summary><category term="comet"/><category term="fowa2008"/><category term="friendfeed"/><category term="meebo"/><category term="realtimeweb"/><category term="xmpp"/></entry><entry><title>Quick OAuth Notes</title><link href="https://simonwillison.net/2008/Jul/23/xmpp/#atom-tag" rel="alternate"/><published>2008-07-23T18:14:38+00:00</published><updated>2008-07-23T18:14:38+00:00</updated><id>https://simonwillison.net/2008/Jul/23/xmpp/#atom-tag</id><summary type="html">
    
&lt;p&gt;&lt;strong&gt;&lt;a href="https://stpeter.im/?p=2228"&gt;Quick OAuth Notes&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
Yesterday’s XMPP Summit resulted in a proposed standard for using OAuth to authenticate XMPP streams.


    &lt;p&gt;Tags: &lt;a href="https://simonwillison.net/tags/oauth"&gt;oauth&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/xmpp"&gt;xmpp&lt;/a&gt;&lt;/p&gt;



</summary><category term="oauth"/><category term="xmpp"/></entry><entry><title>Independence Day: HTML5 WebSocket Liberates Comet From Hacks</title><link href="https://simonwillison.net/2008/Jul/4/comet/#atom-tag" rel="alternate"/><published>2008-07-04T09:54:55+00:00</published><updated>2008-07-04T09:54:55+00:00</updated><id>https://simonwillison.net/2008/Jul/4/comet/#atom-tag</id><summary type="html">
    
&lt;p&gt;&lt;strong&gt;&lt;a href="http://cometdaily.com/2008/07/04/html5-websocket/"&gt;Independence Day: HTML5 WebSocket Liberates Comet From Hacks&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
The HTML5 spec now includes WebSocket, a TCP-style persistent socket mechanism between client and server using an HTTP handshake to work around firewalls. The Orbited comet implementation provides a WebSocket compatible API to existing browsers today, and can also act as a firewall/proxy between WebSocket and regular TCP sockets, allowing browsers to talk to things like XMPP servers using Orbited to bridge the gap.


    &lt;p&gt;Tags: &lt;a href="https://simonwillison.net/tags/comet"&gt;comet&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/html5"&gt;html5&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/orbited"&gt;orbited&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/sockets"&gt;sockets&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/tcpsocket"&gt;tcpsocket&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/websockets"&gt;websockets&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/xmpp"&gt;xmpp&lt;/a&gt;&lt;/p&gt;



</summary><category term="comet"/><category term="html5"/><category term="orbited"/><category term="sockets"/><category term="tcpsocket"/><category term="websockets"/><category term="xmpp"/></entry><entry><title>XMPP OpenID server</title><link href="https://simonwillison.net/2007/Jan/20/xmpp/#atom-tag" rel="alternate"/><published>2007-01-20T23:24:40+00:00</published><updated>2007-01-20T23:24:40+00:00</updated><id>https://simonwillison.net/2007/Jan/20/xmpp/#atom-tag</id><summary type="html">
    
&lt;p&gt;&lt;strong&gt;&lt;a href="http://openid.xmpp.za.net/"&gt;XMPP OpenID server&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
An OpenID provider that sends you a Jabber message when you try to log in, to help guard against phishing.


    &lt;p&gt;Tags: &lt;a href="https://simonwillison.net/tags/openid"&gt;openid&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/phishing"&gt;phishing&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/xmpp"&gt;xmpp&lt;/a&gt;&lt;/p&gt;



</summary><category term="openid"/><category term="phishing"/><category term="xmpp"/></entry></feed>