aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2017-10-23 21:03:18 -0700
committerzotlabs <mike@macgirvin.com>2017-10-23 21:19:40 -0700
commit2aff3a1a05d7249a69115938c239a91658777e39 (patch)
tree2e28850db2cd6680d8c36679a7c35c545f3da1ad /Zotlabs/Module
parent52c1f79f2ec2ac4c417e8cca2008565891a5a0f6 (diff)
downloadvolse-hubzilla-2aff3a1a05d7249a69115938c239a91658777e39.tar.gz
volse-hubzilla-2aff3a1a05d7249a69115938c239a91658777e39.tar.bz2
volse-hubzilla-2aff3a1a05d7249a69115938c239a91658777e39.zip
not sure when but the hcard went missing in webfinger
Diffstat (limited to 'Zotlabs/Module')
-rw-r--r--Zotlabs/Module/Wfinger.php7
1 files changed, 7 insertions, 0 deletions
diff --git a/Zotlabs/Module/Wfinger.php b/Zotlabs/Module/Wfinger.php
index 9db95f181..753721d27 100644
--- a/Zotlabs/Module/Wfinger.php
+++ b/Zotlabs/Module/Wfinger.php
@@ -165,6 +165,13 @@ class Wfinger extends \Zotlabs\Web\Controller {
],
[
+ 'rel' => 'http://microformats.org/profile/hcard',
+ 'type' => 'text/html',
+ 'href' => z_root() . '/hcard/' . $r[0]['channel_address']
+ ],
+
+
+ [
'rel' => 'http://webfinger.net/rel/profile-page',
'href' => z_root() . '/profile/' . $r[0]['channel_address'],
],