Skip to content

Commit 89b6273

Browse files
committed
Fixed more lines exceeding 72 chars
1 parent ebb9f10 commit 89b6273

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

IETF-RFC.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -489,7 +489,7 @@ itself be an object containing the following fields:
489489
endpoint. This value is provided for documentation
490490
purposes, and it SHOULD NOT be intended as a prefix
491491
for share requests.
492-
* datatx (string) - The top-level path to be used for data transfers.
492+
* datatx (string) - The top-level path used for data transfers.
493493
This value is provided for documentation purposes,
494494
and it SHOULD NOT be intended as a prefix. In
495495
addition, implementations are expected to execute
@@ -554,7 +554,7 @@ request to confirm its origin.
554554
* REQUIRED publicKeyPem (string) - PEM-encoded version of the public
555555
key.
556556
Example:
557-
"-----BEGIN PUBLIC KEY-----\nMII...QDD\n-----END PUBLIC KEY-----\n"
557+
"----BEGIN PUBLIC KEY----\n...\n----END PUBLIC KEY----\n"
558558
* OPTIONAL: inviteAcceptDialog (string) - URL path of a web page where
559559
a user can accept an invite, when query parameters `"token"` and
560560
`"providerDomain"` are provided. Implementations that offer the
@@ -853,7 +853,8 @@ receiver MUST make a HTTP PROPFIND request to
853853
`https://<sender-host><sender-ocm-path>/<key>` in order to access the
854854
remote resource. Additionally, the receiver MUST pass an
855855
`Authorization: bearer` header with either the short-lived bearer token
856-
obtained in step 2, if applicable, or the `protocol.webdav.sharedSecret` value.
856+
obtained in step 2, if applicable, or the `protocol.webdav.sharedSecret`
857+
value.
857858

858859
In all cases, in case the Shared Resource is a folder and the Receiving
859860
Server accesses a resource within that shared folder, it SHOULD append
@@ -880,7 +881,8 @@ Some implementations have experimented with a
880881
effects such a notification may have are out of scope of this version
881882
of this specification.
882883
The Receiving Party sending such a notification has no way of knowing
883-
if the Sending Party understood and processed the reshare request or not.
884+
if the Sending Party understood and processed the reshare request
885+
or not.
884886

885887
# Resharing
886888
The `"REQUEST_RESHARE"` and `"RESHARE_UNDO"` notification types MAY be
@@ -889,7 +891,8 @@ same Resource with another Receiving Party.
889891
The details of the payload and side effects such a notification may
890892
have are out of scope of this version of this specification.
891893
Note that the Receiving Party sending such a notification has no way of
892-
knowing if the Sending Party understood and processed the reshare request or not.
894+
knowing if the Sending Party understood and processed the reshare
895+
request or not.
893896

894897
# IANA Considerations
895898
This document has no IANA actions.

0 commit comments

Comments
 (0)