bad merge.. cleaning up missing webfinger bits

This commit is contained in:
James Walker 2010-02-26 03:43:35 -05:00
parent 22062b665e
commit d1256b547f
2 changed files with 3 additions and 2 deletions

View File

@ -66,7 +66,7 @@ class XrdAction extends Action
'type' => 'application/atom+xml');
// hCard
$xrd->links[] = array('rel' => Webfinger::HCARD,
$xrd->links[] = array('rel' => Discovery::HCARD,
'type' => 'text/html',
'href' => common_local_url('hcard', array('nickname' => $nick)));

View File

@ -39,7 +39,8 @@ class Discovery
const LRDD_REL = 'lrdd';
const PROFILEPAGE = 'http://webfinger.net/rel/profile-page';
const UPDATESFROM = 'http://schemas.google.com/g/2010#updates-from';
const HCARD = 'http://microformats.org/profile/hcard';
public $methods = array();
public function __construct()