diff options
author | redmatrix <git@macgirvin.com> | 2016-03-22 19:58:59 -0700 |
---|---|---|
committer | redmatrix <git@macgirvin.com> | 2016-03-22 19:58:59 -0700 |
commit | 6f2ba0c6193a229b3f371de2cae7b314927d4cbb (patch) | |
tree | d3f0580d276174b8de9279ac067023f0bcf9d366 /view/tpl | |
parent | 51a840f46a71800c5ce8111dacc2c4e1bbbe0b1a (diff) | |
download | volse-hubzilla-6f2ba0c6193a229b3f371de2cae7b314927d4cbb.tar.gz volse-hubzilla-6f2ba0c6193a229b3f371de2cae7b314927d4cbb.tar.bz2 volse-hubzilla-6f2ba0c6193a229b3f371de2cae7b314927d4cbb.zip |
rewrite the webfinger discovery logic
Diffstat (limited to 'view/tpl')
-rwxr-xr-x | view/tpl/xrd_person.tpl | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/view/tpl/xrd_person.tpl b/view/tpl/xrd_person.tpl index 754eb3944..93fdcb1df 100755 --- a/view/tpl/xrd_person.tpl +++ b/view/tpl/xrd_person.tpl @@ -2,7 +2,10 @@ <XRD xmlns="http://docs.oasis-open.org/ns/xri/xrd-1.0"> <Subject>{{$accturi}}</Subject> - + {{if $aliases}}{{foreach $aliases as $a}} + <Alias>{{$a}}</Alias> + {{/foreach}}{{/if}} + <Link rel="http://schemas.google.com/g/2010#updates-from" type="application/atom+xml" href="{{$atom}}" /> |