<?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:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>notizBlog &#187; AOL</title>
	<atom:link href="http://notizblog.org/tag/aol/feed/" rel="self" type="application/rss+xml" />
	<link>http://notizblog.org</link>
	<description>a weblog about the open, portable, social, synaptic, semantic, structured, distributed, decentralized, microformatted and federated social web</description>
	<lastBuildDate>Mon, 23 Jan 2012 10:31:06 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<atom:link rel="search"
           href="http://notizblog.org/opensearch"
           type="application/opensearchdescription+xml"
           title="Content Search" /><atom:link rel="hub" href="http://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="http://superfeedr.com/hubbub"/><cloud domain='notizblog.org' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<atom:link rel='salmon' href='http://notizblog.org/?salmon=endpoint'/><atom:link rel='http://salmon-protocol.org/ns/salmon-replies' href='http://notizblog.org/?salmon=endpoint'/><atom:link rel='http://salmon-protocol.org/ns/salmon-mention' href='http://notizblog.org/?salmon=endpoint'/>		<item>
		<title>OpenWeb-Notizen: Mozilla, Thunderbird, AOL, Webfinger</title>
		<link>http://notizblog.org/2010/08/11/openweb-notizen-mozilla-thunderbird-aol-webfinger/</link>
		<comments>http://notizblog.org/2010/08/11/openweb-notizen-mozilla-thunderbird-aol-webfinger/#comments</comments>
		<pubDate>Wed, 11 Aug 2010 18:26:51 +0000</pubDate>
		<dc:creator>Matthias Pfefferle</dc:creator>
				<category><![CDATA[Open Web]]></category>
		<category><![CDATA[OpenWeb Notizen]]></category>
		<category><![CDATA[AOL]]></category>
		<category><![CDATA[federated social web]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[HTML5]]></category>
		<category><![CDATA[Mozilla]]></category>
		<category><![CDATA[Thunderbird]]></category>
		<category><![CDATA[Webfinger]]></category>
		<category><![CDATA[XAuth]]></category>

		<guid isPermaLink="false">http://notizblog.org/?p=3129</guid>
		<description><![CDATA[Letztes Mal sind die Notizen dank zu viel Arbeit und StarCraft II leider ausgefallen, aber das wird nicht einrei&#223;en&#8230; hoffe ich zumindest Der Browser und das Federated Web Ein gro&#223;es Problem im dezentralen Web: Der gemeine User kann nichts mit Identifiern anfangen, weder mit URLs (wie es NoseRub versucht hat) noch mit E-Mail Adressen (wie [...]]]></description>
			<content:encoded><![CDATA[<p>Letztes Mal sind die <em>Notizen</em> dank <em>zu viel Arbeit</em> und <em>StarCraft II</em> leider ausgefallen, aber das wird nicht einrei&#223;en&#8230; hoffe ich zumindest <img src='http://notizblog.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><strong>Der Browser und das <em>Federated Web</em></strong><br />
Ein gro&#223;es Problem im dezentralen Web: Der gemeine User kann nichts mit <em>Identifiern</em> anfangen, weder mit URLs (wie es NoseRub versucht hat) noch mit E-Mail Adressen (wie es Status.Net mit Webfinger versucht). Austin King zeigt auf <em>Mozilla Webdev</em> wie man dem, mit Hilfe des Browsers und der JavaScript Methoden <em>registerProtocolHandler</em> und <em>postMessage</em>, entgegen wirken kann. <a href="http://xauth.org">XAuth</a> funktioniert &#252;brigens nach einem &#228;hnlichen Prinzip.</p>
<p>&raquo; <a href="http://blog.mozilla.com/webdev/2010/07/26/registerprotocolhandler-enhancing-the-federated-web/">RegisterProtocolHandler Enhancing the Federated Web</a></p>
<p><strong>Thunderbird Contacts</strong><br />
Endlich gibt es das <em>Contacts</em>-Addon auch f&#252;r den Thunerbird, denn da geh&#246;ren sie ja auch hin.</p>
<blockquote><p>The goal of add-on is to experiment in evolving the address book of Thunderbird beyond what it currently is today. Thunderbird Contacts isn’t a standalone address book, instead it understands that your contacts live on the web as much as they do inside Thunderbird. The add-on can pull in contact data from various services where your contacts already exist.</p></blockquote>
<p>&raquo; <a href="http://mozillalabs.com/messaging/2010/08/04/thunderbird-contacts/" rel="bookmark">Thunderbird Contacts</a></p>
<p><strong>AOL und der Webfinger</strong><br />
AOL implementiert Webfinger f&#252;r <em>@aol.com</em> und <em>@aim.com</em>.</p>
<pre class="brush: xml;">&lt;?xml version='1.0' encoding='UTF-8'?&gt;
&lt;XRD xmlns='http://docs.oasis-open.org/ns/xri/xrd-1.0'&gt;
    &lt;!-- Host-wide Information --&gt;
    &lt;Link rel='http://specs.openid.net/auth/2.0/provider' href='https://api.screenname.aol.com/auth/openidServer'&gt;
        &lt;Title&gt;OpenID 2.0 Provider&lt;/Title&gt;
    &lt;/Link&gt;
    &lt;!-- Resource-specific Information --&gt;
    &lt;Link rel='lrdd' template='https://api.screenname.aol.com/auth/describe?uri={uri}'&gt;
        &lt;Title&gt;Resource Descriptor&lt;/Title&gt;
    &lt;/Link&gt;
&lt;/XRD&gt;
</pre>
<p>&raquo; <a href="http://practicalid.blogspot.com/2010/08/webfinger-enabled-for-aolcom.html" rel="bookmark">Webfinger enabled for @aol.com</a></p>

<div class="social-buttons">
  <a class="FlattrButton" style="display:none;"
     title="OpenWeb-Notizen: Mozilla, Thunderbird, AOL, Webfinger"
     data-flattr-button="compact"
     data-flattr-uid="pfefferle"
     data-flattr-category="text"
     data-flattr-language="de_DE"
     href="http://notizblog.org/2010/08/11/openweb-notizen-mozilla-thunderbird-aol-webfinger/"
     rel="donation payment">Flattr this!</a>

  <div class="g-plusone" data-size="medium" data-lang="de-DE" data-href="http://notizblog.org/2010/08/11/openweb-notizen-mozilla-thunderbird-aol-webfinger/"></div>
</div>]]></content:encoded>
			<wfw:commentRss>http://notizblog.org/2010/08/11/openweb-notizen-mozilla-thunderbird-aol-webfinger/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
	</item>
		<item>
		<title>AOL will XMPP/Jabber einsetzen?</title>
		<link>http://notizblog.org/2008/01/18/aol-will-xmppjabber-einsetzen/</link>
		<comments>http://notizblog.org/2008/01/18/aol-will-xmppjabber-einsetzen/#comments</comments>
		<pubDate>Fri, 18 Jan 2008 19:57:45 +0000</pubDate>
		<dc:creator>Matthias Pfefferle</dc:creator>
				<category><![CDATA[Open Web]]></category>
		<category><![CDATA[AOL]]></category>
		<category><![CDATA[DataPortability]]></category>
		<category><![CDATA[Jabber]]></category>
		<category><![CDATA[XMPP]]></category>

		<guid isPermaLink="false">http://notizblog.org/2008/01/18/aol-will-xmppjabber-einsetzen/</guid>
		<description><![CDATA[Nach einem Blog-Eintrag von Florian Jensen will AOL f&#252;r seinen Instant Messenger (kurz IM) AIM, zuk&#252;nftig auf XMPP (oder auch Jabber) setzen. Eine Anleitung im Jabber Wiki erkl&#228;rt die Schritte: JIDs like uin@aol.com or username@aol.com Host: xmpp.oscar.aol.com : 5222 Allow SASL PLAIN Turn on StartTLS Make sure there is no &#8216;@&#8217; in the resource (bug [...]]]></description>
			<content:encoded><![CDATA[<p>Nach einem <a href="http://florianjensen.com/2008/01/17/aol-adopting-xmpp-aka-jabber/">Blog-Eintrag</a> von Florian Jensen will <a href="http://www.aol.com">AOL</a> f&#252;r seinen Instant Messenger (kurz IM) <a href="http://www.aol.de/AIM/"><abbr title="AOL Instant Messenger">AIM</abbr></a>, zuk&#252;nftig auf <abbr title="Extensible Messaging and Presence Protocol">XMPP</abbr> (oder auch <a href="http://www.jabber.org/">Jabber</a>) setzen.</p>
<p>Eine Anleitung im <a href="http://wiki.jabber.org/index.php/AOL_Alpha">Jabber Wiki</a> erkl&#228;rt die Schritte:</p>
<ol>
<li>JIDs like uin@aol.com or username@aol.com</li>
<li>Host: xmpp.oscar.aol.com : 5222</li>
<li>Allow SASL PLAIN</li>
<li>Turn on StartTLS</li>
<li>Make sure there is no &#8216;@&#8217; in the resource (bug in the service). Some clients by default add a resource with an @ in it. So you have to overwrite this</li>
</ol>
<p>Ich hab das ganze mal mit <a href="http://www.adiumx.com/">Adium</a> ausprobiert und mit folgende Einstellungen sollte es funktionieren:</p>
<p><img src="http://notizblog.org/wp-content/uploads/2008/01/aol-jabber-adium.jpg" alt="aol-jabber-adium.jpg" border="0" width="480" height="326" /></p>
<p>Das ganze l&#228;uft noch etwas holprig, aber nach ein paar Versuchen hab ich&#8217;s dann doch geschafft zu verbinden.</p>
<p><img src="http://notizblog.org/wp-content/uploads/2008/01/aol-jabber-online.jpg" alt="aol-jabber-online.jpg" border="0" width="480" height="97" /></p>
<p>Vorerst kann man nur anderen AIM-Usern Nachrichten schreiben, aber das wird wohl daran liegen dass der Server noch Beta ist.</p>
<p>W&#228;re sch&#246;n wenn AOL XMPP weiter ausbauen w&#252;rde, um nach dem Einsatz von <a href="http://www.notsorelevant.com/2007-02-15/openid-now-with-aol-support/">OpenID</a> einen weiteren gro&#223;en Schritt in Richtung <a href="http://dataportability.org">DataPortability</a> zu gehen.<br />
Wenn jetzt auch noch Yahoo! und Microsoft auf den <em>Offenen Standard</em> umsteigen w&#252;rden, k&#246;nnte man in Zukunft vielleicht &#252;ber einen Account mit ICQ, AIM, Y! Messenger und MSN Nutzern in Kontakt zu treten.</p>
<p>Weiterf&#252;hrende Links:</p>
<ul>
<li><a href="http://digg.com/software/AOL_ICQ_are_adopting_the_open_source_technology_Jabber">Die original Story bei DIGG</a></li>
</ul>

<div class="social-buttons">
  <a class="FlattrButton" style="display:none;"
     title="AOL will XMPP/Jabber einsetzen?"
     data-flattr-button="compact"
     data-flattr-uid="pfefferle"
     data-flattr-category="text"
     data-flattr-language="de_DE"
     href="http://notizblog.org/2008/01/18/aol-will-xmppjabber-einsetzen/"
     rel="donation payment">Flattr this!</a>

  <div class="g-plusone" data-size="medium" data-lang="de-DE" data-href="http://notizblog.org/2008/01/18/aol-will-xmppjabber-einsetzen/"></div>
</div>]]></content:encoded>
			<wfw:commentRss>http://notizblog.org/2008/01/18/aol-will-xmppjabber-einsetzen/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:thumbnail url="http://notizblog.org/wp-content/uploads/2008/01/aol-jabber-adium.jpg" />
		<media:content url="http://notizblog.org/wp-content/uploads/2008/01/aol-jabber-adium.jpg" medium="image">
			<media:title type="html">aol-jabber-adium.jpg</media:title>
		</media:content>
		<media:content url="http://notizblog.org/wp-content/uploads/2008/01/aol-jabber-online.jpg" medium="image">
			<media:title type="html">aol-jabber-online.jpg</media:title>
		</media:content>
	</item>
	</channel>
</rss>

