Skip to content

Commit 1b7cf7f

Browse files
authored
Relax minimum requirements to qualify as OCM Server (#192)
1 parent 8310731 commit 1b7cf7f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

IETF-RFC.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -240,14 +240,14 @@ The JSON response body offered by the Discoverable Server SHOULD contain the fol
240240
* REQUIRED: resourceTypes (array) - A list of all resource types this server supports in both the Sending Server role and the Receiving Server role, with their access protocols. Each item in this list should
241241
itself be an object containing the following fields:
242242
* name (string) - A supported resource type (file, folder, calendar, contact, ...).
243-
Implementations MUST support `file` at a minimum. Each resource type is identified by its `name`: the list MUST NOT
244-
contain more than one resource type object per given `name`.
243+
Implementations MUST offer support for at least one resource type, where `file` is the commonly supported one. Each resource type is identified by its `name`:
244+
the list MUST NOT contain more than one resource type object per given `name`.
245245
* shareTypes (array of string) -
246246
The supported recipient share types.
247247
MUST contain `"user"` at a minimum, plus optionally `"group"` and `"federation"`.
248248
Example: `["user"]`
249249
* protocols (object) - The supported protocols for accessing shared resources of this type.
250-
Implementations MUST support at least `webdav` for `file` resources,
250+
Implementations that offer `file` resources MUST support at least `webdav`,
251251
any other combination of resources and protocols is optional. Example:
252252
```json
253253
{

0 commit comments

Comments
 (0)