]> git.mxchange.org Git - friendica.git/blobdiff - view/templates/xrd_person.tpl
Replace deprecated System::baseURL with App->getBaseUrl in Module\Profile
[friendica.git] / view / templates / xrd_person.tpl
index 89cf6dba1e3b52675bae7f4112497d3e8ad338cd..578698b46b9a479265e8a1985f6c2ca3e770867c 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"
@@ -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>