X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2F_well_known.php;h=407fc756a931fef7cfe0a39adc79816def46b1b6;hb=9de0d354506fdb20929e68d10cf3680181d4382c;hp=c5bee3fdad4b49280b6f9543353fbe5a5524df50;hpb=74e189039ad5ccbe33290c48302b68e793261ea1;p=friendica.git diff --git a/mod/_well_known.php b/mod/_well_known.php index c5bee3fdad..407fc756a9 100644 --- a/mod/_well_known.php +++ b/mod/_well_known.php @@ -70,9 +70,11 @@ function wk_social_relay() } $relay = [ - "subscribe" => $subscribe, - "scope" => $scope, - "tags" => $taglist + 'subscribe' => $subscribe, + 'scope' => $scope, + 'tags' => $taglist, + 'protocols' => ['diaspora' => ['receive' => System::baseUrl() . '/receive/public'], + 'dfrn' => ['receive' => System::baseUrl() . '/dfrn_notify']] ]; header('Content-type: application/json; charset=utf-8');