Skip to content

Commit 522ec5b

Browse files
committed
nit and ack update
1 parent a525d2b commit 522ec5b

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

draft-ietf-core-coap-pubsub.md

+8-9
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ The broker is responsible for the store-and-forward of state update representati
129129
~~~~
130130
{: #fig-arch title='Publish-subscribe architecture over CoAP' artwork-align="center"}
131131

132-
This document describes two sets of interactions, interactions to configure topics and their lifecycle (see {{topic-configuration-interactions}}) and interactions about the topic-data (see {{topic-data-interactions}}).
132+
This document describes two sets of interactions; interactions to configure topics and their lifecycle (see {{topic-configuration-interactions}}) and interactions about the topic-data (see {{topic-data-interactions}}).
133133

134134
Topic-configuration interactions are discovery, create, read configuration, update configuration, and delete configuration. These operations handle the management of the topics.
135135

@@ -289,7 +289,7 @@ Below is an example of discovery via /.well-known/core with rt=core.ps.conf that
289289

290290
<!--
291291
TODO: add the ct part in IANA and add the example here:
292-
- If you want to indicate ct= in one of this links, then it should be ct=X, where is the the Content-Format identifier for application/pubsub+cbor
292+
- If you want to indicate ct= in one of this links, then it should be ct=X, where is the the Content-Format identifier for application/core-pubsub+cbor
293293
-->
294294

295295
~~~~
@@ -395,7 +395,7 @@ Example:
395395

396396
Header: FETCH (Code=0.05)
397397
Uri-Path: "ps"
398-
Content-Format: TBD (application/pubsub+cbor)
398+
Content-Format: TBD (application/core-pubsub+cbor)
399399
Payload:
400400
{
401401
"resource-type": "core.ps.conf",
@@ -1010,15 +1010,15 @@ IANA is requested to add the following Media-Type to the "Media Types"
10101010
registry {{!IANA.media-types}}.
10111011

10121012
| Name | Template | Reference |
1013-
| pubsub+cbor | application/pubsub+cbor | RFC XXXX, {{media-type}} |
1014-
{: #new-media-type align="left" title="New Media Type application/pubsub+cbor"}
1013+
| core-pubsub+cbor | application/core-pubsub+cbor | RFC XXXX, {{media-type}} |
1014+
{: #new-media-type align="left" title="New Media Type application/core-pubsub+cbor"}
10151015

10161016
{:compact}
10171017
Type name:
10181018
: application
10191019

10201020
Subtype name:
1021-
: pubsub+cbor
1021+
: core-pubsub+cbor
10221022

10231023
Required parameters:
10241024
: N/A
@@ -1068,7 +1068,7 @@ sub-registry, within the "Constrained RESTful Environments (CoRE)
10681068
Parameters" Registry {{!IANA.core-parameters}}, as follows:
10691069

10701070
| Content Type | Content Coding | ID | Reference |
1071-
| application/pubsub+cbor | - | TBD9 | RFC XXXX |
1071+
| application/core-pubsub+cbor | - | TBD9 | RFC XXXX |
10721072
{: align="left" title="New Content-Format"}
10731073

10741074
TBD9 is to be assigned from the space 256..999.
@@ -1145,5 +1145,4 @@ Reference: [RFC-XXXX]
11451145

11461146
The current version of this document contains a substantial contribution by Klaus Hartke's proposal {{I-D.hartke-t2trg-coral-pubsub}}, which defines the topic resource model and structure as well as the topic lifecycle and interactions. It also follows a similar architectural design as that provided by Marco Tiloca's {{I-D.ietf-ace-oscore-gm-admin}}.
11471147

1148-
The authors would like to also thank {{{Marco Tiloca}}}, {{{Carsten Bormann}}}, {{{Hannes Tschofenig}}}, {{{Zach Shelby}}}, {{{Mohit Sethi}}}, Peter van der Stok, Tim Kellogg, Anders Eriksson, {{{Goran Selander}}}, Mikko Majanen, {{{Olaf Bergmann}}}, {{{David Navarro}}} and Oscar Novo for their valuable contributions and reviews.
1149-
1148+
The authors would like to also thank {{{Marco Tiloca}}}, {{{Carsten Bormann}}}, {{{Hannes Tschofenig}}}, {{{Zach Shelby}}}, {{{Mohit Sethi}}}, Peter van der Stok, Tim Kellogg, Anders Eriksson, {{{Goran Selander}}}, Mikko Majanen, {{{Olaf Bergmann}}}, {{{David Navarro}}}, Oscar Novo and Lorenzo Corneo for their valuable contributions and reviews.

0 commit comments

Comments
 (0)