Skip to content

Commit

Permalink
Adds Webfinger support, let's see if this works...
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Bleigh committed Feb 12, 2010
1 parent cf26bb5 commit 71e25c8
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .well-known/host-meta
Original file line number Original file line Diff line number Diff line change
@@ -0,0 +1,10 @@
<?xml version='1.0' encoding='UTF-8'?>
<!-- NOTE: this host-meta end-point is a pre-alpha work in progress. Don't rely on it. -->
<XRD xmlns='http://docs.oasis-open.org/ns/xri/xrd-1.0'
xmlns:hm='http://host-meta.net/xrd/1.0'>
<hm:Host xmlns='http://host-meta.net/xrd/1.0'>mbleigh.com</hm:Host>
<Link rel='lrdd'
template='http://mbleigh.com/webfinger/{uri}'>
<Title>Resource Descriptor</Title>
</Link>
</XRD>
13 changes: 13 additions & 0 deletions webfinger/acct:mbleigh@mbleigh.com
Original file line number Original file line Diff line number Diff line change
@@ -0,0 +1,13 @@
<?xml version='1.0'?>
<XRD xmlns='http://docs.oasis-open.org/ns/xri/xrd-1.0'>
<Subject>acct:mbleigh@mbleigh.com</Subject>
<Alias>http://www.google.com/profiles/mbleigh</Alias>
<Link rel='http://portablecontacts.net/spec/1.0' href='http://www-opensocial.googleusercontent.com/api/people/'/>
<Link rel='http://webfinger.net/rel/profile-page' href='http://www.google.com/profiles/mbleigh' type='text/html'/>
<Link rel='http://microformats.org/profile/hcard' href='http://www.google.com/profiles/mbleigh' type='text/html'/>
<Link rel='http://gmpg.org/xfn/11' href='http://www.google.com/profiles/mbleigh' type='text/html'/>
<Link rel='http://specs.openid.net/auth/2.0/provider' href='http://www.google.com/profiles/mbleigh'/>
<Link rel='describedby' href='http://www.google.com/profiles/mbleigh' type='text/html'/>
<Link rel='describedby' href='http://s2.googleusercontent.com/webfinger/?q=acct%3Ambleigh%40gmail.com&amp;fmt=foaf' type='application/rdf+xml'/>
<Link rel='http://schemas.google.com/g/2010#updates-from' href='http://buzz.googleapis.com/feeds/100660544095714416357/public/posted' type='application/atom+xml'/>
</XRD>

0 comments on commit 71e25c8

Please sign in to comment.