Skip to content

Commit 696f426

Browse files
committed
Use US preferences for canceling, cancellation [sic!]
1 parent 634ec79 commit 696f426

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

draft-ietf-core-coap-pubsub.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -872,7 +872,7 @@ Example of a successful subscription followed by one update:
872872

873873
### Unsubscribe {#unsubscribe}
874874

875-
A CoAP client can unsubscribe simply by cancelling the observation as described in {{Section 3.6 of RFC7641}}. The client MUST either use CoAP GET with the Observe Option set to 1 or send a CoAP Reset message in response to a notification. Also on {{Section 3.6 of RFC7641}} the client can simply "forget" the observation and the broker will remove it from the list of observers after the next notification.
875+
A CoAP client can unsubscribe simply by canceling the observation as described in {{Section 3.6 of RFC7641}}. The client MUST either use CoAP GET with the Observe Option set to 1 or send a CoAP Reset message in response to a notification. Also on {{Section 3.6 of RFC7641}} the client can simply "forget" the observation and the broker will remove it from the list of observers after the next notification.
876876

877877
As per {{RFC7641}} a server that transmits notifications mostly in non-confirmable messages, but it MUST send a notification in a confirmable message instead of a non-confirmable message at least every 24 hours.
878878

@@ -1140,7 +1140,7 @@ Expert reviewers should take into consideration the following points:
11401140
* Code bug fix https://github.com/jaimejim/aiocoap-pubsub-broker/commit/f32ce4866a81319238d6e905de439c9410cce175
11411141
* Added two new optional topic configuration parameters; ‘initialize,’ and ‘topic-history’.
11421142
* Modified all examples to conform to RFC9594.
1143-
* Added the explicit cancelation of ongoing subscriptions when topic configuration parameters are changed.
1143+
* Added the explicit cancellation of ongoing subscriptions when topic configuration parameters are changed.
11441144
* Added editorial changes based on feedback.
11451145
* Clarifications on Topic Configuration creation.
11461146
* Other editorial changes

0 commit comments

Comments
 (0)