<?xml version='1.0' encoding='utf-8'?>
<!DOCTYPE rfc [
  <!ENTITY nbsp    "&#160;">
  <!ENTITY zwsp   "&#8203;">
  <!ENTITY nbhy   "&#8209;">
  <!ENTITY wj     "&#8288;">
]>
<?xml-stylesheet type="text/xsl" href="rfc2629.xslt" ?>
<!-- generated by https://github.com/cabo/kramdown-rfc version 1.7.19 (Ruby 3.3.4) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-bormann-core-responses-03" category="info" submissionType="IETF" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.23.0 -->
  <front>
    <title>CoAP: Non-traditional response forms</title>
    <seriesInfo name="Internet-Draft" value="draft-bormann-core-responses-03"/>
    <author initials="C." surname="Bormann" fullname="Carsten Bormann">
      <organization>Universität Bremen TZI</organization>
      <address>
        <postal>
          <street>Postfach 330440</street>
          <city>Bremen</city>
          <code>D-28359</code>
          <country>Germany</country>
        </postal>
        <phone>+49-421-218-63921</phone>
        <email>cabo@tzi.org</email>
      </address>
    </author>
    <author initials="C." surname="Amsüss" fullname="Christian Amsüss">
      <organization/>
      <address>
        <email>christian@amsuess.com</email>
      </address>
    </author>
    <date year="2024" month="September" day="01"/>
    <keyword>Internet-Draft</keyword>
    <abstract>
      <?line 43?>

<t>In CoAP as defined by RFC 7252, responses are always unicast back to a
client that posed a request.  The present memo describes two forms of
responses that go beyond that model.  These descriptions are not
intended as advocacy for adopting these approaches immediately, they
are provided to point out potential avenues for development that would
have to be carefully evaluated.</t>
    </abstract>
    <note removeInRFC="true">
      <name>About This Document</name>
      <t>
        Status information for this document may be found at <eref target="https://datatracker.ietf.org/doc/draft-bormann-core-responses/"/>.
      </t>
      <t>
        Discussion of this document takes place on the
        Constrained RESTful Environments (CoRE) Working Group mailing list (<eref target="mailto:core@ietf.org"/>),
        which is archived at <eref target="https://mailarchive.ietf.org/arch/browse/core/"/>.
        Subscribe at <eref target="https://www.ietf.org/mailman/listinfo/core/"/>.
      </t>
      <t>Source for this draft and an issue tracker can be found at
        <eref target="https://github.com/core-wg/core-responses"/>.</t>
    </note>
  </front>
  <middle>
    <?line 52?>

<section anchor="intro">
      <name>Introduction</name>
      <t>In CoAP as defined by RFC 7252, responses are always unicast back to a
client that posed a request.  A server may want to send a response to
a request that it did not receive, may want to multicast a response,
or both.</t>
      <t>The descriptions in this specification are not intended as advocacy
for adopting these approaches immediately, they are provided to point
out potential avenues for development that would have to be carefully
evaluated.</t>
      <section anchor="terms">
        <name>Terminology</name>
        <t>The key words "<bcp14>MUST</bcp14>", "<bcp14>MUST NOT</bcp14>", "<bcp14>REQUIRED</bcp14>", "<bcp14>SHALL</bcp14>", "<bcp14>SHALL
NOT</bcp14>", "<bcp14>SHOULD</bcp14>", "<bcp14>SHOULD NOT</bcp14>", "<bcp14>RECOMMENDED</bcp14>", "<bcp14>NOT RECOMMENDED</bcp14>",
"<bcp14>MAY</bcp14>", and "<bcp14>OPTIONAL</bcp14>" in this document are to be interpreted as
described in <xref target="BCP14"/> (<xref target="RFC2119"/>) (<xref target="RFC8174"/>) when, and only when, they
appear in all capitals, as shown here.</t>
        <?line -18?>

<t>The term "byte" is used in its now customary sense as a synonym for
"octet".</t>
        <t>Terms used in this draft:</t>
        <dl>
          <dt>Non-traditional response:</dt>
          <dd>
            <t>A response that is not the single response generated for a request received
on the same transport.</t>
          </dd>
          <dt>Non-matching response:</dt>
          <dd>
            <t>A response that has properties
