From c51a0bbdd82fc87728f34f02532f015af55c1936 Mon Sep 17 00:00:00 2001 From: fr33domlover Date: Wed, 12 Jun 2019 00:33:32 +0000 Subject: [PATCH] FEDERATION.md: Update to use the ForgeFed @context URI --- FEDERATION.md | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/FEDERATION.md b/FEDERATION.md index c28f879..e4197d4 100644 --- a/FEDERATION.md +++ b/FEDERATION.md @@ -214,7 +214,7 @@ the key under `publicKey` as usual. ```json { "@context": [ "https://w3id.org/security/v1" - , { "isShared": "https://peers.community/as2-ext#isShared" + , { "isShared": "https://angeley.es/as2-ext#isShared" } ] , "@id": "https://example.dev/key1" @@ -562,7 +562,7 @@ school building. Aviva posts a `Delegate` activity to her server: ```json { "@context": [ "https://www.w3.org/ns/activitystreams" - , { "ext": "https://peers.community/as2-ext#" + , { "ext": "https://angeley.es/as2-ext#" , "Delegate": "ext:Delegate" , "Role": "ext:Role" } @@ -590,7 +590,7 @@ HMAC is a secret key the server holds. ```json { "@context": [ "https://www.w3.org/ns/activitystreams" - , { "ext": "https://peers.community/as2-ext#" + , { "ext": "https://angeley.es/as2-ext#" , "Delegate": "ext:Delegate" , "Role": "ext:Role" } @@ -847,13 +847,14 @@ TODO: ```json { "@context": [ "https://www.w3.org/ns/activitystreams" - , { "ext": "https://peers.community/as2-ext#" - , "Ticket": "ext:Ticket" + , { "forge": "https://forgefed.peers.community/ns#" + , "ext": "https://peers.community/as2-ext#" + , "Ticket": "forge:Ticket" , "assignedTo": - { "@id": "ext:assignedTo" + { "@id": "forge:assignedTo" , "@type": "@id" } - , "isResolved": "ext:isResolved" + , "isResolved": "forge:isResolved" , "participants": { "@id": "ext:participants" , "@type": "@id" @@ -863,11 +864,11 @@ TODO: , "@type": "@id" } , "dependsOn": - { "@id": "ext:dependsOn" + { "@id": "forge:dependsOn" , "@type": "@id" } , "dependedBy": - { "@id": "ext:dependedBy" + { "@id": "forge:dependedBy" , "@type": "@id" } , "history":