diff options
author | Friendika <info@friendika.com> | 2011-09-27 06:50:18 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-09-27 06:50:18 -0700 |
commit | 75af366122fa472c28a4105553646c53ec0a16e7 (patch) | |
tree | 27a69031074cfd460073c0ceec797b7cc07c3f5e /view/xrd_person.tpl | |
parent | 59525e1e321d4cdac668bfc79dd5de0962ab5f56 (diff) | |
download | volse-hubzilla-75af366122fa472c28a4105553646c53ec0a16e7.tar.gz volse-hubzilla-75af366122fa472c28a4105553646c53ec0a16e7.tar.bz2 volse-hubzilla-75af366122fa472c28a4105553646c53ec0a16e7.zip |
zot/salmon new key format for batch keys
Diffstat (limited to 'view/xrd_person.tpl')
-rw-r--r-- | view/xrd_person.tpl | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/view/xrd_person.tpl b/view/xrd_person.tpl index 7373499bf..2b5af3d0d 100644 --- a/view/xrd_person.tpl +++ b/view/xrd_person.tpl @@ -5,7 +5,7 @@ <Alias>$accturi</Alias> <Alias>$profile_url</Alias> - <Link rel="http://purl.org/zot/1.0/post" + <Link rel="http://purl.org/zot/1.0/post/$nick" href="$zot_post" /> <Property xmlns:zot="http://purl.og/zot/1.0" @@ -40,4 +40,8 @@ <Link rel="magic-public-key" href="$modexp" /> + <Property xmlns:mk="http://salmon-protocol.org/ns/magic-key" + type="http://salmon-protocol.org/ns/magic-key" + mk:key_id="1">$bigkey</Property> + </XRD> |