<?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>Will Norris &#187; xfn</title>
	<atom:link href="http://willnorris.com/tag/xfn/feed" rel="self" type="application/rss+xml" />
	<link>http://willnorris.com</link>
	<description>there&#039;s more to life than this</description>
	<lastBuildDate>Sun, 05 Feb 2012 17:41:44 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4-alpha-19719</generator>
<creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/3.0/</creativeCommons:license>
		<item>
		<title>OpenID delegation and XFN</title>
		<link>http://willnorris.com/2007/10/openid-delegation-and-xfn</link>
		<comments>http://willnorris.com/2007/10/openid-delegation-and-xfn#comments</comments>
		<pubDate>Fri, 12 Oct 2007 19:51:34 +0000</pubDate>
		<dc:creator>Will Norris</dc:creator>
				<category><![CDATA[identity]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[openid]]></category>
		<category><![CDATA[xfn]]></category>
		<category><![CDATA[yadis]]></category>

		<guid isPermaLink="false">http://willnorris.com/2007/10/openid-delegation-and-xfn</guid>
		<description><![CDATA[I contacted the FreeYourID folks earlier this week to ask them about adding an XFN link to my forwarding page at will.norris.name. They seemed receptive to the idea and should hopefully be adding that soon. I was then telling Chris Messina about it and I think he misunderstood me, but in the process got me [...]]]></description>
			<content:encoded><![CDATA[<p>I contacted the <a href="http://freeyourid.com/">FreeYourID</a> folks earlier this week to ask them about adding an XFN link to my forwarding page at <a href="http://will.norris.name/">will.norris.name</a>.  They seemed receptive to the idea and should hopefully be adding that soon.  I was then telling <a href="http://factoryjoe.com/blog/">Chris Messina</a> about it and I think he misunderstood me, but in the process got me thinking.  You see, FreeYourID does delegate OpenIDs off to <a href="http://myopenid.com/">MyOpenID</a>, but the <code>openid.delegate</code> is the same as your FreeYourID URL.  In addition to this, they have a meta refresh tag to forward web traffic to a site of your choosing (<a href="http://claimid.com/willnorris">claimID</a> in my case).  I was asking for a <code>rel="me"</code> link for this forwarded URL be added.</p>

<p>But what about OpenID delegate URLs?  Is there ever a case when it does <strong>not</strong> make sense to add <code>rel="me"</code> to an OpenID delegate?  I can&#8217;t imagine that there is, since the very act of delegating is saying &#8220;this is my ID over at this other service&#8221;.  With that in mind, I propose that openid delegates always include <code>rel="me"</code> in addition to <code>rel="openid.delegate"</code>.  Rel is a space delimited multi-valued attribute, and I&#8217;ve successfully tested a couple of different services.  Here&#8217;s a concrete example of my OpenID delegation links here on willnorris.com&#8230;</p>

<pre><code>&lt;link rel="openid.server" href="http://www.myopenid.com/server" /&gt;
&lt;link rel="openid.delegate me" href="http://will.norris.name/" /&gt; 
</code></pre>

<p>I will be updating my <a href="http://willnorris.com/projects/wp-yadis/">yadis plugin</a> to behave in this manner as well.</p>
]]></content:encoded>
			<wfw:commentRss>http://willnorris.com/2007/10/openid-delegation-and-xfn/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

