<?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.7 (Ruby 3.2.2) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-bormann-core-responses-02" category="info" submissionType="IETF" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.20.0 -->
  <front>
    <title>CoAP: Non-traditional response forms</title>
    <seriesInfo name="Internet-Draft" value="draft-bormann-core-responses-02"/>
    <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="March" day="03"/>
    <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 BCP 14 <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>
      <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>
        <reference anchor="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">
          <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>
      </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="23" month="October" year="2023"/>
            <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-10"/>
        </reference>
        <reference anchor="I-D.tiloca-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="31" month="August" year="2023"/>
            <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 over IP
   multicast to a group of servers.  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-tiloca-core-groupcomm-proxy-09"/>
        </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="23" month="October" year="2023"/>
            <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-07"/>
        </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-Signaling option of
<xref target="I-D.tiloca-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.tiloca-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>
