Skip to content

Commit

Permalink
Use US preferences for canceling, cancellation [sic!]
Browse files Browse the repository at this point in the history
  • Loading branch information
cabo committed Jan 13, 2025
1 parent 634ec79 commit 696f426
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions draft-ietf-core-coap-pubsub.md
Original file line number Diff line number Diff line change
Expand Up @@ -872,7 +872,7 @@ Example of a successful subscription followed by one update:

### Unsubscribe {#unsubscribe}

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.
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.

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.

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

0 comments on commit 696f426

Please sign in to comment.