]> git.mxchange.org Git - friendica.git/blobdiff - view/templates/xrd_person.tpl
Merge branch '2021.03-rc' into copyright-2021
[friendica.git] / view / templates / xrd_person.tpl
index 89cf6dba1e3b52675bae7f4112497d3e8ad338cd..0fb81b09caed59f8228ac45efcd678d981fc4868 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <XRD xmlns="http://docs.oasis-open.org/ns/xri/xrd-1.0"> 
        <Subject>{{$accturi}}</Subject>
-       <Alias>{{$profile_url}}</Alias>
+       <Alias>{{$profile_url}}</Alias>
        <Alias>{{$alias}}</Alias>
  
     <Link rel="http://purl.org/macgirvin/dfrn/1.0"
@@ -18,7 +18,7 @@
     <Link rel="http://portablecontacts.net/spec/1.0"
           href="{{$poco_url}}" />
     <Link rel="http://webfinger.net/rel/avatar"
-          type="image/jpeg"
+          type="{{$type}}"
           href="{{$photo}}" />
     <Link rel="http://joindiaspora.com/seed_location"
           type="text/html"
@@ -33,4 +33,7 @@
           template="{{$subscribe}}" />
     <Link rel="magic-public-key" 
           href="{{$modexp}}" />
+    <Link rel="http://purl.org/openwebauth/v1"
+          type="application/x-zot+json"
+          href="{{$openwebauth}}" />
 </XRD>