Diaspora public key published in WebFinger
This commit is contained in:
@@ -1320,6 +1320,8 @@ class OStatusPlugin extends Plugin
|
||||
if ($magicsig instanceof Magicsig) {
|
||||
$xrd->links[] = new XML_XRD_Element_Link(Magicsig::PUBLICKEYREL,
|
||||
'data:application/magic-public-key,'. $magicsig->toString());
|
||||
$xrd->links[] = new XML_XRD_Element_Link(Magicsig::DIASPORA_PUBLICKEYREL,
|
||||
base64_encode($magicsig->exportPublicKey()));
|
||||
}
|
||||
|
||||
// TODO - finalize where the redirect should go on the publisher
|
||||
|
Reference in New Issue
Block a user