aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module/Wfinger.php
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2018-11-08 19:24:02 -0800
committerzotlabs <mike@macgirvin.com>2018-11-08 19:24:02 -0800
commit22b3ddab66f128ca05a42ebfccda0964bddd7509 (patch)
tree93b18472ca5e98e19d85a3b3212b30848e9b454f /Zotlabs/Module/Wfinger.php
parent3fe2491b737375e7c616c47366d5ab6f1c4fb851 (diff)
downloadvolse-hubzilla-22b3ddab66f128ca05a42ebfccda0964bddd7509.tar.gz
volse-hubzilla-22b3ddab66f128ca05a42ebfccda0964bddd7509.tar.bz2
volse-hubzilla-22b3ddab66f128ca05a42ebfccda0964bddd7509.zip
refresh packets
Diffstat (limited to 'Zotlabs/Module/Wfinger.php')
-rw-r--r--Zotlabs/Module/Wfinger.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/Zotlabs/Module/Wfinger.php b/Zotlabs/Module/Wfinger.php
index 1866bce40..e4591df12 100644
--- a/Zotlabs/Module/Wfinger.php
+++ b/Zotlabs/Module/Wfinger.php
@@ -205,6 +205,12 @@ class Wfinger extends \Zotlabs\Web\Controller {
],
[
+ 'rel' => 'http://purl.org/zot/protocol/6.0',
+ 'type' => 'application/x-zot+json',
+ 'href' => channel_url($r[0])
+ ],
+
+ [
'rel' => 'http://purl.org/openwebauth/v1',
'type' => 'application/x-zot+json',
'href' => z_root() . '/owa',