'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)));
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()