From 7b028dc1971b3881a6280deb344110c3dcfc737d Mon Sep 17 00:00:00 2001 From: Giuseppe Lo Presti Date: Wed, 6 May 2026 15:22:36 +0200 Subject: [PATCH 1/2] Minor fixes to get all examples uniformly using example.org --- IETF-RFC.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/IETF-RFC.md b/IETF-RFC.md index 7d486dc..4224b10 100644 --- a/IETF-RFC.md +++ b/IETF-RFC.md @@ -188,7 +188,7 @@ characters. separated from the host by the last "@" in the OCM Address. It is possible to have multiple @-signs in a OCM-address, e.g. when an email address is the local part of the address like - `nomen.nescio@example.org@ocm.example.org`. + `nomen.nescio@example.org@cloud.example.org`. host is an IP literal encapsulated within square brackets, an IPv4 address in dotted decimal form, or a registered name as described in @@ -817,7 +817,7 @@ voluntarily. wants to share the Resource with. This MUST be known in advance, either via a previous Invitation or through other means. - Example: "51dc30ddc473d43a6011e9ebba6ca770@geant.org" + Example: "51dc30ddc473d43a6011e9ebba6ca770@cloud.example.org" * REQUIRED name (string) Name of the Resource (file or folder). Example: "resource.txt" @@ -833,11 +833,11 @@ voluntarily. * REQUIRED owner (string) - OCM Address of the user who owns the Resource. - Example: "6358b71804dfa8ab069cf05ed1b0ed2a@apiwise.nl" + Example: "6358b71804dfa8ab069cf05ed1b0ed2a@cloud.example.org" * REQUIRED sender (string) - OCM Address of the user that wants to share the Resource. - Example: "527bd5b5d689e2c32ae974c6229ff785@apiwise.nl" + Example: "527bd5b5d689e2c32ae974c6229ff785@cloud.example.org" * OPTIONAL ownerDisplayName (string) Display name of the owner of the Resource Example: "Dimitri" @@ -1060,10 +1060,10 @@ been shared, the Receiving Party MAY make an HTTP POST request * REQUIRED shareWith (string) OCM Address of the user, group or federation that wants to receive a share of the resource. - Example: "51dc30ddc473d43a6011e9ebba6ca770@geant.org" + Example: "51dc30ddc473d43a6011e9ebba6ca770@cloud.example.org" * REQUIRED share (string) A unique identifier for the resource. - Example: 1234567890abcdef or https://ocm.example.org/files/spec.yaml + Example: 1234567890abcdef or https://cloud.example.org/files/data.txt After receiving a request for a Share, the Sending Party MAY send a Share Creation Notification to the Receiving Party @@ -1716,11 +1716,11 @@ Example: "federation": "The ScienceMesh Directory", "servers": [ { - "url": "https://ocm-server-1.example.org", + "url": "https://ocm-server.example-1.org", "displayName": "OCM Server 1" }, { - "url": "https://ocm-server-2.example.org:4443", + "url": "https://ocm-server.example-2.org:4443", "displayName": "OCM Server 2" }, { From 5b2e4554842767cec77a2885b65fb8510cd4577a Mon Sep 17 00:00:00 2001 From: Giuseppe Lo Presti Date: Wed, 6 May 2026 17:46:36 +0200 Subject: [PATCH 2/2] Addressed comment --- IETF-RFC.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/IETF-RFC.md b/IETF-RFC.md index 4224b10..8cfe110 100644 --- a/IETF-RFC.md +++ b/IETF-RFC.md @@ -1716,11 +1716,11 @@ Example: "federation": "The ScienceMesh Directory", "servers": [ { - "url": "https://ocm-server.example-1.org", + "url": "https://ocm-server.example.org", "displayName": "OCM Server 1" }, { - "url": "https://ocm-server.example-2.org:4443", + "url": "https://ocm-server.example.com:4443", "displayName": "OCM Server 2" }, {