1
0
Fork 0
mirror of https://code.sup39.dev/repos/Wqawg synced 2024-12-27 18:04:53 +09:00

FEDERATION.md: Update to use the ForgeFed @context URI

This commit is contained in:
fr33domlover 2019-06-12 00:33:32 +00:00
parent 74feb2c261
commit c51a0bbdd8

View file

@ -214,7 +214,7 @@ the key under `publicKey` as usual.
```json ```json
{ "@context": { "@context":
[ "https://w3id.org/security/v1" [ "https://w3id.org/security/v1"
, { "isShared": "https://peers.community/as2-ext#isShared" , { "isShared": "https://angeley.es/as2-ext#isShared"
} }
] ]
, "@id": "https://example.dev/key1" , "@id": "https://example.dev/key1"
@ -562,7 +562,7 @@ school building. Aviva posts a `Delegate` activity to her server:
```json ```json
{ "@context": { "@context":
[ "https://www.w3.org/ns/activitystreams" [ "https://www.w3.org/ns/activitystreams"
, { "ext": "https://peers.community/as2-ext#" , { "ext": "https://angeley.es/as2-ext#"
, "Delegate": "ext:Delegate" , "Delegate": "ext:Delegate"
, "Role": "ext:Role" , "Role": "ext:Role"
} }
@ -590,7 +590,7 @@ HMAC is a secret key the server holds.
```json ```json
{ "@context": { "@context":
[ "https://www.w3.org/ns/activitystreams" [ "https://www.w3.org/ns/activitystreams"
, { "ext": "https://peers.community/as2-ext#" , { "ext": "https://angeley.es/as2-ext#"
, "Delegate": "ext:Delegate" , "Delegate": "ext:Delegate"
, "Role": "ext:Role" , "Role": "ext:Role"
} }
@ -847,13 +847,14 @@ TODO:
```json ```json
{ "@context": { "@context":
[ "https://www.w3.org/ns/activitystreams" [ "https://www.w3.org/ns/activitystreams"
, { "ext": "https://peers.community/as2-ext#" , { "forge": "https://forgefed.peers.community/ns#"
, "Ticket": "ext:Ticket" , "ext": "https://peers.community/as2-ext#"
, "Ticket": "forge:Ticket"
, "assignedTo": , "assignedTo":
{ "@id": "ext:assignedTo" { "@id": "forge:assignedTo"
, "@type": "@id" , "@type": "@id"
} }
, "isResolved": "ext:isResolved" , "isResolved": "forge:isResolved"
, "participants": , "participants":
{ "@id": "ext:participants" { "@id": "ext:participants"
, "@type": "@id" , "@type": "@id"
@ -863,11 +864,11 @@ TODO:
, "@type": "@id" , "@type": "@id"
} }
, "dependsOn": , "dependsOn":
{ "@id": "ext:dependsOn" { "@id": "forge:dependsOn"
, "@type": "@id" , "@type": "@id"
} }
, "dependedBy": , "dependedBy":
{ "@id": "ext:dependedBy" { "@id": "forge:dependedBy"
, "@type": "@id" , "@type": "@id"
} }
, "history": , "history":