(typically options) that make it incompatible with the original request,
and thus in particular unsuitable as a cached response to that request (but
possibly suitable to populate the cache for a similar request).
Options that make a response non-matching need to be proxy unsafe.
</t>
            <t>For example,
a Block2 response with a different value of block number <contact fullname="×"/> block size than indicated in the request is non-matching.</t>
          </dd>
          <dt>Configured request:</dt>
          <dd>
            <t>A request that reaches the server in another way than by
transmitting a usual CoAP request on the same communication channel
a response is expected on.</t>
          </dd>
          <dt>Embedded request:</dt>
          <dd>
            <t>A request that is provided by the server to the recipient of its
response by embedding it into the response.</t>
          </dd>
        </dl>
      </section>
    </section>
    <section anchor="sending-non-traditional-responses">
      <name>Sending non-traditional responses</name>
      <t>Non-traditional responses are sets of responses produced for a single request,
or responses sent without a transmitted request.</t>
      <t>Where tokens are involved,
all non-traditional responses use the request's token;
in any case, they are bound to the original request
(e.g. by using the same request_kid/request_piv pair in OSCORE <xref target="RFC8613"/>).
Where message IDs are involved,
one of the non-traditional response (the first sent, not necessarily the first received as generally the network might reorder messages)
can be sent as a piggybacked response in an ACK (thus sharing the request's message ID),
the others are CON or NON responses.</t>
      <t>Some established responses
(observations defined in <xref target="RFC7641"/>,
and responses to multicast requests in <xref target="I-D.ietf-core-groupcomm-bis"/>)
match this definition and already follow the guidance set out here for non-traditional responses;
<xref target="extensions-explained"/> gives details for them.</t>
      <t>A second response differing from the first that can be sent by a non-deduplicating server
responding to a retransmission of a request
is not non-traditional because there is a second request --
that is probably the last corner case at the line separating traditional from non-traditional responses.</t>
      <section anchor="preconditions-to-sending-non-traditional-responses">
        <name>Preconditions to sending non-traditional responses</name>
        <t>A server may send multiple responses to a request if there is any
property in the request that indicates the client's intention to receive
them. This is typically indicated by a request option,
and rarely in external properties of the message
(in the multicast case, the destination address).</t>
        <t>A mechanism for eliciting multiple responses must specify the conditions
under which a token gets freed, as the traditional arrival of the
response is insufficient. It may also specify for which requests the
token can be reused immediately in follow-up requests. On unordered
transports, or when it's a client's follow-up request and not a response
that terminates the token, the client needs to wait with reuse until no reordered
non-traditional responses can be expected anymore.</t>
        <t>If a non-traditional response answers the original request, no further
action is required (this is the case of observation: ordering is added
on top of that to ensure that only the latest response is used). If
the response does not answer the original request,
it must be non-matching,
either by an option introduced with the eliciting option
or by a generic option like Response-For.</t>
      </section>
      <section anchor="responses-without-request">
        <name>Responses without request</name>
        <t>Endpoints may agree out of band on a token (or other request-matching
details). One way to do that is to exchange a "phantom request", which
is a request that client and server will agree to have sent and
received, respectively, without it actually being sent between those
endpoints.</t>
        <t>As tokens are managed by the client, that request needs to be
generated by the client, or in close collaboration with the client (for
example by the client allowing a third party to use a subset of its
token values in order to set up non-traditional responses).</t>
      </section>
    </section>
    <section anchor="oscore-processing-for-non-traditional-responses">
      <name>OSCORE processing for non-traditional responses</name>
      <t>OSCORE <xref target="RFC8613"/> is built with the general assumption that requests
are processed into exactly one response.
The specification contains explicit provisions for Observe requests,
and a whole protocol extension for multicast requests.</t>
      <t>OSCORE's binding between requests and responses remains unmodified:
Each response is cryptographically bound to an OSCORE request.
Therefore, any phantom request needs to be an OSCORE request as well,
and the parties need to agree on the sender and sequence number of the phantom request.
An easy way to do that securely is to deliver the phantom request in a
way that the server can do the full OSCORE request processing on it.
The server may process the OSCORE request into internal data structures at reception time,
or may process it whenever a response is to be sent.
In the latter case, it may need to relax the requirements of Section <xref target="RFC8613" section="8.2" sectionFormat="bare">Verifying the Request</xref> of <xref target="RFC8613"/> item 3.</t>
      <t>To avoid reinventing the same rules as for Observe requests for any other non-traditional response,
this document defines a set of processing instructions which can be referenced when specifying their options.
These rules generalize Sections <xref target="RFC8613" section="8.3" sectionFormat="bare">Protecting the Response</xref> and <xref target="RFC8613" section="8.4" sectionFormat="bare">Verifying the Response</xref> of <xref target="RFC8613"/>:</t>
      <ul spacing="normal">
        <li>
          <t>In 8.3 step 3, "use the AEAD nonce from the request" is only an option once,
i.e., after the sequence number expressed in that request was removed from the replay window.
This option is usually taken in the first response,
necessitating the use of encoded Sender Sequence Numbers in later responses.
(Non-traditional responses such as Observe that rely on message
ordering may require that the request's nonce is used either in the first response or not at all.)
<cref anchor="maybealwaysfirst">CA: We could also just mandate the "either the first or never" behavior.</cref>  </t>
          <t><!-- Conveniently, this is obsoleting some text that's rotting away in lwig-oscore. -->
          </t>
          <t>
As a convenient effect, this generalized rule also implies
that when a server performs Appendix <xref target="RFC8613" section="B.1.2" sectionFormat="bare">Replay Window</xref> of <xref target="RFC8613"/>,
it needs to use its own Partial IV for the nonce
(which without this generalized rule necessitated a "<bcp14>MUST</bcp14>" statement in the appendix).</t>
        </li>
      </ul>
      <t>It is unclear why one would delay sending the one response that has the least overhead,
  but that may be lack of imagination.
  An approach where instances can not generally be duplicated and are
  used at most once (as in an affine type system) can make this doable in a safe way.
  In the end it's a tradeoff between implementer flexibility and specification simplicity.</t>
      <ul spacing="normal">
        <li>
          <t>In 8.4 between steps 5 and 6,
the Sender Sequence Number of the response establishes an order in the received messages,
which users of non-traditional responses may rely on.
If an option specified that only the first response may use the request's nonce,
then the one response that uses it is ordered before all other responses to the same request.</t>
        </li>
      </ul>
      <!-- Unlike the other items which all correspond to the "Supporting Observe" sub-items of 8.3/8.4, this corresponds to 7.4.1. -->
<ul spacing="normal">
        <li>
          <t>If the handling of multiple responses is not idempotent,
then at 8.4 step 5:  </t>
          <ul spacing="normal">
            <li>
              <t>For responses that use a Sender Sequence Number from the server,
the client consults the replay window before decryption,
and removes its number from the replay window after successful decryption.</t>
            </li>
            <li>
              <t>For responses that use the request's Sender Sequence Number,
duplication is tracked for each request.</t>
            </li>
          </ul>
          <t>
As a simplification,
applications that only process the latest response
may track the latest sequence number for deduplication.</t>
        </li>
        <li>
          <t>In 8.4 step 8, the Option establishing the non-traditional responses may specify
that error conditions processing a response are not fatal for the whole request.
This should be done when an Option allows immediate follow-up requests.
This is the case for the Observe option:
When an observation is refreshed, a response encrypted with the earlier request's request_kid may still be in flight.
That in-flight response will fail decryption,
but responses generated after the server has received the refresh will be decryptable again.</t>
        </li>
      </ul>
    </section>
    <section anchor="response-with-embedded-request">
      <name>Response with embedded request</name>
      <t>A server can send a response to a request that it did not actually
receive by embedding the request which the response answers in the
response.</t>
      <t>The option "Response-For" contains a request packaged as in <xref section="5.3" sectionFormat="of" target="RFC8613"/>.  The response is then intended to serve as a
response to this request.</t>
      <table anchor="response-for-option">
        <name>The Response-For Option</name>
        <thead>
          <tr>
            <th align="right">No.</th>
            <th align="left">C</th>
            <th align="left">U</th>
            <th align="left">N</th>
            <th align="left">R</th>
            <th align="left">Name</th>
            <th align="left">Format</th>
            <th align="right">Length</th>
            <th align="left">Default</th>
          </tr>
        </thead>
        <tbody>
          <tr>
            <td align="right">TBD</td>
            <td align="left">C</td>
            <td align="left">-</td>
            <td align="left">-</td>
            <td align="left">-</td>
            <td align="left">Response-For</td>
            <td align="left">opaque</td>
            <td align="right">0-1023</td>
            <td align="left">(none)</td>
          </tr>
        </tbody>
      </table>
      <t>The CoAP Token becomes meaningless for this form of response;
responses with embedded requests are therefore sent with a
zero-length Token.  (In essence, the "Response-For" option takes the
place of the request the Token usually stands for.)</t>
      <t>The congestion control considerations for confirmable and
non-confirmable messages apply unchanged.</t>
    </section>
    <section anchor="response-for-configured-request">
      <name>Response for configured request</name>
      <t>A request may reach the server using a different means than that used
for the response.  For instance, the request may be configured in the server.
Without limiting generality, we speak about <em>configured requests</em>.</t>
      <t>The client <bcp14>MUST</bcp14> be cognizant of that configuration as the request uses
a token from the token name space it controls.</t>
      <section anchor="examples-for-configured-requests">
        <name>Examples for configured requests</name>
        <section anchor="example-periodic-request">
          <name>Example: Periodic request</name>
          <t>A server may be configured to act on a configured request every day at 12:00.</t>
        </section>
        <section anchor="example-event-driven-request">
          <name>Example: Event driven request</name>
          <t>A server may be configured to act on a configured request each time it reboots.</t>
        </section>
        <section anchor="example-configured-observe">
          <name>Example: Configured observe</name>
          <t>A server may be configured with a GET request from a client that
includes an Observe option with value 0.  This means that the server
will send updates to the state of the resource addressed by the GET
request to the configured address of the client.</t>
          <t>The considerations of <xref section="4.5" sectionFormat="of" target="RFC7641"/> apply.  How losing
interest reflects back into to configuration and whether there is some
form of error notification to the source of the configuration is out
of scope of the present specification.</t>
        </section>
      </section>
      <section anchor="multicast-responses">
        <name>Multicast responses</name>
        <t>A server <bcp14>MAY</bcp14> send a response to a multicast address.
(This needs to be a response to a configured request as a normal
request cannot be sent <em>from</em> a multicast address.)</t>
        <t>Note that, as the originator of a multicast response is a unicast
address, the relaxation of matching rules described in <xref section="8.2" sectionFormat="of" target="RFC7252"/> does not apply.</t>
        <t>The token space in CoAP is owned by the client, which is identified by
a transport endpoint (address/port).  Here, the address is a multicast
address, so the token name space is shared by all nodes joined to that multicast
address.  The assumption for multicast responses is that, for each
multicast group, there is some form of management for the token space
(and the port number) that everyone can participate that needs to
join that multicast group; the specific form of management is out of
the scope of this specification.  Note that this means that multicast
responses <bcp14>MUST NOT</bcp14> be sent to unmanaged multicast addresses such as
All CoAP Nodes (<xref section="12.8" sectionFormat="of" target="RFC7252"/>).</t>
        <t>Multicast responses are always non-confirmable.  The congestion
control considerations for non-confirmable multicast messages apply
unchanged.</t>
      </section>
      <section anchor="respond-to-option">
        <name>Respond-To option</name>
        <t>What has been called "configured request" here may also be triggered
by a usual CoAP request that carries the Respond-To option.
(The term "configured request" is still appropriate as the server
ought to be configured to accept this option; see <xref target="seccons"/>.)</t>
        <t>If a single client wants to request a server to send the response to a
specific multicast address, it can include the "Respond-To" option.
This contains an opaque string with the port number as a 16-bit number
(in network byte order), followed by the IP address (4-byte IPv4 or
16-byte IPv6).</t>
        <table anchor="tbl-respond-to-option">
          <name>The Respond-To Option</name>
          <thead>
            <tr>
              <th align="right">No.</th>
              <th align="left">C</th>
              <th align="left">U</th>
              <th align="left">N</th>
              <th align="left">R</th>
              <th align="left">Name</th>
              <th align="left">Format</th>
              <th align="right">Length</th>
              <th align="left">Default</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="right">TBD</td>
              <td align="left">C</td>
              <td align="left">U</td>
              <td align="left">-</td>
              <td align="left">-</td>
              <td align="left">Respond-To</td>
              <td align="left">opaque</td>
              <td align="right">6-18</td>
              <td align="left">(none)</td>
            </tr>
          </tbody>
        </table>
      </section>
      <section anchor="leisure-for-responses-option">
        <name>Leisure-For-Responses Option</name>
        <t>This new option indicates a number expressed as a uint.
It allows the server to send that number of non-traditional response messages in
addition to the requested response. They are to be sent without undue delay
after the original response.</t>
        <table anchor="tbl-leisure-for-responses-option">
          <name>The Leisure-For-Responses Option</name>
          <thead>
            <tr>
              <th align="right">No.</th>
              <th align="left">C</th>
              <th align="left">U</th>
              <th align="left">N</th>
              <th align="left">R</th>
              <th align="left">Name</th>
              <th align="left">Format</th>
              <th align="right">Length</th>
              <th align="left">Default</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="right">TBD</td>
              <td align="left"> </td>
              <td align="left">U</td>
              <td align="left">-</td>
              <td align="left"> </td>
              <td align="left">Leisure-For-Responses</td>
              <td align="left">uint</td>
              <td align="right">1-4</td>
              <td align="left">0</td>
            </tr>
          </tbody>
        </table>
        <t>The option is elective, but unsafe for proxies
(as the option would otherwise cause multiple responses to a proxy that expects only one and that needs to be a matching response).
A proxy that chooses not to implement it may forward the request
with the Leisure-For-Responses option removed.</t>
        <t>On its own, the option does not indicate which kind of additional responses the client
would expect (though further elective proxy-safe no-cache-key options
can be added on top of that to give better guidance), and the server may
choose not to send any at all.</t>
        <t>Intermediaries may add or remove the option, and use incoming responses to
populate their cache. They may serve additional responses from their
cache, but in most cases the sensible course of action is to forward the
additional responses the origin server sends.</t>
        <t>Use cases for Leisure-For-Responses include sending further blocks in a
Block2 transfer (which are obviously non-matching and thus don't need a
Response-For), or serving follow-up documents (a response containing a
single link can be followed by a representation of the linked resource,
which needs a Request-For header that indicates the URI).
<!-- or just provide
the ETag of a freshly created resource (which would have a Request-For
option for a GET with the given path and an ETag, and be a 2.03 Valid
response). / but that probably already works as there is the concept of a "tagged representation" -->
        </t>
      </section>
    </section>
    <section anchor="iana-considerations">
      <name>IANA Considerations</name>
      <t>This draft adds the following option numbers to the CoAP Option
Numbers registry of
<xref target="RFC7252"/>:</t>
      <table anchor="tab-option-registry">
        <name>CoAP Option Numbers</name>
        <thead>
          <tr>
            <th align="left">Number</th>
            <th align="left">Name</th>
            <th align="left">Reference</th>
          </tr>
        </thead>
        <tbody>
          <tr>
            <td align="left">TBD</td>
            <td align="left">Response-For</td>
            <td align="left">RFCthis</td>
          </tr>
          <tr>
            <td align="left">TBD</td>
            <td align="left">Respond-To</td>
            <td align="left">RFCthis</td>
          </tr>
          <tr>
            <td align="left">TBD</td>
            <td align="left">Leisure-For-Responses</td>
            <td align="left">RFCthis</td>
          </tr>
        </tbody>
      </table>
    </section>
    <section anchor="seccons">
      <name>Security Considerations</name>
      <t>TBD</t>
      <t>(Clearly, multicast responses pose a potential for amplification, in
particular if unverified sources can cause them via Respond-To.
Discuss how to mitigate.)</t>
      <t>A Respond-To option can be used to incite a server to send data to a
third party.  This ought not be done blindly, i.e., only with
considered application assent.</t>
      <t>The CoAP request/response mechanism allows the client to ascertain a
level of authentication (not resistant though to on-path attackers
unless the communication is protected) and freshness of the response:
The Token echoed in the response shows that the responder had
knowledge of the (fresh) request (<xref section="5.3.1" sectionFormat="of" target="RFC7252"/>).
Responses with embedded requests can not be authenticated or checked
for freshness this way.  Their content therefore is less trustworthy
than normal responses unless authenticated in another way (e.g., via
<xref target="RFC8613"/>).</t>
    </section>
  </middle>
  <back>
    <references anchor="sec-combined-references">
      <name>References</name>
      <references anchor="sec-normative-references">
        <name>Normative References</name>
        <reference anchor="RFC7252">
          <front>
            <title>The Constrained Application Protocol (CoAP)</title>
            <author fullname="Z. Shelby" initials="Z." surname="Shelby"/>
            <author fullname="K. Hartke" initials="K." surname="Hartke"/>
            <author fullname="C. Bormann" initials="C." surname="Bormann"/>
            <date month="June" year="2014"/>
            <abstract>
              <t>The Constrained Application Protocol (CoAP) is a specialized web transfer protocol for use with constrained nodes and constrained (e.g., low-power, lossy) networks. The nodes often have 8-bit microcontrollers with small amounts of ROM and RAM, while constrained networks such as IPv6 over Low-Power Wireless Personal Area Networks (6LoWPANs) often have high packet error rates and a typical throughput of 10s of kbit/s. The protocol is designed for machine- to-machine (M2M) applications such as smart energy and building automation.</t>
              <t>CoAP provides a request/response interaction model between application endpoints, supports built-in discovery of services and resources, and includes key concepts of the Web such as URIs and Internet media types. CoAP is designed to easily interface with HTTP for integration with the Web while meeting specialized requirements such as multicast support, very low overhead, and simplicity for constrained environments.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7252"/>
          <seriesInfo name="DOI" value="10.17487/RFC7252"/>
        </reference>
        <reference anchor="RFC8613">
          <front>
            <title>Object Security for Constrained RESTful Environments (OSCORE)</title>
            <author fullname="G. Selander" initials="G." surname="Selander"/>
            <author fullname="J. Mattsson" initials="J." surname="Mattsson"/>
            <author fullname="F. Palombini" initials="F." surname="Palombini"/>
            <author fullname="L. Seitz" initials="L." surname="Seitz"/>
            <date month="July" year="2019"/>
            <abstract>
              <t>This document defines Object Security for Constrained RESTful Environments (OSCORE), a method for application-layer protection of the Constrained Application Protocol (CoAP), using CBOR Object Signing and Encryption (COSE). OSCORE provides end-to-end protection between endpoints communicating using CoAP or CoAP-mappable HTTP. OSCORE is designed for constrained nodes and networks supporting a range of proxy operations, including translation between different transport protocols.</t>
              <t>Although an optional functionality of CoAP, OSCORE alters CoAP options processing and IANA registration. Therefore, this document updates RFC 7252.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8613"/>
          <seriesInfo name="DOI" value="10.17487/RFC8613"/>
        </reference>
        <referencegroup anchor="BCP14" target="https://www.rfc-editor.org/info/bcp14">
          <reference anchor="RFC2119" target="https://www.rfc-editor.org/info/rfc2119">
            <front>
              <title>Key words for use in RFCs to Indicate Requirement Levels</title>
              <author fullname="S. Bradner" initials="S." surname="Bradner"/>
              <date month="March" year="1997"/>
              <abstract>
                <t>In many standards track documents several words are used to signify the requirements in the specification. These words are often capitalized. This document defines these words as they should be interpreted in IETF documents. This document specifies an Internet Best Current Practices for the Internet Community, and requests discussion and suggestions for improvements.</t>
              </abstract>
            </front>
            <seriesInfo name="BCP" value="14"/>
            <seriesInfo name="RFC" value="2119"/>
            <seriesInfo name="DOI" value="10.17487/RFC2119"/>
          </reference>
          <reference anchor="RFC8174" target="https://www.rfc-editor.org/info/rfc8174">
            <front>
              <title>Ambiguity of Uppercase vs Lowercase in RFC 2119 Key Words</title>
              <author fullname="B. Leiba" initials="B." surname="Leiba"/>
              <date month="May" year="2017"/>
              <abstract>
                <t>RFC 2119 specifies common key words that may be used in protocol specifications. This document aims to reduce the ambiguity by clarifying that only UPPERCASE usage of the key words have the defined special meanings.</t>
              </abstract>
            </front>
            <seriesInfo name="BCP" value="14"/>
            <seriesInfo name="RFC" value="8174"/>
            <seriesInfo name="DOI" value="10.17487/RFC8174"/>
          </reference>
        </referencegroup>
      </references>
      <references anchor="sec-informative-references">
        <name>Informative References</name>
        <reference anchor="RFC7641">
          <front>
            <title>Observing Resources in the Constrained Application Protocol (CoAP)</title>
            <author fullname="K. Hartke" initials="K." surname="Hartke"/>
            <date month="September" year="2015"/>
            <abstract>
              <t>The Constrained Application Protocol (CoAP) is a RESTful application protocol for constrained nodes and networks. The state of a resource on a CoAP server can change over time. This document specifies a simple protocol extension for CoAP that enables CoAP clients to "observe" resources, i.e., to retrieve a representation of a resource and keep this representation updated by the server over a period of time. The protocol follows a best-effort approach for sending new representations to clients and provides eventual consistency between the state observed by each client and the actual resource state at the server.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7641"/>
          <seriesInfo name="DOI" value="10.17487/RFC7641"/>
        </reference>
        <reference anchor="I-D.ietf-core-groupcomm-bis">
          <front>
            <title>Group Communication for the Constrained Application Protocol (CoAP)</title>
            <author fullname="Esko Dijk" initials="E." surname="Dijk">
              <organization>IoTconsultancy.nl</organization>
            </author>
            <author fullname="Chonggang Wang" initials="C." surname="Wang">
              <organization>InterDigital</organization>
            </author>
            <author fullname="Marco Tiloca" initials="M." surname="Tiloca">
              <organization>RISE AB</organization>
            </author>
            <date day="24" month="April" year="2024"/>
            <abstract>
              <t>   This document specifies the use of the Constrained Application
   Protocol (CoAP) for group communication, including the use of UDP/IP
   multicast as the default underlying data transport.  Both unsecured
   and secured CoAP group communication are specified.  Security is
   achieved by use of the Group Object Security for Constrained RESTful
   Environments (Group OSCORE) protocol.  The target application area of
   this specification is any group communication use cases that involve
   resource-constrained devices or networks that support CoAP.  This
   document replaces and obsoletes RFC 7390, while it updates RFC 7252
   and RFC 7641.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-core-groupcomm-bis-11"/>
        </reference>
        <reference anchor="I-D.ietf-core-groupcomm-proxy">
          <front>
            <title>Proxy Operations for CoAP Group Communication</title>
            <author fullname="Marco Tiloca" initials="M." surname="Tiloca">
              <organization>RISE AB</organization>
            </author>
            <author fullname="Esko Dijk" initials="E." surname="Dijk">
              <organization>IoTconsultancy.nl</organization>
            </author>
            <date day="8" month="July" year="2024"/>
            <abstract>
              <t>   This document specifies the operations performed by a proxy, when
   using the Constrained Application Protocol (CoAP) in group
   communication scenarios.  Such a proxy processes a single request
   sent by a client over unicast, and distributes the request to a group
   of servers, e.g., over UDP/IP multicast as the defined default
   transport protocol.  Then, the proxy collects the individual
   responses from those servers and relays those responses back to the
   client, in a way that allows the client to distinguish the responses
   and their origin servers through embedded addressing information.
   This document updates RFC7252 with respect to caching of response
   messages at proxies.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-core-groupcomm-proxy-02"/>
        </reference>
        <reference anchor="I-D.ietf-core-observe-multicast-notifications">
          <front>
            <title>Observe Notifications as CoAP Multicast Responses</title>
            <author fullname="Marco Tiloca" initials="M." surname="Tiloca">
              <organization>RISE AB</organization>
            </author>
            <author fullname="Rikard Höglund" initials="R." surname="Höglund">
              <organization>RISE AB</organization>
            </author>
            <author fullname="Christian Amsüss" initials="C." surname="Amsüss">
         </author>
            <author fullname="Francesca Palombini" initials="F." surname="Palombini">
              <organization>Ericsson AB</organization>
            </author>
            <date day="8" month="July" year="2024"/>
            <abstract>
              <t>   The Constrained Application Protocol (CoAP) allows clients to
   "observe" resources at a server, and receive notifications as unicast
   responses upon changes of the resource state.  In some use cases,
   such as based on publish-subscribe, it would be convenient for the
   server to send a single notification addressed to all the clients
   observing a same target resource.  This document updates RFC7252 and
   RFC7641, and defines how a server sends observe notifications as
   response messages over multicast, synchronizing all the observers of
   a same resource on a same shared Token value.  Besides, this document
   defines how Group OSCORE can be used to protect multicast
   notifications end-to-end between the server and the observer clients.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-core-observe-multicast-notifications-09"/>
        </reference>
      </references>
    </references>
    <?line 431?>

<section anchor="extensions-explained">
      <name>CoAP extensions explained by non-traditional responses</name>
      <section anchor="observation">
        <name>Observation</name>
        <t>This section describes the Observe option <xref target="RFC7641"/> in the terms of this
document, [ so nothing in here should contradict that document ].</t>
        <t>When Observe:0 is present in a request, this sets up non-traditional
responses until either of the following conditions is met:</t>
        <ul spacing="normal">
          <li>
            <t>A follow-up request on the same token carries an Observe:1 option.  </t>
            <t>
(This is primarily in here because; Observe:1 and No-Response:any
could be combined; otherwise, the other conditions suffice).</t>
          </li>
          <li>
            <t>Any response does not carry an Observe option.</t>
          </li>
          <li>
            <t>Any response has a non-successful status.</t>
          </li>
        </ul>
        <t>Follow-up requests are limited to extending the request ETag set.
Responses are obviously non-matching by their Observe option; each hop
discards the Observe option for the purpose of caching and refreshes its
cache with the most recent one as per the Observe value.</t>
      </section>
      <section anchor="responses-to-multicast-requests">
        <name>Responses to multicast requests</name>
        <t>As with observe, this just phrases the existing mechanism in the context
of this generalization.</t>
        <t>When the destination address of a CoAP request is a multicast address,
that token is valid for any member of that group (which, for the purpose
of the client, is any server at all) on any port.</t>
        <t>(Except for that the implications of having received a multicast request
still need to be followed, it might be seen as a template for creating a
phantom request to any endpoint, if that suits the reader's mental
model.)</t>
        <t>Responses can only be sent for up to the deployment's Leisure time
(see <xref section="8.2" sectionFormat="of" target="RFC7252"/>) plus
the application's timeout (in proxy situations, this needs to be
communicated explicitly in the Multicast-Timeout option of
<xref target="I-D.ietf-core-groupcomm-proxy"/>).</t>
      </section>
      <section anchor="triangular-responses-response-to">
        <name>Triangular responses (Response-To)</name>
        <t>The Response-To option can be viewed as a shorthand notation for
"Consider this a No-Response:any request, but take a copy of it, make it
into a CoAP-over-UDP request with that particular address as a source
and any address of yours as a response, and treat that as a phantom
request".</t>
        <t>[ It may make sense to add an explicit return token, and include a
No-Response option; that might allow it to be used even across proxies. ]</t>
      </section>
      <section anchor="other-current-documents">
        <name>Other current documents</name>
        <t><xref target="I-D.ietf-core-observe-multicast-notifications"/> is a
straightforward application of the phantom requests (the concept was
developed there); Leisure-For-Responses could help it around the topic
of joining a multicast group securely through a proxy.</t>
        <t><xref target="I-D.ietf-core-groupcomm-proxy"/> seems to fit well with the concepts
here as well, and might be simplified by it both in terminology and by
replacing Response-Forwarding with Response-For(Proxy-Scheme, Uri-Host).</t>
      </section>
    </section>
    <section numbered="false" anchor="acknowledgements">
      <name>Acknowledgements</name>
      <t>TBD</t>
      <!--  LocalWords:  CBOR extensibility IANA uint sint IEEE endian
 -->
<!--  LocalWords:  signedness endianness
 -->

</section>
  </back>
  <!-- ##markdown-source:
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

-->

</rfc>
