add salmon key param

This commit is contained in:
redmatrix 2016-02-22 16:20:19 -08:00
parent 9db1148650
commit 3bde7b8f18
2 changed files with 6 additions and 1 deletions

View File

@ -106,6 +106,11 @@ function wfinger_init(&$a) {
array(
'rel' => 'http://purl.org/zot/protocol',
'href' => z_root() . '/.well-known/zot-info' . '?address=' . $r[0]['xchan_addr'],
),
array(
'rel' => 'magic-public-key',
'href' => 'data:application/magic-public-key,' . salmon_key($r[0]['channel_pubkey']),
)
);

View File

@ -1 +1 @@
2016-02-21.1314H
2016-02-22.1315H