]> git.mxchange.org Git - friendica.git/blobdiff - view/templates/xrd_person.tpl
api: fix `friendica/notification/seen` api call
[friendica.git] / view / templates / xrd_person.tpl
index 89cf6dba1e3b52675bae7f4112497d3e8ad338cd..aa402b1a8fcd8ec31715e8fc91814d608a55409a 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-dfrn+json"
+          href="{{$openwebauth}}" />
 </XRD>