<?xml version="1.0" encoding="UTF-8"?>
  <?xml-stylesheet type="text/xsl" href="rfc2629.xslt" ?>
  <!-- generated by https://github.com/cabo/kramdown-rfc2629 version 1.1.2 -->

<!DOCTYPE rfc SYSTEM "rfc2629.dtd" [
]>

<?rfc strict="yes"?>
<?rfc toc="yes"?>
<?rfc tocdepth="3"?>
<?rfc symrefs="yes"?>
<?rfc sortrefs="yes"?>
<?rfc compact="yes"?>
<?rfc comments="yes"?>
<?rfc subcompact="no"?>
<?rfc iprnotified="no"?>

<rfc ipr="trust200902" docName="draft-ietf-core-resource-directory-14" category="std">

  <front>
    <title>CoRE Resource Directory</title>

    <author initials="Z." surname="Shelby" fullname="Zach Shelby">
      <organization>ARM</organization>
      <address>
        <postal>
          <street>150 Rose Orchard</street>
          <city>San Jose</city>
          <code>95134</code>
          <country>USA</country>
        </postal>
        <phone>+1-408-203-9434</phone>
        <email>zach.shelby@arm.com</email>
      </address>
    </author>
    <author initials="M." surname="Koster" fullname="Michael Koster">
      <organization>SmartThings</organization>
      <address>
        <postal>
          <street>665 Clyde Avenue</street>
          <city>Mountain View</city>
          <code>94043</code>
          <country>USA</country>
        </postal>
        <phone>+1-707-502-5136</phone>
        <email>Michael.Koster@smartthings.com</email>
      </address>
    </author>
    <author initials="C." surname="Bormann" fullname="Carsten Bormann">
      <organization>Universitaet 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="P." surname="van der Stok" fullname="Peter van der Stok">
      <organization abbrev="consultant">consultant</organization>
      <address>
        <phone>+31-492474673 (Netherlands), +33-966015248 (France)</phone>
        <email>consultancy@vanderstok.org</email>
        <uri>www.vanderstok.org</uri>
      </address>
    </author>
    <author initials="C." surname="Amsüss" fullname="Christian Amsüss" role="editor">
      <organization></organization>
      <address>
        <postal>
          <street>Hollandstr. 12/4</street>
          <code>1020</code>
          <country>Austria</country>
        </postal>
        <phone>+43-664-9790639</phone>
        <email>christian@amsuess.com</email>
      </address>
    </author>

    <date year="2018" month="July" day="02"/>

    <area>Internet</area>
    <workgroup>CoRE</workgroup>
    <keyword>CoRE, Web Linking, Resource Discovery, Resource Directory</keyword>

    <abstract>


<t>In many M2M applications, direct discovery of resources is not practical
due to sleeping nodes, disperse networks, or networks where multicast traffic
is inefficient. These problems can be solved by employing an entity called
a Resource Directory (RD), which hosts descriptions of resources held on
other servers, allowing lookups to be performed for those resources. This
document specifies the web interfaces that a Resource Directory supports
in order for web servers to discover the RD and to register, maintain, lookup
and remove resource descriptions. Furthermore, new link attributes useful
in conjunction with an RD are defined.</t>



    </abstract>


  </front>

  <middle>


<section anchor="introduction" title="Introduction">

<t>The work on Constrained RESTful Environments (CoRE) aims at realizing the
REST architecture in a suitable form for the most constrained nodes (e.g.,
8-bit microcontrollers with limited RAM and ROM) and networks (e.g. 6LoWPAN).
CoRE is aimed at machine-to-machine (M2M) applications such as smart energy
and building automation.</t>

<t>The discovery of resources offered by a constrained server is very important
in machine-to-machine applications where there are no humans in the loop and
static interfaces result in fragility. The discovery of resources provided by
an HTTP Web Server is typically called Web Linking <xref target="RFC5988"/>. The use of
Web Linking for the description and discovery of resources hosted by
constrained web servers is specified by the CoRE Link Format
<xref target="RFC6690"/>. However, <xref target="RFC6690"/> only describes how to discover
resources from the web server that hosts them by querying
<spanx style="verb">/.well-known/core</spanx>. In many M2M scenarios, direct discovery of resources is
not practical due to sleeping nodes, disperse networks, or networks where
multicast traffic is inefficient. These problems can be solved by employing
an entity called a Resource Directory (RD), which hosts descriptions of
resources held on other servers, allowing lookups to be performed for those
resources.</t>

<t>This document specifies the web interfaces that a Resource Directory supports
in order for web servers to discover the RD and to register, maintain, lookup
and remove resource descriptions. Furthermore, new link attributes useful in
conjunction with a Resource Directory are defined. Although the examples in
this document show the use of these interfaces with CoAP <xref target="RFC7252"/>, they
can be applied in an equivalent manner to HTTP <xref target="RFC7230"/>.</t>

</section>
<section anchor="terminology" title="Terminology">

<t>The key words “MUST”, “MUST NOT”, “REQUIRED”, “SHALL”, “SHALL NOT”,
“SHOULD”, “SHOULD NOT”, “RECOMMENDED”, “NOT RECOMMENDED”, “MAY”, and “OPTIONAL”
in this
document are to be interpreted as described in <xref target="RFC2119"/>. The
term “byte” is used in its now customary sense as a synonym for “octet”.</t>

<t>This specification requires readers to be familiar with all the terms and
concepts that are discussed in <xref target="RFC3986"/>, <xref target="RFC5988"/> and <xref target="RFC6690"/>. Readers should
also be familiar with the terms and concepts discussed in <xref target="RFC7252"/>.  To
describe the REST interfaces defined in this specification, the URI Template
format is used <xref target="RFC6570"/>.</t>

<t>This specification makes use of the following additional terminology:</t>

<t><list style="hanging">
  <t hangText='resolve against'><vspace blankLines='0'/>
  The expression “a URI-reference is <spanx style="emph">resolved against</spanx> a base URI” is used
to describe the process of <xref target="RFC3986"/> Section 5.2. Noteworthy corner cases are
that resolving an absolute URI against any base URI gives the original URI, and
that resolving an empty URI reference gives the base URI.</t>
  <t hangText='Resource Directory'><vspace blankLines='0'/>
  A web entity that stores information about web resources and implements the
REST interfaces defined in this specification for registration and lookup
of those resources.</t>
  <t hangText='Sector'><vspace blankLines='0'/>
  In the context of a Resource Directory, a sector is a
logical grouping of endpoints.</t>
  <t>The abbreviation “d” is used for the sector in query parameters for
compatibility with deployed implementations.</t>
  <t hangText='Group'><vspace blankLines='0'/>
  A group in the Resource Directory specifies a set of endpoints that are enabled with the same multicast address for the purpose of efficient group communications. All groups within a sector have unique names.</t>
  <t hangText='Endpoint'><vspace blankLines='0'/>
  Endpoint (EP) is a term used to describe a web server or client in <xref target="RFC7252"/>.
In the context of this specification an endpoint is used to describe a
web server that registers resources to the Resource Directory. An endpoint
is identified by its endpoint name, which is included during registration,
and has a unique name within the associated sector of the registration.</t>
  <t hangText='Registration Base URI'><vspace blankLines='0'/>
  The Base URI of a Registration is a URI that typically gives scheme and
authority information about an Endpoint. The Registration Base URI is provided
by the Endpoint at registration time, and is used by the Resource Directory to
resolve relative references inside the registration into absolute URIs.</t>
  <t hangText='Target'><vspace blankLines='0'/>
  The target of a link is the destination address (URI) of the link. It is sometimes identified with “href=”, or displayed as <spanx style="verb">&lt;target&gt;</spanx>. Relative targets need resolving with respect to the Base URI (section 5.2 of <xref target="RFC3986"/>).</t>
  <t>This use of the term Target is consistent with <xref target="RFC8288"/>’s use of the term.</t>
  <t hangText='Context'><vspace blankLines='0'/>
  The context of a link is the source address (URI) of the link,
and describes which resource is linked to the target.
A link’s context is made explicit in serialized links as the “anchor=” attribute.</t>
  <t>This use of the term Context is consistent with <xref target="RFC8288"/>’s use of the term.</t>
  <t hangText='Directory Resource'><vspace blankLines='0'/>
  A resource in the Resource Directory (RD) containing registration resources.</t>
  <t hangText='Group Resource'><vspace blankLines='0'/>
  A resource in the RD containing registration resources of the Endpoints that form a group.</t>
  <t hangText='Registration Resource'><vspace blankLines='0'/>
  A resource in the RD that contains information about an Endpoint and its links.</t>
  <t hangText='Commissioning Tool'><vspace blankLines='0'/>
  Commissioning Tool (CT) is a device that assists during the installation of the
network by assigning values to parameters, naming endpoints and groups, or adapting
the installation to the needs of the applications.</t>
  <t hangText='Registree-ep'><vspace blankLines='0'/>
  Registree-ep is the endpoint that is registered into the RD. The registree-ep can register itself, or a CT registers the registree-ep.</t>
  <t hangText='RDAO'><vspace blankLines='0'/>
  Resource Directory Address Option.</t>
</list></t>

<t>For several operations, interface descriptions are given in list form;
those describe the operation participants, request codes, URIs, content formats and outcomes.
Those templates contain normative content in their
Interaction, Method, URI Template and URI Template Variables sections
as well as the details of the Success condition.
The additional sections
on options like Content-Format and on Failure codes
give typical cases that the implementing parties should be prepared to deal with.
Those serve to illustrate the typical responses
to readers who are not yet familiar with all the details of CoAP based interfaces;
they do not limit what a server may respond under atypical circumstances.</t>

</section>
<section anchor="arch" title="Architecture and Use Cases">

<section anchor="principles" title="Principles">

<t>The Resource Directory is primarily a tool to make discovery operations more
efficient than querying /.well-known/core on all connected device, or across
boundaries that would be limiting those operations.</t>

<t>It provides a cache (in the high-level sense, not as defined in
<xref target="RFC7252"/>/<xref target="RFC2616"/>) of data that could otherwise only be obtained by
directly querying the /.well-known/core resource on the target device, or by
accessing those resources with a multicast request.</t>

<t>From that, it follows that only information should be stored in the resource
directory that is discovered from querying the described device’s
/.well-known/core resource directly.</t>

<t>It also follows that data in the resource directory can only be provided by the
device whose descriptions are cached or a dedicated Commissioning Tool (CT).
These CTs are thought to act on behalf of agents too constrained, or generally
unable, to present that information themselves. No other client can modify data
in the resource directory. Changes in the Resource Directory do not propagate automatically back to the web server from where the links originated.</t>

</section>
<section anchor="architecture" title="Architecture">

<t>The resource directory architecture is illustrated in <xref target="fig-arch"/>. A
Resource Directory (RD) is used as a repository for Web Links <xref target="RFC5988"/>
about resources hosted on other web servers, which are called endpoints
(EP).
An endpoint is a web server associated with a scheme, IP address and port. A physical node may host one or more endpoints. The
RD implements a set of REST interfaces for endpoints to register and maintain
sets of Web Links (called resource directory registration entries), and for clients to
lookup resources from the RD or maintain groups. Endpoints themselves can
also act as clients. An RD can be logically segmented by the use of Sectors.
The set of endpoints grouped for group communication can be defined by the RD or configured
by a Commissioning Tool. This information hierarchy is shown in <xref target="fig-hierarchy"/>.</t>

<t>A mechanism to discover an RD using CoRE Link Format <xref target="RFC6690"/> is defined.</t>

<t>Endpoints proactively register and maintain resource directory registration entries
on the RD, which are soft state and need to be periodically refreshed.</t>

<t>An endpoint uses specific interfaces to register, update and remove a resource
directory registration entry. It is also possible for an RD to fetch Web Links
from endpoints and add them as resource directory registration entries.</t>

<t>At the first registration of a set of entries, a “registration resource” is created,
the location of which is returned to the registering endpoint. The registering
endpoint uses this registration resource to manage the contents of registration entries.</t>

<t>A lookup interface for discovering any of the Web Links held in the RD is
provided using the CoRE Link Format.</t>

<figure title="The resource directory architecture." align="left" anchor="fig-arch"><artwork><![CDATA[
             Registration     Lookup, Group
              Interface        Interfaces
  +----+          |                 |
  | EP |----      |                 |
  +----+    ----  |                 |
                --|-    +------+    |
  +----+          | ----|      |    |     +--------+
  | EP | ---------|-----|  RD  |----|-----| Client |
  +----+          | ----|      |    |     +--------+
                --|-    +------+    |
  +----+    ----  |                 |
  | EP |----      |                 |
  +----+

]]></artwork></figure>

<figure title="The resource directory information hierarchy." align="left" anchor="fig-hierarchy"><artwork><![CDATA[
               +------------+
               |   Group    | <-- Name, Scheme, IP, Port
               +------------+
                     |
                     |
               +------------+
               |  Endpoint  |  <-- Name, Scheme, IP, Port
               +------------+
                     |
                     |
               +------------+
               |  Resource  |  <-- Target, Parameters
               +------------+

]]></artwork></figure>

</section>
<section anchor="ER-model" title="RD Content Model">

<t>The Entity-Relationship (ER) models shown in <xref target="fig-ER-WKC"/> and <xref target="fig-ER-RD"/> model the contents of /.well-known/core and the resource directory respectively, with entity-relationship diagrams <xref target="ER"></xref>. Entities (rectangles) are used for concepts that exist independently. Attributes (ovals) are used for concepts that exist only in connection with a related entity. Relations (diamonds) give a semantic meaning to the relation between entities. Numbers specify the cardinality of the relations.</t>

<t>Some of the attribute values are URIs. Those values are always full URIs and never relative references in the information model.
They can, however, be expressed as relative references in serializations, and often are.</t>

<t>These models provide an abstract view of the information expressed in link-format documents and a Resource Directory. They cover the concepts, but not necessarily all details of an RD’s operation; they are meant to give an overview, and not be a template for implementations.</t>

<figure title="E-R Model of the content of /.well-known/core" align="left" anchor="fig-ER-WKC"><artwork><![CDATA[
                    +----------------------+
                    |   /.well-known/core  |
                    +----------------------+
                               |
                               | 1
                       ////////\\\\\\\
                      <    contains   >
                       \\\\\\\\///////
                               |
                               | 0+
                     +--------------------+
                     |      link          |
                     +--------------------+
                               |
                               |  1   oooooooo
                               +-----o target o
                               |      oooooooo
          oooooooooooo   0+    |
         o    target  o--------+
         o  attribute o        | 0+   oooooo
          oooooooooooo         +-----o rel  o
                               |      oooooo
                               |
                               | 1    ooooooooo
                               +-----o context o
                                      ooooooooo



]]></artwork></figure>

<t>The model shown in <xref target="fig-ER-WKC"/> models the contents of /.well-known/core which contains:</t>

<t><list style="symbols">
  <t>a set of links belonging to the hosting web server</t>
</list></t>

<t>The web server is free to choose links it deems appropriate to be exposed in its <spanx style="verb">.well-known/core</spanx>.
Typically, the links describe resources that are served by the host, but the set can also contain links to resources on other servers (see examples in <xref target="RFC6690"/> page 14).
The set does not necessarily contain links to all resources served by the host.</t>

<t>A link has the following attributes (see <xref target="RFC5988"/>):</t>

<t><list style="symbols">
  <t>Zero or more link relations: They describe relations between the link context and the link target.  <vspace blankLines='1'/>
In link-format serialization, they are expressed as space-separated values in the “rel” attribute, and default to “hosts”.</t>
  <t>A link context URI: It defines the source of the relation, eg. <spanx style="emph">who</spanx> “hosts” something.  <vspace blankLines='1'/>
In link-format serialization, it is expressed in the “anchor” attribute. It defaults to that document’s URI.</t>
  <t>A link target URI: It defines the destination of the relation (eg. <spanx style="emph">what</spanx> is hosted), and is the topic of all target attributes.  <vspace blankLines='1'/>
In link-format serialization, it is expressed between angular brackets, and sometimes called the “href”.</t>
  <t>Other target attributes (eg. resource type (rt), interface (if), or content-type (ct)).
These provide additional information about the target URI.</t>
</list></t>

<figure title="E-R Model of the content of the Resource Directory" align="left" anchor="fig-ER-RD"><artwork><![CDATA[
             +----------------------+              1  ooooooo
             |  resource-directory  |             +--o  href o
             +----------------------+             |   ooooooo
                        | 1                       |
                        |         oooooooooo  0-1 |      1  oooooo
                        |        o    base  o---+ | +------o  gp  o
                        |         ooooooooooo   | | |       oooooo
                        |                       | | |
                   //////\\\\             0+  +--------+  0-1  ooooo
                  < contains >----------------| group  |------o  d  o
                   \\\\\/////                 +--------+       ooooo
                        |                         | 0+
                     0+ |                         |
 ooooooo     1  +---------------+  1+      ///////\\\\\\
o  base o-------|  registration |---------< composed of >
 ooooooo        +---------------+          \\\\\\\//////
                    |       | 1
                    |       +--------------+
       oooooooo   1 |                      |
      o  href  o----+                 /////\\\\
       oooooooo     |                < contains >
                    |                 \\\\\/////
       oooooooo   1 |                      |
      o   ep   o----+                      | 0+
       oooooooo     |             +------------------+
                    |             |      link        |
       oooooooo 0-1 |             +------------------+
      o    d   o----+                      |
       oooooooo     |                      |  1   oooooooo
                    |                      +-----o target o
       oooooooo   1 |                      |      oooooooo
      o   lt   o----+     ooooooooooo   0+ |
       oooooooo     |    o  target   o-----+
                    |    o attribute o     | 0+   oooooo
    ooooooooooo 0+  |     ooooooooooo      +-----o rel  o
   o  endpoint o----+                      |      oooooo
   o attribute o                           |
    ooooooooooo                            | 1   ooooooooo
                                           +----o context o
                                                 ooooooooo
]]></artwork></figure>

<t>The model shown in <xref target="fig-ER-RD"/> models the contents of the resource directory which contains in addition to /.well-known/core:</t>

<t><list style="symbols">
  <t>0 to n Registration (entries) of endpoints,</t>
  <t>0 or more Groups</t>
</list></t>

<t>A Group has:</t>

<t><list style="symbols">
  <t>a group name (“gp”),</t>
  <t>optionally a sector (abbreviated “d” for historical reasons),</t>
  <t>a group resource location inside the RD (“href”),</t>
  <t>zero or one multicast addresses expressed as a base URI (“base”),</t>
  <t>and is composed of zero or more  registrations (endpoints).</t>
</list></t>

<t>A registration is associated with one endpoint. A registration can be part of 0 or more Groups . A registration defines a set of links as defined for /.well-known/core. A Registration has six types of attributes:</t>

<t><list style="symbols">
  <t>a unique endpoint name (“ep”)</t>
  <t>a Registration Base URI (“base”, a URI typically describing the scheme://authority part)</t>
  <t>a lifetime (“lt”),</t>
  <t>a registration resource location inside the RD (“href”),</t>
  <t>optionally a sector (“d”)</t>
  <t>optional additional endpoint attributes (from <xref target="iana-registry"/>)</t>
</list></t>

<t>The cardinality of “base” is currently 1;
future documents are invited to extend the RD specification to support multiple values (eg. <xref target="I-D.silverajan-core-coap-protocol-negotiation"/>).
Its value is used as a Base URI when resolving URIs in the links contained in the endpoint.</t>

<t>Links are modelled as they are in <xref target="fig-ER-WKC"/>.</t>

</section>
<section anchor="cellular" title="Use Case: Cellular M2M">

<t>Over the last few years, mobile operators around the world
have focused on development of M2M solutions in order to
expand the business to the new type of users: machines. The
machines are connected directly to a mobile network using an appropriate
embedded wireless interface (GSM/GPRS, WCDMA, LTE) or via a gateway providing
short and wide range wireless interfaces. From the system design point of
view, the ambition is to design horizontal solutions that can enable utilization
of machines in different applications depending on their current availability
and capabilities as well as application requirements, thus avoiding silo
like solutions. One of the crucial enablers of such design is the ability
to discover resources (machines — endpoints) capable of providing required
information at a given time or acting on instructions from the end users.</t>

<t>Imagine a scenario where endpoints installed on vehicles enable
tracking of the position of these vehicles for fleet management purposes and allow
monitoring of environment parameters. During the boot-up process
endpoints register with a Resource Directory, which is hosted by the
mobile operator or somewhere in the cloud. Periodically, these endpoints
update their registration and may modify resources they offer.</t>

<t>When endpoints are not always connected, for example because they enter
a sleep mode, a remote server is usually used to provide proxy access to
the endpoints. Mobile apps or web applications for environment monitoring contact the RD, look up the endpoints capable of providing information about the environment using an appropriate set of link parameters, obtain information on how to contact them (URLs of the proxy server), and then initiate interaction to obtain information that is finally processed, displayed on the screen and usually stored in a database. Similarly, fleet management systems provide
the appropriate link parameters to the RD to look up for EPs deployed on
the vehicles the application is responsible for.</t>

</section>
<section anchor="automation" title="Use Case: Home and Building Automation">

<t>Home and commercial building automation systems can benefit from the use
of M2M web services.  The discovery requirements of these applications are
demanding. Home automation usually relies on run-time discovery to commission
the system, whereas in building automation a combination of professional
commissioning and run-time discovery is used. Both home and building automation
involve peer-to-peer interactions between endpoints, and involve battery-powered
sleeping devices.</t>

</section>
<section anchor="usecase-catalogues" title="Use Case: Link Catalogues">

<t>Resources may be shared through data brokers that have no knowledge beforehand
of who is going to consume the data. Resource Directory can be used to hold
links about resources and services hosted anywhere to make them discoverable
by a general class of applications.</t>

<t>For example, environmental and weather sensors that generate data for public
consumption may provide the data to an intermediary server, or broker. Sensor
data are published to the intermediary upon changes or at regular intervals.
Descriptions of the sensors that resolve to links to sensor data may be published
to a Resource Directory. Applications wishing to consume the data can use
RD Lookup to discover and resolve links
to the desired resources and endpoints. The Resource Directory service need
not be coupled with the data intermediary service. Mapping of Resource Directories
to data intermediaries may be many-to-many.</t>

<t>Metadata in web link formats like <xref target="RFC6690"/> are supplied by Resource Directories,
which may be internally stored as  triples, or relation/attribute
pairs providing metadata about resource links. External catalogues that are
represented in other formats may be converted to common web linking formats for
storage and access by Resource Directories. Since it is common practice for these
to be URN encoded, simple and lossless structural transforms should
generally be sufficient to store external metadata in Resource Directories.</t>

<t>The additional features of Resource Directory allow sectors to be defined
to enable access to a particular set of resources from particular applications.
This provides isolation and protection of sensitive data when needed. Groups may be defined to support efficient data transport.</t>

</section>
</section>
<section anchor="finding_an_rd" title="Finding a Resource Directory">

<t>A (re-)starting device may want to find one or more resource directories
to make itself known with.</t>

<t>The device may be pre-configured to exercise specific mechanisms for
finding the resource directory:</t>

<t><list style="numbers">
  <t>It may be configured with a specific IP address for the RD.  That IP
  address may also be an anycast address, allowing the network to
  forward RD requests to an RD that is topologically close; each
  target network environment in which some of these preconfigured
  nodes are to be brought up is then configured with a route for this
  anycast address that leads to an appropriate RD.  (Instead of using
  an anycast address, a multicast address can also be preconfigured.
  The RD servers then need to configure one of their
  interfaces with this multicast address.)</t>
  <t>It may be configured with a DNS name for the RD and a
  resource-record type to look up under this name; it can find a DNS
  server to perform the lookup using the usual mechanisms for finding
  DNS servers.</t>
  <t>It may be configured to use a service discovery mechanism such as
  DNS-SD <xref target="RFC6763"/>.  The present specification suggests configuring
  the service with name rd._sub._coap._udp, preferably within the
  domain of the querying nodes.</t>
</list></t>

<t>For cases where the device is not specifically configured with a way
to find a resource directory, the network may want to provide a
suitable default.</t>

<t><list style="numbers">
  <t>If the address configuration of the network is performed via SLAAC,
  this is provided by the RDAO option <xref target="rdao"/>.</t>
  <t>If the address configuration of the network is performed via DHCP,
  this could be provided via a DHCP option (no such option is defined
  at the time of writing).</t>
</list></t>

<t>Finally, if neither the device nor the network offers any specific
configuration, the device may want to employ heuristics to find a
suitable resource directory.</t>

<t>The present specification does not fully define these heuristics, but
suggests a number of candidates:</t>

<t><list style="numbers">
  <t>In a 6LoWPAN, just assume the Border Router (6LBR) can act as a
  resource directory (using the ABRO option to find that <xref target="RFC6775"/>).
  Confirmation can be obtained by sending a Unicast to
  <spanx style="verb">coap://[6LBR]/.well-known/core?rt=core.rd*</spanx>.</t>
  <t>In a network that supports multicast well, discovering the RD using
  a multicast query for /.well-known/core as specified in CoRE Link
  Format <xref target="RFC6690"/>: Sending a Multicast GET to
  <spanx style="verb">coap://[MCD1]/.well-known/core?rt=core.rd*</spanx>.  RDs within the
  multicast scope will answer the query.</t>
</list></t>

<t>As some of the RD addresses obtained by the methods listed here are
just (more or less educated) guesses, endpoints MUST make use of any
error messages to very strictly rate-limit requests to candidate IP
addresses that don’t work out.  For example, an ICMP Destination
Unreachable message (and, in particular, the port unreachable code for
this message) may indicate the lack of a CoAP server on the candidate
host, or a CoAP error response code such as 4.05 “Method Not Allowed”
may indicate unwillingness of a CoAP server to act as a directory
server.</t>

<t>If multiple candidate addresses are discovered, the device may pick any of them initially,
unless the discovery method indicates a more precise selection scheme.
<!-- Eg. if a hypothetical coap+dns-sd://service.example.com is configured
as a starting point, the client should honor the SRV record's mechanisms --></t>

<section anchor="rdao" title="Resource Directory Address Option (RDAO)">

<t>The Resource Directory Address Option (RDAO) using IPv6 neighbor Discovery (ND) carries
information about the address of the Resource Directory (RD). This information is
needed when endpoints cannot discover the Resource Directory with a link-local
or realm-local scope multicast address because the endpoint and the RD are separated by a Border Router
(6LBR). In many circumstances the availability of DHCP cannot be guaranteed either
during commissioning of the network. The presence and the use of the RD is
essential during commissioning.</t>

<t>It is possible to send multiple RDAO options in one message,
indicating as many resource directory addresses.</t>

<t>The RDAO format is:</t>

<figure title="Resource Directory Address Option" align="left" anchor="fig-rdao"><artwork><![CDATA[
0                   1                   2                   3
0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|     Type      |  Length = 3   |       Valid Lifetime          |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|                           Reserved                            |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|                                                               |
+                                                               +
|                                                               |
+                          RD Address                           +
|                                                               |
+                                                               +
|                                                               |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+

Fields:

Type:                   38

Length:                 8-bit unsigned integer.  The length of
                        the option in units of 8 bytes.
                        Always 3.

Valid Lifetime:         16-bit unsigned integer.  The length of
                        time in units of 60 seconds (relative to
                        the time the packet is received) that
                        this Resource Directory address is valid.
                        A value of all zero bits (0x0) indicates
                        that this Resource Directory address
                        is not valid anymore.

Reserved:               This field is unused.  It MUST be
                        initialized to zero by the sender and
                        MUST be ignored by the receiver.

RD Address:             IPv6 address of the RD.
]]></artwork></figure>

</section>
</section>
<section anchor="rd" title="Resource Directory">

<t>This section defines the required set of REST interfaces between a Resource Directory
(RD) and endpoints. Although the examples throughout this section assume the use of
CoAP <xref target="RFC7252"/>, these REST interfaces can also be realized using HTTP <xref target="RFC7230"/>.
In all definitions in this section, both CoAP response codes (with dot notation) and HTTP response codes
(without dot notation) are shown. An RD implementing this specification MUST support
the discovery, registration, update, lookup, and removal interfaces defined in this section.</t>

<t>All operations on the contents of the Resource Directory MUST be atomic and idempotent.</t>

<t>A resource directory MAY make the information submitted to it available to further
directories, if it can ensure that a loop does not form.  The protocol used
between directories to ensure loop-free operation is outside the scope of
this document.</t>

<section anchor="payload-content-formats" title="Payload Content Formats">

<t>Resource Directory implementations using this specification MUST support the
application/link-format content format (ct=40).</t>

<t>Resource Directories implementing this specification MAY support additional content formats.</t>

<t>Any additional content format supported by a Resource Directory implementing this
specification MUST have an equivalent serialization in the application/link-format
content format.</t>

</section>
<section anchor="discovery" title="URI Discovery">

<t>Before an endpoint can make use of an RD, it must first know the RD’s address
and port, and the URI path information for its REST APIs. This section defines
discovery of the RD and its URIs using the well-known interface of the
CoRE Link Format <xref target="RFC6690"/>. A complete set of RD discovery methods is described in <xref target="finding_an_rd"/>.</t>

<t>Discovery of the RD registration URI path is performed by sending either a multicast or
unicast GET request to <spanx style="verb">/.well-known/core</spanx> and including a Resource Type (rt)
parameter <xref target="RFC6690"/> with the value “core.rd” in the query string. Likewise, a
Resource Type parameter value of “core.rd-lookup*” is used to discover the
URIs for RD Lookup operations, and “core.rd-group” is used to discover the URI path for RD
Group operations. Upon success, the response will contain a payload with
a link format entry for each RD function discovered, indicating the URI
of the RD function returned and the corresponding Resource Type. When performing
multicast discovery, the multicast IP address used will depend on the scope required
and the multicast capabilities of the network.</t>

<t>A Resource Directory MAY provide hints about the content-formats it supports in the links it exposes or registers, using the “ct” link attribute, as shown in the example below. Clients MAY use these hints to select alternate content-formats for interaction with the Resource Directory.</t>

<t>HTTP does not support multicast and consequently only unicast discovery can be supported
using HTTP. Links to Resource Directories MAY be registered in other Resource Directories.
The well-known entry points SHOULD be provided to enable the bootstrapping of unicast discovery.</t>

<t>An implementation of this  resource directory specification MUST support query filtering for
the rt parameter as defined in <xref target="RFC6690"/>.</t>

<t>While the link targets in this discovery step are often expressed in path-absolute form,
this is not a requirement.
Clients SHOULD therefore accept URIs of all schemes they support,
both in absolute and relative forms,
and not limit the set of discovered URIs to those hosted at the address used for URI discovery.</t>

<t>The URI Discovery operation can yield multiple URIs of a given resource type.
The client can use any of the discovered addresses initially.</t>

<t>The discovery request interface is specified as follows
(this is exactly the Well-Known Interface of <xref target="RFC6690"/> Section 4,
with the additional requirement that the server MUST support query filtering):</t>

<t><list style="hanging">
  <t hangText='Interaction:'>
  EP and Client -&gt; RD</t>
  <t hangText='Method:'>
  GET</t>
  <t hangText='URI Template:'>
  /.well-known/core{?rt}</t>
  <t hangText='URI Template Variables:'>
        <list style="hanging">
        <t hangText='rt :='>
        Resource Type (optional). MAY contain one of the values “core.rd”, “core.rd-lookup*”,
“core.rd-lookup-res”, “core.rd-lookup-ep”, “core.rd-lookup-gp”,
“core.rd-group” or “core.rd*”</t>
      </list>
  </t>
  <t hangText='Content-Format:'>
  application/link-format (if any)</t>
  <t hangText='Content-Format:'>
  application/link-format+json (if any)</t>
  <t hangText='Content-Format:'>
  application/link-format+cbor (if any)</t>
</list></t>

<t>The following response codes are defined for this interface:</t>

<t><list style="hanging">
  <t hangText='Success:'>
  2.05 “Content” or 200 “OK” with an
application/link-format, application/link-format+json, or application/link-format+cbor payload containing one or more matching entries for the RD resource.</t>
  <t hangText='Failure:'>
  4.00 “Bad Request” or 400 “Bad Request” is returned in case of a malformed request for a unicast
request.</t>
  <t hangText='Failure:'>
  No error response to a multicast request.</t>
  <t hangText='HTTP support :'>
  YES (Unicast only)</t>
</list></t>

<t>The following example shows an endpoint discovering an RD using this interface,
thus learning that the directory resource is, in this example, at /rd, and that the
content-format delivered by the server hosting the resource is application/link-format
(ct=40).  Note that it is up to the RD to choose its RD resource paths.</t>

<figure title="Example discovery exchange" anchor="example-discovery"><artwork><![CDATA[
Req: GET coap://[MCD1]/.well-known/core?rt=core.rd*

Res: 2.05 Content
</rd>;rt="core.rd";ct=40,
</rd-lookup/ep>;rt="core.rd-lookup-ep";ct=40,
</rd-lookup/res>;rt="core.rd-lookup-res";ct=40,
</rd-lookup/gp>;rt="core.rd-lookup-gp";ct=40,
</rd-group>;rt="core.rd-group";ct=40
]]></artwork></figure>

<t>The following example shows the way of indicating that a client may request
alternate content-formats. The Content-Format code attribute “ct” MAY include a
space-separated sequence of Content-Format codes as specified in
Section 7.2.1 of <xref target="RFC7252"/>, indicating that multiple content-formats are available.
The example below shows the required Content-Format 40 (application/link-format)
indicated as well as the CBOR and JSON representation of link format.
The RD resource paths /rd, /rd-lookup, and /rd-group are example values.
The server in this example also indicates that it is capable of providing observation on resource lookups.</t>

<t>[ The RFC editor is asked to replace these and later occurrences of TBD64 and
TBD504 with the numeric ID values assigned by IANA to
application/link-format+cbor and application/link-format+json, respectively, as
they are defined in I-D.ietf-core-links-json. ]</t>

<figure><artwork><![CDATA[
Req: GET coap://[MCD1]/.well-known/core?rt=core.rd*

Res: 2.05 Content
</rd>;rt="core.rd";ct="40 65225",
</rd-lookup/res>;rt="core.rd-lookup-res";ct="40 TBD64 TBD504";obs,
</rd-lookup/ep>;rt="core.rd-lookup-ep";ct="40 TBD64 TBD504",
</rd-lookup/gp>;rt="core.rd-lookup-gp";ct=40 TBD64 TBD504",
</rd-group>;rt="core.rd-group";ct="40 TBD64 TBD504"
]]></artwork></figure>

<t>From a management and maintenance perspective,
it is necessary to identify the components that constitute the server.
The identification refers to information about for example client-server incompatibilities,
supported features, required updates and other aspects.
The URI discovery address, a described in section 4 of <xref target="RFC6690"/> can be used to find the identification.</t>

<t>It
would typically be stored in an implementation information link
(as described in <xref target="I-D.bormann-t2trg-rel-impl"/>):</t>

<figure><artwork><![CDATA[
Req: GET /.well-known/core?rel=impl-info

Res: 2.05 Content
<http://software.example.com/shiny-resource-directory/1.0beta1>;
    rel="impl-info"
]]></artwork></figure>

<t>Note that depending on the particular server’s architecture,
such a link could be anchored at the server’s root,
at the discovery site (as in this example) or
at individual RD components.
The latter is to be expected when different applications
are run on the same server.</t>

</section>
<section anchor="registration" title="Registration">

<t>After discovering the location of an RD, a registree-ep or CT MAY
register the resources of the registree-ep using the registration interface. This interface
accepts a POST from an endpoint containing the list of resources to be added
to the directory as the message payload in the CoRE Link Format <xref target="RFC6690"/>, JSON CoRE Link Format (application/link-format+json), or CBOR CoRE Link Format (application/link-format+cbor)  <xref target="I-D.ietf-core-links-json"/>, along with query
parameters indicating the name of the endpoint, and optionally the sector,
lifetime and base URI of the registration.
It is expected that other specifications will define further parameters (see
<xref target="iana-registry"/>). The RD then creates a new registration resource in the RD and returns its location. The receiving endpoint MUST use that
location when refreshing registrations using this interface. Registration
resources in the RD are kept active for the period indicated by the lifetime
parameter. The endpoint is responsible for refreshing the registration resource within this
period using either the registration or update interface. The registration
interface MUST be implemented to be idempotent, so that registering twice
with the same endpoint parameters ep and d (sector) does not create multiple registration resources.</t>

<t>The following rules apply for an update identified by a given (ep, d) value pair:</t>

<t><list style="symbols">
  <t>when the parameter values of the Update generate the same attribute values as already present, the location of the already existing registration is returned.</t>
  <t>when for a given (ep, d) value pair the update generates attribute values which are different from the existing one, the existing registration is removed and a new registration with a new location is created.</t>
  <t>when the (ep, d) value pair of the update is different from any existing registration, a new registration is generated.</t>
</list></t>

<t>The posted link-format document can (and typically does) contain relative references
both in its link targets and in its anchors, or contain empty anchors.
The RD server needs to resolve these references in order to faithfully represent them in lookups.
They are resolved against the base URI of the registration,
which is provided either explicitly in the <spanx style="verb">base</spanx> parameter or constructed implicitly from the requester’s network address.</t>

<t>Link format documents submitted to the resource directory are interpreted
as Modernized Link Format (see <xref target="modern6690"/>) by the RD.
A registree-ep SHOULD NOT submit documents whose interpretations according to
<xref target="RFC6690"/> and <xref target="modern6690"/> differ and RFC6690 interpretation is intended
to avoid the ambiguities described in <xref target="resolution-rules"/>.</t>

<t>In practice, most links (precisely listed in <xref target="modern-safe"/>) can be submitted
without consideration for those details.</t>

<t>The registration request interface is specified as follows:</t>

<t><list style="hanging">
  <t hangText='Interaction:'>
  EP -&gt; RD</t>
  <t hangText='Method:'>
  POST</t>
  <t hangText='URI Template:'>
  {+rd}{?ep,d,lt,base,extra-attrs*}</t>
  <t hangText='URI Template Variables:'>
        <list style="hanging">
        <t hangText='rd :='>
        RD registration URI
(mandatory). This is the location of
the RD, as obtained from discovery.</t>
        <t hangText='ep :='>
        Endpoint name (mostly mandatory). The endpoint name is an identifier
that MUST be unique within a sector.  The maximum length of this
parameter is 63 bytes.

If the RD is configured to recognize the endpoint (eg. based on its security context),
the endpoint sets no endpoint name, and the RD assigns one based on a set of configuration parameter values.</t>
        <t hangText='d :='>
        Sector (optional). The sector to which this endpoint belongs. The maximum
length of this parameter is 63 bytes. When this parameter is not present, the
RD MAY associate the endpoint with a configured default sector or leave it empty.

The endpoint name and sector name are not set when one or both are set in an accompanying authorization token.</t>
        <t hangText='lt :='>
        Lifetime (optional). Lifetime of the registration in seconds. Range of 60-4294967295.
If no lifetime is included in the initial registration, a default value of
90000 (25 hours) SHOULD be assumed.</t>
        <t hangText='base :='>
        Base URI (optional). This parameter sets the base URI of the registration, under which
the request’s links are to be interpreted. The specified URI typically does not have a path component of its own, and MUST be suitable as a base URI to resolve any relative references given in the registration. The parameter is therefore usually of the shape “scheme://authority” for
HTTP and CoAP URIs.
The URI SHOULD NOT have a query or fragment component
as any non-empty relative part in a reference would remove those parts from the resulting URI.</t>
        <t>In the absence of this parameter the scheme of the protocol, source address
and source port of the registration request are assumed. This parameter is
mandatory when the directory is filled by a third party such as an
commissioning tool.</t>
        <t>If the endpoint uses an ephemeral port to register with, it MUST include the base
parameter in the registration to provide a valid network path.</t>
        <t>If the endpoint which is located behind a NAT gateway is registering with a Resource
Directory which is on the network service side of the NAT gateway, the endpoint MUST
use a persistent port for the outgoing registration in order to provide the NAT
gateway with a valid network address for replies and incoming requests.</t>
        <t>Endpoints that register with a base that contains a path component
can not meaningfully use <xref target="RFC6690"/> Link Format due to its prevalence of
the Origin concept in relative reference resolution; they can submit
payloads for interpretation as Modernized Link Format.
Typically, links submitted by such an endpoint are of the <spanx style="verb">path-noscheme</spanx>
(starts with a path not preceded by a slash, precisely defined in <xref target="RFC3986"/> Section 3.3)
form.</t>
        <t hangText='extra-attrs :='>
        Additional registration attributes (optional). The endpoint can pass any
parameter registered at <xref target="iana-registry"/> to the directory. If the RD is
aware of the parameter’s specified semantics, it processes it accordingly.
Otherwise, it MUST store the unknown key and its value(s) as an endpoint
attribute for further lookup.</t>
      </list>
  </t>
  <t hangText='Content-Format:'>
  application/link-format</t>
  <t hangText='Content-Format:'>
  application/link-format+json</t>
  <t hangText='Content-Format:'>
  application/link-format+cbor</t>
</list></t>

<t>The following response codes are defined for this interface:</t>

<t><list style="hanging">
  <t hangText='Success:'>
  2.01 “Created” or 201 “Created”. The Location-Path option or Location header
MUST be included in the response. This location MUST be a stable identifier
generated by the RD as it is used for all subsequent
operations on this registration resource. The registration resource location thus returned is for the purpose of updating the lifetime
of the registration and for maintaining the content of the
registered links, including updating and deleting links.</t>
  <t>A registration with an already registered ep and d value pair
responds with the same success code and location as the original registration;
the set of links registered with the endpoint is replaced with the links
from the payload.</t>
  <t>The location MUST NOT have a query or fragment component,
as that could conflict with query parameters during the Registration Update operation.
Therefore, the Location-Query option MUST NOT be present in a successful response.</t>
  <t hangText='Failure:'>
  4.00 “Bad Request” or 400 “Bad Request”. Malformed request.</t>
  <t hangText='Failure:'>
  5.03 “Service Unavailable” or 503 “Service Unavailable”. Service could not perform the operation.</t>
  <t hangText='HTTP support:'>
  YES</t>
</list></t>

<t>If the registration fails with a Service Unavailable response
and a Max-Age option or Retry-After header,
the registering endpoint SHOULD retry the operation after the time indicated.
If the registration fails in another way, including request timeouts,
or if the Service Unavailable error persists after several retries,
or indicates a longer time than the endpoint is willing to wait,
it SHOULD pick another registration URI from the “URI Discovery” step
and if there is only one or the list is exhausted,
pick other choices from the “Finding a Resource Directory” step.
Care has to be taken to consider the freshness of results obtained earlier,
eg. of the result of a <spanx style="verb">/.well-known/core</spanx> response,
the lifetime of an RDAO option and
of DNS responses.
Any rate limits and persistent errors from the “Finding a Resource Directory” step
must be considered for the whole registration time,
not only for a single operation.</t>

<t>The following example shows a registree-ep with the name “node1” registering
two resources to an RD using this interface. The location “/rd”
is an example RD location discovered in a request similar to <xref target="example-discovery"/>.</t>

<figure title="Example registration payload" anchor="example-payload"><artwork><![CDATA[
Req: POST coap://rd.example.com/rd?ep=node1
Content-Format: 40
Payload:
</sensors/temp>;ct=41;rt="temperature-c";if="sensor";
      anchor="coap://spurious.example.com:5683",
</sensors/light>;ct=41;rt="light-lux";if="sensor"

Res: 2.01 Created
Location-Path: /rd/4521
]]></artwork></figure>

<t>A Resource Directory may optionally support HTTP. Here is an example of almost the same registration operation above, when done using HTTP
and the JSON Link Format.</t>

<figure><artwork><![CDATA[
Req: POST /rd?ep=node1&base=http://[2001:db8:1::1] HTTP/1.1
Host: example.com
Content-Type: application/link-format+json
Payload:
[
{"href": "/sensors/temp", "ct": "41", "rt": "temperature-c",
"if": "sensor", "anchor": "coap://spurious.example.com:5683"},
{"href": "/sensors/light", "ct": "41", "rt": "light-lux",
  "if": "sensor"}
]

Res: 201 Created
Location: /rd/4521
]]></artwork></figure>

<section anchor="simple" title="Simple Registration">

<t>Not all endpoints hosting resources are expected to know how to upload links to an RD as described in <xref target="registration"/>. Instead, simple endpoints can implement the Simple Registration approach described in this section. An RD implementing this specification MUST implement Simple Registration. However, there may
be security reasons why this form of directory discovery would be disabled.</t>

<t>This approach requires that the registree-ep makes available the hosted resources
that it wants to be discovered, as links on its <spanx style="verb">/.well-known/core</spanx> interface as
specified in <xref target="RFC6690"/>.
The links in that document are subject to the same limitations as the payload of a registration
(with respect to <xref target="modern6690"/>).</t>

<t>The registree-ep then finds one or more addresses of the directory server as described in <xref target="finding_an_rd"/>.</t>

<t>The registree-ep finally asks the selected directory server to probe it for resources and publish them as follows:</t>

<t>The registree-ep sends (and regularly refreshes with) a POST
request to the <spanx style="verb">/.well-known/core</spanx> URI of the directory server of choice. The body of the POST request is empty, and triggers the resource
directory server to perform GET requests at the requesting registree-ep’s default
discovery URI to obtain the link-format payload to register.</t>

<t>The registree-ep includes the same registration parameters in the POST request as it would per <xref target="registration"/>. The registration base URI of the registration is taken from the requesting server’s URI.</t>

<t>The Resource Directory MUST NOT query the registree-ep’s data before sending the response; this is to accommodate very limited endpoints.
The success condition only indicates that the request was valid (ie. the passed parameters are valid per se),
not that the link data could be obtained or parsed or was successfully registered into the RD.</t>

<t>The simple registration request interface is specified as follows:</t>

<t><list style="hanging">
  <t hangText='Interaction:'>
  EP -&gt; RD</t>
  <t hangText='Method:'>
  POST</t>
  <t hangText='URI Template:'>
  /.well-known/core{?ep,d,lt,extra-attrs*}</t>
</list></t>

<t>URI Template Variables are as they are for registration in <xref target="registration"/>.
The base attribute is not accepted to keep the registration interface simple;
that rules out registration over CoAP-over-TCP or HTTP that would need to specify one.</t>

<t>The following response codes are defined for this interface:</t>

<t><list style="hanging">
  <t hangText='Success:'>
  2.04 “Changed”.</t>
  <t hangText='Failure:'>
  4.00 “Bad Request”. Malformed request.</t>
  <t hangText='Failure:'>
  5.03 “Service Unavailable”. Service could not perform the operation.</t>
  <t hangText='HTTP support:'>
  NO</t>
</list></t>

<t>For the second interaction triggered by the above, the registree-ep takes the role of server and the RD the role of client.
(Note that this is exactly the Well-Known Interface of <xref target="RFC6690"/> Section 4):
<!-- the above paragraph could just as well be any other text;
what amtters is that the tables above and below are clearly separated. --></t>

<t><list style="hanging">
  <t hangText='Interaction:'>
  RD -&gt; EP</t>
  <t hangText='Method:'>
  GET</t>
  <t hangText='URI Template:'>
  /.well-known/core</t>
</list></t>

<t>The following response codes are defined for this interface:</t>

<t><list style="hanging">
  <t hangText='Success:'>
  2.05 “Content”.</t>
  <t hangText='Failure:'>
  4.00 “Bad Request”. Malformed request.</t>
  <t hangText='Failure:'>
  4.04 “Not Found”. /.well-known/core does not exist or is empty.</t>
  <t hangText='Failure:'>
  5.03 “Service Unavailable”. Service could not perform the operation.</t>
  <t hangText='HTTP support:'>
  NO</t>
</list></t>

<t>The registration resources MUST be deleted after the expiration of their lifetime. Additional operations on the registration resource cannot be executed because no registration location is returned.</t>

<t>The following example shows a registree-ep using Simple Registration,
by simply sending an empty POST to a resource directory.</t>

<figure><artwork><![CDATA[
Req:(to RD server from [2001:db8:2::1])
POST /.well-known/core?lt=6000&ep=node1
No payload

Res: 2.04 Changed

(later)

Req: (from RD server to [2001:db8:2::1])
GET /.well-known/core
Accept: 40

Res: 2.05 Content
Content-Format: 40
Payload:
</sen/temp>
]]></artwork></figure>

</section>
<section anchor="third-party-registration" title="Third-party registration">

<t>For some applications, even Simple Registration may be too taxing
for some very constrained devices, in particular if the security requirements
become too onerous.</t>

<t>In a controlled environment (e.g. building control), the Resource Directory
can be filled by a third party device, called a commissioning tool. The commissioning
tool can fill the Resource Directory from a database or other means. For
that purpose the scheme, IP address and port of the registered device is
indicated in the “base” parameter of the registration described in <xref target="registration"/>.</t>

<t>It should be noted that the value of the “base” parameter applies to all the links of the registration and has consequences for the anchor value of the individual links as exemplified in <xref target="weblink"/>. An eventual (currently non-existing) “base” attribute of the link is not affected by the value of “base” parameter in the registration.</t>

</section>
</section>
</section>
<section anchor="group" title="RD Groups">

<t>This section defines the REST API for the creation, management, and lookup of endpoints for group operations.
Similar to endpoint registration entries in the RD, groups may be created or removed. However unlike an endpoint entry, a group entry consists of a list of endpoints and does
not have a lifetime associated with it. In order to make use of multicast requests with
CoAP, a group MAY have a multicast address associated with it.</t>

<section anchor="group-register" title="Register a Group">

<t>In order to create a group, a commissioning tool (CT) used to configure groups,
makes a request to the RD indicating the name of the group to create (or
update), optionally the sector the group belongs to, and optionally the multicast
address of the group. This specification does not require that the endpoints belong to the same sector as the group, but a Resource Directory implementation can impose requirements on the sectors of groups and endpoints depending on its configuration.</t>

<t>The registration message is a list of links to
registration resources of the endpoints that belong to that group.
The CT can use any URI reference discovered using endpoint lookup from the same server
or obtained by registering an endpoint using third party registration
and enter it into a group.
The use of other URIs is not specified in this document and can be defined in others.</t>

<t>The commissioning tool SHOULD not send any target attributes with the links to the registration resources,
and the resource directory SHOULD reject registrations that contain links with unprocessable attributes.</t>

<t>Configuration of the endpoints themselves is out of
scope of this specification. Such an interface for managing the group membership
of an endpoint has been defined in <xref target="RFC7390"/>.</t>

<t>The registration request interface is specified as follows:</t>

<t><list style="hanging">
  <t hangText='Interaction:'>
  CT -&gt; RD</t>
  <t hangText='Method:'>
  POST</t>
  <t hangText='URI Template:'>
  {+rd-group}{?gp,d,base}</t>
  <t hangText='URI Template Variables:'>
        <list style="hanging">
        <t hangText='rd-group :='>
        RD Group URI (mandatory). This is the location of the RD Group
REST API.</t>
        <t hangText='gp :='>
        Group Name (mandatory). The name of the group to be created or replaced,
unique within that sector. The maximum length of this parameter is 63 bytes.</t>
        <t hangText='d :='>
        Sector (optional). The sector to which this group belongs. The maximum
length of this parameter is 63 bytes. When this parameter is not present, the
RD MAY associate the group with a configured default sector or leave it empty.</t>
        <t hangText='base :='>
        Group Base URI (optional). This parameter sets the scheme, address and port of the multicast address associated with the group.
 When base is used, scheme and host are mandatory and
port parameter is optional.</t>
      </list>
  </t>
  <t hangText='Content-Format:'>
  application/link-format</t>
  <t hangText='Content-Format:'>
  application/link-format+json</t>
  <t hangText='Content-Format:'>
  application/link-format+cbor</t>
</list></t>

<t>The following response codes are defined for this interface:</t>

<t><list style="hanging">
  <t hangText='Success:'>
  2.01 “Created” or 201 “Created”. The Location header or Location-Path option MUST be returned in response to a successful group CREATE operation.  This location MUST be a stable identifier generated by the RD as it is used for delete operations of the group resource.</t>
  <t>As with the Registration operation,
the location MUST NOT have a query or fragment component.</t>
  <t hangText='Failure:'>
  4.00 “Bad Request” or 400 “Bad Request”. Malformed request.</t>
  <t hangText='Failure:'>
  5.03 “Service Unavailable” or 503 “Service Unavailable”. Service could not perform the operation.</t>
  <t hangText='HTTP support:'>
  YES</t>
</list></t>

<t>The following example shows an EP registering a group with the name “lights” which has two endpoints. The RD group path /rd-group
is an example RD location discovered in a request similar to <xref target="example-discovery"/>.</t>

<figure><artwork><![CDATA[
Req: POST coap://rd.example.com/rd-group?gp=lights
                                  &base=coap://[ff35:30:2001:db8::1]
Content-Format: 40
Payload:
</rd/4521>,
</rd/4522>

Res: 2.01 Created
Location-Path: /rd-group/12
]]></artwork></figure>

<t>A relative href value denotes the path to the registration resource of the Endpoint. When pointing to a registration resource on a different RD, the href value is an absolute URI.</t>

</section>
<section anchor="group-removal" title="Group Removal">

<t>A group can be removed simply by sending a removal message to the location of the group registration resource which was
returned when initially registering the group. Removing a group MUST NOT remove the endpoints of the group from the RD.</t>

<t>The removal request interface is specified as follows:</t>

<t><list style="hanging">
  <t hangText='Interaction:'>
  CT -&gt; RD</t>
  <t hangText='Method:'>
  DELETE</t>
  <t hangText='URI Template:'>
  {+location}</t>
  <t hangText='URI Template Variables:'>
        <list style="hanging">
        <t hangText='location :='>
        This is the path of the group resource returned by the RD as a result of a successful
group registration.</t>
      </list>
  </t>
</list></t>

<t>The following responses codes are defined for this interface:</t>

<t><list style="hanging">
  <t hangText='Success:'>
  2.02 “Deleted” or 204 “No Content” upon successful deletion</t>
  <t hangText='Failure:'>
  4.00 “Bad Request” or 400 “Bad Request”. Malformed request.</t>
  <t hangText='Failure:'>
  4.04 “Not Found” or 404 “Not Found”. Group does not exist.</t>
  <t hangText='Failure:'>
  5.03 “Service Unavailable” or 503 “Service Unavailable”. Service could not perform the operation.</t>
  <t hangText='HTTP support:'>
  YES</t>
</list></t>

<t>The following examples shows successful removal of the group from the RD with the example location value /rd-group/12.</t>

<figure><artwork><![CDATA[
Req: DELETE /rd-group/12

Res: 2.02 Deleted
]]></artwork></figure>

</section>
</section>
<section anchor="lookup" title="RD Lookup">

<t>To discover the resources registered with the RD,
a lookup interface must be provided. This lookup interface
is defined as a default, and it is assumed that RDs may also support lookups
to return resource descriptions in alternative formats (e.g. Atom or HTML
Link) or using more advanced interfaces (e.g. supporting context or semantic
based lookup).</t>

<t>RD Lookup allows lookups for groups, endpoints and resources
using attributes defined in this document and for use with the CoRE
Link Format. The result of a lookup request is the list of links (if any)
corresponding to the type of lookup.  Thus, a group lookup MUST return a list of groups, an endpoint lookup MUST return a list of endpoints and a resource lookup MUST return a list of links to resources.</t>

<t>The lookup type is selected by a URI endpoint, which is indicated by a Resource Type as per <xref target="lookup-types"/> below:</t>

<texttable title="Lookup Types" anchor="lookup-types">
      <ttcol align='left'>Lookup Type</ttcol>
      <ttcol align='left'>Resource Type</ttcol>
      <ttcol align='left'>Mandatory</ttcol>
      <c>Resource</c>
      <c>core.rd-lookup-res</c>
      <c>Mandatory</c>
      <c>Endpoint</c>
      <c>core.rd-lookup-ep</c>
      <c>Mandatory</c>
      <c>Group</c>
      <c>core.rd-lookup-gp</c>
      <c>Optional</c>
</texttable>

<section anchor="resource-lookup" title="Resource lookup">

<t>Resource lookup results in links that are semantically equivalent to the links submitted to the RD if they were accessed on the endpoint itself.
The links and link parameters returned are equal to the submitted,
except that the target and anchor references are fully resolved.</t>

<t>Links that did not have an anchor attribute are therefore returned with the (explicitly or implicitly set) base URI of the registration as the anchor.
Links whose href or anchor was submitted as an absolute URI are returned with respective attributes unmodified.</t>

<t>Above rules allow the client to interpret the response as links without any further knowledge of what the RD does.
The Resource Directory MAY replace the registration base URIs with a configured intermediate proxy, e.g. in the case of an HTTP lookup interface for CoAP endpoints.</t>

</section>
<section anchor="lookup-filtering" title="Lookup filtering">

<t>Using the Accept Option, the requester can control whether the returned list is returned in CoRE Link Format (<spanx style="verb">application/link-format</spanx>, default) or its alternate content-formats (<spanx style="verb">application/link-format+json</spanx> or <spanx style="verb">application/link-format+cbor</spanx>).</t>

<t>The page and count parameters are used to obtain lookup results in specified increments using pagination, where count specifies how many links to return and page specifies which subset of links organized in sequential pages, each containing ‘count’ links, starting with link zero and page zero. Thus, specifying count of 10 and page of 0 will return the first 10 links in the result set (links 0-9). Count = 10 and page = 1 will return the next ‘page’ containing links 10-19, and so on.</t>

<t>Multiple search criteria MAY be included in a lookup. All included criteria MUST match for a link to be returned. The Resource Directory MUST support matching with multiple search criteria.</t>

<t>A link matches a search criterion if it has an attribute of the same name and the same value, allowing for a trailing “*” wildcard operator as in Section 4.1 of <xref target="RFC6690"/>.
Attributes that are defined as “link-type” match if the search value matches any of their values (see Section 4.1 of <xref target="RFC6690"/>; eg. <spanx style="verb">?if=core.s</spanx> matches <spanx style="verb">;if="abc core.s";</spanx>).
A link also matches a search criterion if the link that would be produced for any of its containing entities would match the criterion, or an entity contained in it would: A search criterion matches an endpoint if it matches the endpoint itself, any of the groups it is contained in or any resource it contains. A search criterion matches a resource if it matches the resource itself, the resource’s endpoint, or any of the endpoint’s groups.</t>

<t>Note that <spanx style="verb">href</spanx> is also a valid search criterion and matches target references. Like all search criteria, on a resource lookup it can match the target reference of the resource link itself, but also the registration resource of the endpoint that registered it, or any group resource that endpoint is contained in.
Queries for resource link targets MUST be in absolute form and are matched against a resolved link target. Queries for groups and endpoints SHOULD be expressed in path-absolute form if possible and MUST be expressed in absolute form otherwise; the RD SHOULD recognize either.</t>

<t>Clients that are interested in a lookup result repeatedly or continuously can use
mechanisms like ETag caching, resource observation (<xref target="RFC7641"/>),
or any future mechanism that might allow more efficient observations of collections.
These are advertised, detected and used according to their own specifications
and can be used with the lookup interface as with any other resource.</t>

<t>When resource observation is used,
every time the set of matching links changes, or the content of a matching link changes, the RD sends a notification with the matching link set.
The notification contains the successful current response to the given request,
especially with respect to representing zero matching links
(see “Success” item below).</t>

<t>The lookup interface is specified as follows:</t>

<t><list style="hanging">
  <t hangText='Interaction:'>
  Client -&gt; RD</t>
  <t hangText='Method:'>
  GET</t>
  <t hangText='URI Template:'>
  {+type-lookup-location}{?page,count,search*}</t>
  <t hangText='URI Template Variables:'>
        <list style="hanging">
        <t hangText='type-lookup-location :='>
        RD Lookup URI for a given lookup type (mandatory). The address is
discovered as described in <xref target="discovery"/>.</t>
        <t hangText='search :='>
        Search criteria for limiting the number of results (optional).</t>
        <t hangText='page :='>
        Page (optional). Parameter can not be used without the count
parameter. Results are returned from result set in pages that contain
‘count’ links starting from index (page * count). Page numbering starts
with zero.</t>
        <t hangText='count :='>
        Count (optional). Number of results is limited to this parameter value. If
the page parameter is also present, the response MUST only include ‘count’
links starting with the (page * count) link in the result set from the query. If
the count parameter is not present, then the response MUST return all matching
links in the result set. Link numbering starts with zero.</t>
        <t hangText='Content-Format:'>
        application/link-format (optional)</t>
        <t hangText='Content-Format:'>
        application/link-format+json (optional)</t>
        <t hangText='Content-Format:'>
        application/link-format+cbor (optional)</t>
      </list>
  </t>
</list></t>

<t>The following responses codes are defined for this interface:</t>

<t><list style="hanging">
  <t hangText='Success:'>
  2.05 “Content” or 200 “OK” with an <spanx style="verb">application/link-format</spanx>, <spanx style="verb">application/link-format+cbor</spanx>, or <spanx style="verb">application/link-format+json</spanx> payload containing matching entries for the lookup.

The payload can contain zero links (which is an empty payload, <spanx style="verb">80</spanx> (hex) or <spanx style="verb">[]</spanx> in the respective content format),
indicating that no entities matched the request.</t>
  <t hangText='Failure:'>
  No error response to a multicast request.</t>
  <t hangText='Failure:'>
  4.00 “Bad Request” or 400 “Bad Request”. Malformed request.</t>
  <t hangText='Failure:'>
  5.03 “Service Unavailable” or 503 “Service Unavailable”. Service could not perform the operation.</t>
  <t hangText='HTTP support:'>
  YES</t>
</list></t>

<t>The group and endpoint lookup return registration resources which can only be manipulated by the registering endpoint. Examples of group and endpoint lookup belong to the management aspects of the RD and are shown in <xref target="ep-gp-lookup"/>. The resource lookup examples are shown in this section.</t>

</section>
<section anchor="resource-lookup-examples" title="Resource lookup examples">

<t>The examples in this section assume the existence of CoAP hosts with a default CoAP port 61616. HTTP hosts are possible and do not change the nature of the examples.</t>

<t>The following example shows a client performing a resource lookup with the example resource look-up locations discovered in <xref target="example-discovery"/>:</t>

<figure><artwork><![CDATA[
Req: GET /rd-lookup/res?rt=temperature

Res: 2.05 Content
<coap://[2001:db8:3::123]:61616/temp>;rt="temperature";
           anchor="coap://[2001:db8:3::123]:61616"
]]></artwork></figure>

<t>The same lookup using the CBOR Link Format media type:</t>

<figure><artwork><![CDATA[
Req: GET /rd-lookup/res?rt=temperature
Accept: TBD64

Res: 2.05 Content
Content-Format: TBD64
Payload in Hex notation:
81A3017823636F61703A2F2F5B323030313A6462383A333A3A3132335D3A363136313
62F74656D7003781E636F61703A2F2F5B323030313A6462383A333A3A3132335D3A36
31363136096B74656D7065726174757265
Decoded payload:
[{1: "coap://[2001:db8:3::123]:61616/temp", 9: "temperature",
3: "coap://[2001:db8:3::123]:61616"}]
]]></artwork></figure>

<t>A client that wants to be notified of new resources as they show up can use
observation:</t>

<figure><artwork><![CDATA[
Req: GET /rd-lookup/res?rt=light
Observe: 0

Res: 2.05 Content
Observe: 23
Payload: empty

(at a later point in time)

Res: 2.05 Content
Observe: 24
Payload:
<coap://[2001:db8:3::124]/west>;rt="light";
    anchor="coap://[2001:db8:3::124]",
<coap://[2001:db8:3::124]/south>;rt="light";
    anchor="coap://[2001:db8:3::124]",
<coap://[2001:db8:3::124]/east>;rt="light";
    anchor="coap://[2001:db8:3::124]"
]]></artwork></figure>

<t>The following example shows a client performing a paginated resource lookup</t>

<figure><artwork><![CDATA[
Req: GET /rd-lookup/res?page=0&count=5

Res: 2.05 Content
<coap://[2001:db8:3::123]:61616/res/0>;rt=sensor;ct=60;
    anchor="coap://[2001:db8:3::123]:61616",
<coap://[2001:db8:3::123]:61616/res/1>;rt=sensor;ct=60;
    anchor="coap://[2001:db8:3::123]:61616",
<coap://[2001:db8:3::123]:61616/res/2>;rt=sensor;ct=60;
    anchor="coap://[2001:db8:3::123]:61616",
<coap://[2001:db8:3::123]:61616/res/3>;rt=sensor;ct=60;
    anchor="coap://[2001:db8:3::123]:61616",
<coap://[2001:db8:3::123]:61616/res/4>;rt=sensor;ct=60;
    anchor="coap://[2001:db8:3::123]:61616"

Req: GET /rd-lookup/res?page=1&count=5

Res: 2.05 Content
<coap://[2001:db8:3::123]:61616/res/5>;rt=sensor;ct=60;
    anchor="coap://[2001:db8:3::123]:61616",
<coap://[2001:db8:3::123]:61616/res/6>;rt=sensor;ct=60;
    anchor="coap://[2001:db8:3::123]:61616",
<coap://[2001:db8:3::123]:61616/res/7>;rt=sensor;ct=60;
    anchor="coap://[2001:db8:3::123]:61616",
<coap://[2001:db8:3::123]:61616/res/8>;rt=sensor;ct=60;
    anchor="coap://[2001:db8:3::123]:61616",
<coap://[2001:db8:3::123]:61616/res/9>;rt=sensor;ct=60;
    anchor="coap://[2001:db8:3::123]:61616"
]]></artwork></figure>

<t>The following example shows a client performing a lookup of all resources from
endpoints of all endpoints of a given endpoint type. It assumes that two endpoints (with endpoint
names <spanx style="verb">sensor1</spanx> and <spanx style="verb">sensor2</spanx>) have previously registered with their respective
addresses <spanx style="verb">coap://sensor1.example.com</spanx> and <spanx style="verb">coap://sensor2.example.com</spanx>, and
posted the very payload of the 6th request of section 5 of <xref target="RFC6690"/>.</t>

<t>It demonstrates how absolute link targets stay unmodified, while relative ones
are resolved:</t>

<figure><artwork><![CDATA[
Req: GET /rd-lookup/res?et=oic.d.sensor

<coap://sensor1.example.com/sensors>;ct=40;title="Sensor Index";
    anchor="coap://sensor1.example.com",
<coap://sensor1.example.com/sensors/temp>;rt="temperature-c";
    if="sensor"; anchor="coap://sensor1.example.com",
<coap://sensor1.example.com/sensors/light>;rt="light-lux";
    if="sensor"; anchor="coap://sensor1.example.com",
<http://www.example.com/sensors/t123>;rel="describedby";
    anchor="coap://sensor1.example.com/sensors/temp",
<coap://sensor1.example.com/t>;rel="alternate";
    anchor="coap://sensor1.example.com/sensors/temp",
<coap://sensor2.example.com/sensors>;ct=40;title="Sensor Index";
    anchor="coap://sensor2.example.com",
<coap://sensor2.example.com/sensors/temp>;rt="temperature-c";
    if="sensor"; anchor="coap://sensor2.example.com",
<coap://sensor2.example.com/sensors/light>;rt="light-lux";
    if="sensor"; anchor="coap://sensor2.example.com",
<http://www.example.com/sensors/t123>;rel="describedby";
    anchor="coap://sensor2.example.com/sensors/temp",
<coap://sensor2.example.com/t>;rel="alternate";
    anchor="coap://sensor2.example.com/sensors/temp"
]]></artwork></figure>

</section>
</section>
<section anchor="security-considerations" title="Security Considerations">

<t>The security considerations as described in Section 7 of <xref target="RFC5988"/> and
Section 6 of <xref target="RFC6690"/> apply. The <spanx style="verb">/.well-known/core</spanx> resource may be
protected e.g. using DTLS when hosted on a CoAP server as described in
<xref target="RFC7252"/>. DTLS or TLS based security SHOULD be used on all resource
directory interfaces defined in this document<!-- TODO: Improve the exact DTLS
or TLS security requirements and references  -->.</t>

<section anchor="endpoint_identification" title="Endpoint Identification and Authentication">

<t>An Endpoint is determined to be unique within (the sector of) an RD by the Endpoint identifier
parameter included during Registration, and any associated TLS or DTLS security
bindings. An Endpoint MUST NOT be identified by its protocol, port or IP
address as these may change over the lifetime of an Endpoint.</t>

<t>Every operation performed by an Endpoint or Client on a resource directory
SHOULD be mutually authenticated using Pre-Shared Key, Raw Public Key or
Certificate based security.</t>

<t>Consider the following threat: two devices A and B are managed by a single server. Both devices have unique, per-device credentials for use with DTLS to make sure that only parties with authorization to access A or B can do so.</t>

<t>Now, imagine that a malicious device A wants to sabotage the device B. It uses its credentials during the DTLS exchange. Then, it puts the
endpoint name of device B. If the server does not check
whether the identifier provided in the DTLS handshake matches the
identifier used at the CoAP layer then it may be inclined to use the
endpoint name for looking up what information to provision to the malicious device.</t>

<t><xref target="authorization_example"/> specifies an example that removes this threat by using an Authorization Server for endpoints that have a certificate installed.</t>

</section>
<section anchor="access-control" title="Access Control">

<t>Access control SHOULD be performed separately for the RD registration, Lookup, and
group API paths, as different endpoints may be authorized to register
with an RD from those authorized to lookup endpoints from the RD. Such access
control SHOULD be performed in as fine-grained a level as possible. For example
access control for lookups could be performed either at the sector, endpoint
or resource level.</t>

</section>
<section anchor="denial-of-service-attacks" title="Denial of Service Attacks">

<t>Services that run over UDP unprotected are vulnerable to unknowingly
become part of a DDoS attack as UDP does not require return
routability check. Therefore, an attacker can easily spoof the source
IP of the target entity and send requests to such a service which
would then respond to the target entity. This can be used for
large-scale DDoS attacks on the target. Especially, if the service
returns a response that is order of magnitudes larger than the
request, the situation becomes even worse as now the attack can be
amplified. DNS servers have been widely used for DDoS amplification
attacks. There is also a danger that NTP Servers could become implicated in denial-of-service (DoS) attacks since they run on unprotected UDP, there
is no return routability check, and they can have a large amplification factor.
The responses from the NTP server were found to be
19 times larger than the request. A Resource Directory (RD) which responds
to wild-card lookups is potentially vulnerable if run with CoAP over UDP.
Since there is no return routability check and the responses can be significantly
larger than requests, RDs can unknowingly become part of a DDoS amplification
attack.</t>

</section>
</section>
<section anchor="authorization_example" title="Authorization Server example">

<t>When threats may occur as described in <xref target="endpoint_identification"/>, an Authorization Server (AS) as specified in <xref target="I-D.ietf-ace-oauth-authz"/> can be used to remove the threat. An authorized  registry request to the Resource Directory (RD) is accompanied by an Access Token that validates the access of the client to the RD. In this example, the contents of the Access Token is specified by a CBOR Web Token (CWT) <xref target="RFC8392"/>. Selecting one of the scenarios of <xref target="I-D.ietf-anima-bootstrapping-keyinfra"/>, the registree-ep has a certificate that has been inserted at manufacturing time. The contents of the certificate will be used to generate the unique endpoint name. The certificate is uniquely identified by the leftmost CNcomponent of the subject name appended with the serial number. The unique certificate identifier is used as the unique endpoint name. The same unique identification is used for the registree-ep and the Commissioning Tool.</t>

<t>The case of using RPK or PSK is outside the scope of this example.</t>

<t><xref target="fig-cert"/> shows the example certificate used to specify the claim values in the CWT. Serial number 01:02:03:04:05:06:07:08, and CN field, Fairhair, in the subject field are concatenated to create a unique certificate identifier: Fairhair-01:02:03:04:05:06:07:08, which is used in <xref target="fig-registree"/> and <xref target="fig-CT"/> as “sub” claim and “epn” claim values respectively.</t>

<figure title="Sample X.509 version 3 certificate for Fairhair device issued by the Acme corporation." align="left" anchor="fig-cert"><artwork><![CDATA[
Certificate: Data:
    Version: 3 (0x2)
    Serial Number: 01:02:03:04:05:06:07:08
    Signature Algorithm: md5WithRSA
    Encryption Issuer: C=US, ST=Florida, O=Acme, Inc., OU=Security,
                                                           CN=CA
   Authority/emailAddress=ca@acme.com
    Validity Not Before: Aug 20 12:59:55 2013 GMT
                               Not After : Aug 20 12:59:55 2013 GMT
     Subject: C=US, ST=Florida, O=Acme, Inc., OU=Sales, CN=Fairhair
     Subject Public Key
     Info: Public Key Algorithm: rsaEncryption
     RSA Public Key: (1024 bit) Modulus (1024 bit):
 00:be:5e:6e:f8:2c:c7:8c:07:7e:f0:ab:a5:12:db:
 fc:5a:1e:27:ba:49:b0:2c:e1:cb:4b:05:f2:23:09:
 77:13:75:57:08:29:45:29:d0:db:8c:06:4b:c3:10:
 88:e1:ba:5e:6f:1e:c0:2e:42:82:2b:e4:fa:ba:bc:
 45:e9:98:f8:e9:00:84:60:53:a6:11:2e:18:39:6e:
 ad:76:3e:75:8d:1e:b1:b2:1e:07:97:7f:49:31:35:
 25:55:0a:28:11:20:a6:7d:85:76:f7:9f:c4:66:90:
 e6:2d:ce:73:45:66:be:56:aa:ee:93:ae:10:f9:ba:
 24:fe:38:d0:f0:23:d7:a1:3b
 Exponent: 65537 (0x10001)
]]></artwork></figure>

<t>Three sections for as many authorized RD registration scenarios describe: (1) the registree-ep registers itself with the RD, (2) a 3rd party Commissioning Tool (CT) registers the registree-ep with the RD, and (3) A client updates multiple links in an RD.</t>

<section anchor="registree-ep-registers-with-rd" title="Registree-ep registers with RD">

<t>The registree-ep sends a Request to the RD accompanied by a CBOR Web Token (CWT). To prevent ambiguities, the URI of the authorized request cannot contain the ep= or the d= parameters which are specified in the CWT. When these parameters are present in the URI, the request is rejected with CoAP response code 4.00 (bad request). The CWT of <xref target="fig-registree"/> authorizes the registree-ep to register itself in the RD by specifying the certificate identifier of the registree-ep in the sub claim. The same value is assigned to the endpoint name of the registree-ep in the RD.</t>

<figure title="Claim set of CWT for registering registree-ep" align="left" anchor="fig-registree"><artwork><![CDATA[
The claim set of the CWT is represented in CBOR diagnostic notation
{
     /iss/  1: ”coaps://as.example.com”,   / identifies the AS/
     /sub/ 2: ”Fairhair_01:02:03:04:05:06:07:08”,
      / certificate identifier uniquely identifies registree-ep/
     /aud/ 3: ”coaps://rd.example.com”   / audience is the RD/
}
]]></artwork></figure>

</section>
<section anchor="third-party-commissioning-tool-ct-registers-registree-ep-with-rd" title="Third party Commissioning Tool (CT) registers registree-ep with RD.">

<t>The CT sends a Request to the RD accompanied by a CBOR Web Token (CWT). To prevent ambiguities, the URI of an authorized request cannot contain the ep= or the d= parameters which are specified in the CWT. When these parameters are present in the URI, the request is rejected with CoAP response code 4.00 (bad request). The CWT of <xref target="fig-CT"/> authorizes the CT to register the registree-ep by specifying the certificate identifier, Fairhair_08:07:06:05:04:03:02:01, of the CT in the “sub” claim. Next to the certificate identifier of the CT, the CWT needs to specify the security identifier of the registree-ep. The new “rd_epn” claim is used to specify the value of the certificate identifier Fairhair_01:02:03:04:05:06:07:08, of the registree-ep. The CWT may contain the optional new “rd_sct” claim to assign a sector name to the registree-ep.</t>

<figure title="Claim set of CWT for registering registree-ep by CT" align="left" anchor="fig-CT"><artwork><![CDATA[
The claim set is represented in CBOR diagnostic notation
{
    /iss/       1: ”coaps://as.example.com”,    / identifies the AS/
    /sub/      2: ”Fairhair_08:07:06:05:04:03:02:01”,
             / certificate identifier uniquely identifies CT/
    /aud/      3: ”coaps://rd.example.com”,   / audience is the RD/
    /rd_epn/ y: “Fairhair_01:02:03:04:05:06:07:08”,
           /certificate identifier uniquely identifies registree-ep/
    /rd_sct/  z: “my-devices”       /optional sector name/
}
]]></artwork></figure>

</section>
<section anchor="updating-multiple-links" title="Updating multiple links">

<t><xref target="link-up"/> of RD specifies that multiple links can be updated with a media format to be specified. The updating endpoint sends a Request to the RD accompanied by a CWT. The “sub” claim of the CWT contains the certificate identifier of the updating endpoint. Updating registrations and links cannot not change or delete the endpoint names. Consequently, the updating endpoint is authorized by the CWT to change all links of its registrations but cannot delete or add registrations. The CWT of <xref target="fig-registree"/> and <xref target="fig-CT"/> authorize an updating registree-ep or an updating CT respectively.</t>

</section>
</section>
<section anchor="iana-considerations" title="IANA Considerations">

<section anchor="iana-rt" title="Resource Types">

<t>IANA is asked to enter the following values into the Resource Type (rt=) Link
Target Attribute Values subregistry of the Constrained Restful Environments
(CoRE) Parameters registry defined in <xref target="RFC6690"/>:</t>

<texttable>
      <ttcol align='left'>Value</ttcol>
      <ttcol align='left'>Description</ttcol>
      <ttcol align='left'>Reference</ttcol>
      <c>core.rd</c>
      <c>Directory resource of an RD</c>
      <c>RFCTHIS <xref target="discovery"/></c>
      <c>core.rd-group</c>
      <c>Group directory resource of an RD</c>
      <c>RFCTHIS <xref target="discovery"/></c>
      <c>core.rd-lookup-res</c>
      <c>Resource lookup of an RD</c>
      <c>RFCTHIS <xref target="discovery"/></c>
      <c>core.rd-lookup-ep</c>
      <c>Endpoint lookup of an RD</c>
      <c>RFCTHIS <xref target="discovery"/></c>
      <c>core.rd-lookup-gp</c>
      <c>Group lookup of an RD</c>
      <c>RFCTHIS <xref target="discovery"/></c>
      <c>core.rd-ep</c>
      <c>Endpoint resource of an RD</c>
      <c>RFCTHIS <xref target="lookup"/></c>
      <c>core.rd-gp</c>
      <c>Group resource of an RD</c>
      <c>RFCTHIS <xref target="lookup"/></c>
</texttable>

</section>
<section anchor="ipv6-nd-resource-directory-address-option" title="IPv6 ND Resource Directory Address Option">

<t>This document registers one new ND option type under the subregistry “IPv6 Neighbor Discovery Option Formats”:</t>

<t><list style="symbols">
  <t>Resource Directory address Option (38)</t>
</list></t>

</section>
<section anchor="iana-registry" title="RD Parameter Registry">

<t>This specification defines a new sub-registry for registration and lookup
parameters called “RD Parameters” under “CoRE Parameters”. Although this
specification defines a basic set of parameters, it is expected that other
standards that make use of this interface will define new ones.</t>

<t>Each entry in the registry must include</t>

<t><list style="symbols">
  <t>the human readable name of the parameter,</t>
  <t>the short name as used in query parameters or link attributes,</t>
  <t>indication of whether it can be passed as a query parameter at registration of endpoints or groups, as a query parameter in lookups, or be expressed as a link attribute,</t>
  <t>validity requirements if any, and</t>
  <t>a description.</t>
</list></t>

<t>The query parameter MUST be both a valid URI query key <xref target="RFC3986"/> and a parmname as used in <xref target="RFC5988"/>.</t>

<t>The description must give details on which registrations they apply to (Endpoint, group registrations or both? Can they be updated?), and how they are to be processed in lookups.</t>

<t>The mechanisms around new RD parameters should be designed in such a way that they tolerate RD implementations that are unaware of the parameter and expose any parameter passed at registration or updates on in endpoint lookups. (For example, if a parameter used at registration were to be confidential, the registering endpoint should be instructed to only set that parameter if the RD advertises support for keeping it confidential at the discovery step.)</t>

<t>Initial entries in this sub-registry are as follows:</t>

<texttable title="RD Parameters" anchor="tab-registry">
      <ttcol align='left'>Full name</ttcol>
      <ttcol align='left'>Short</ttcol>
      <ttcol align='left'>Validity</ttcol>
      <ttcol align='left'>Use</ttcol>
      <ttcol align='left'>Description</ttcol>
      <c>Endpoint Name</c>
      <c>ep</c>
      <c>&#160;</c>
      <c>RLA</c>
      <c>Name of the endpoint, max 63 bytes</c>
      <c>Lifetime</c>
      <c>lt</c>
      <c>60-4294967295</c>
      <c>R</c>
      <c>Lifetime of the registration in seconds</c>
      <c>Sector</c>
      <c>d</c>
      <c>&#160;</c>
      <c>RLA</c>
      <c>Sector to which this endpoint belongs</c>
      <c>Registration Base URI</c>
      <c>base</c>
      <c>URI</c>
      <c>RLA</c>
      <c>The scheme, address and port and path at which this server is available</c>
      <c>Group Name</c>
      <c>gp</c>
      <c>&#160;</c>
      <c>RLA</c>
      <c>Name of a group in the RD</c>
      <c>Page</c>
      <c>page</c>
      <c>Integer</c>
      <c>L</c>
      <c>Used for pagination</c>
      <c>Count</c>
      <c>count</c>
      <c>Integer</c>
      <c>L</c>
      <c>Used for pagination</c>
      <c>Endpoint Type</c>
      <c>et</c>
      <c>&#160;</c>
      <c>RLA</c>
      <c>Semantic name of the endpoint (see <xref target="et-registry"/>)</c>
</texttable>

<t>(Short: Short name used in query parameters or link attributes. Use: R = used at registration, L = used at lookup, A = expressed in link attribute</t>

<t>The descriptions for the options defined in this document are only summarized here.
To which registrations they apply and when they are to be shown is described in the respective sections of this document.</t>

<t>The IANA policy for future additions to the sub-registry is “Expert Review”
as described in <xref target="RFC8126"/>. The evaluation should consider
formal criteria,
duplication of functionality (Is the new entry redundant with an existing one?),
topical suitability (Eg. is the described property actually a property of the endpoint and not a property of a particular resource, in which case it should go into the payload of the registration and need not be registered?),
and the potential for conflict with commonly used link attributes (For example, <spanx style="verb">if</spanx> could be used as a parameter for conditional registration if it were not to be used in lookup or attributes, but would make a bad parameter for lookup, because a resource lookup with an <spanx style="verb">if</spanx> query parameter could ambiguously filter by the registered endpoint property or the <xref target="RFC6690"/> link attribute).
It is expected that the registry will receive between 5 and 50 registrations in total over the next years.</t>

<section anchor="et-description" title="Full description of the “Endpoint Type” Registration Parameter">

<t>An endpoint registering at an RD can describe itself with endpoint types,
similar to how resources are described with Resource Types in <xref target="RFC6690"/>.
An endpoint type is expressed as a string, which can be either a URI or one of
the values defined in the Endpoint Type subregistry.
Endpoint types can be passed in the <spanx style="verb">et</spanx> query parameter as part of extra-attrs
at the Registration step,
are shown on endpoint lookups using the <spanx style="verb">et</spanx> target attribute,
and can be filtered for using <spanx style="verb">et</spanx> as a search criterion in resource and
endpoint lookup.
Multiple endpoint types are given as separate query parameters or link
attributes.</t>

<t>Note that Endpoint Type differs from Resource Type in that it uses multiple
attributes rather than space separated values.
As a result, Resource Directory implementations automatically support correct
filtering in the lookup interfaces from the rules for unknown endpoint
attributes.</t>

</section>
</section>
<section anchor="et-registry" title="“Endpoint Type” (et=) RD Parameter values">

<t>This specification establishes a new sub-registry under “CoRE Parameters”
called ‘“Endpoint Type” (et=) RD Parameter values’.
The registry properties (required policy, requirements, template) are identical
to those of the Resource Type parameters in <xref target="RFC6690"/>, in short:</t>

<t>The review policy is IETF Review for values starting with “core”, and
Specification Required for others.</t>

<t>The requirements to be enforced are:</t>

<t><list style="symbols">
  <t>The values MUST be related to the purpose described in <xref target="et-description"/>.</t>
  <t>The registered values MUST conform to the ABNF reg-rel-type definition of
<xref target="RFC6690"/> and MUST NOT be a URI.</t>
  <t>It is recommended to use the period “.” character for segmentation.</t>
</list></t>

<t>The registry is initially empty.</t>

</section>
<section anchor="mc-registration" title="Multicast Address Registration">

<t>IANA has
   assigned the following multicast addresses for use by CoAP nodes:</t>

<t>IPv4  – “all CoRE resource directories” address, from the “IPv4
      Multicast Address Space Registry” equal to “All CoAP Nodes”, 224.0.1.187.  As the address is used for
      discovery that may span beyond a single network, it has come from
      the Internetwork Control Block (224.0.1.x, RFC 5771).</t>

<t>IPv6  – “all CoRE resource directories” address MCD1 (suggestions FF0X::FE), from the “IPv6 Multicast
      Address Space Registry”, in the “Variable Scope Multicast
      Addresses” space (RFC 3307).  Note that there is a distinct
      multicast address for each scope that interested CoAP nodes should
      listen to; CoAP needs the Link-Local and Site-Local scopes only.</t>

</section>
<section anchor="cbor-web-token-claims" title="CBOR Web Token claims">

<t>This specification registers the following new claims in the CBOR Web
Token (CWT) registry of CBOR Web Token Claims:</t>

<t>Claim “rd_epn”</t>

<t><list style="symbols">
  <t>Claim Name: “rd_epn”</t>
  <t>Claim Description: The endpoint name of the RD entry as described in <xref target="authorization_example"/> of RFCTHIS.</t>
  <t>JWT Claim Name: N/A</t>
  <t>Claim Key: y</t>
  <t>Claim Value Type(s): 0 (uint), 2 (byte string), 3 (text string)</t>
  <t>Change Controller: IESG</t>
  <t>Specification Document(s): <xref target="authorization_example"/> of RFCTHIS</t>
</list></t>

<t>Claim “rd_sct”</t>

<t><list style="symbols">
  <t>Claim Name: “rd_sct”</t>
  <t>Claim Description: The sector name of the RD entry as described in <xref target="authorization_example"/> of RFCTHIS.</t>
  <t>JWT Claim Name: N/A</t>
  <t>Claim Key: z</t>
  <t>Claim Value Type(s): 0 (uint), 2 (byte string), 3 (text string)</t>
  <t>Change Controller: IESG</t>
  <t>Specification Document(s): <xref target="authorization_example"/> of RFCTHIS</t>
</list></t>

<t>Mapping of claim name to CWT key</t>

<texttable>
      <ttcol align='left'>Parameter name</ttcol>
      <ttcol align='left'>CBOR key</ttcol>
      <ttcol align='left'>Value type</ttcol>
      <c>rd_epn</c>
      <c>y</c>
      <c>Text string</c>
      <c>rd_sct</c>
      <c>z</c>
      <c>Text string</c>
</texttable>

</section>
</section>
<section anchor="examples" title="Examples">

<t>Two examples are presented: a Lighting Installation example in <xref target="lt-ex"/> and a LWM2M example in <xref target="lwm2m-ex"/>.</t>

<section anchor="lt-ex" title="Lighting Installation">

<t>This example shows a simplified lighting installation which makes use of
the Resource Directory (RD) with a CoAP interface to facilitate the installation and start up of
the application code in the lights and sensors. In particular, the example
leads to the definition of a group and the enabling of the corresponding
multicast address. No conclusions must be drawn on the realization of actual
installation or naming procedures, because the example only “emphasizes” some of the issues
that may influence the use of the RD and does not pretend to be normative.</t>

<section anchor="lt-in-ch" title="Installation Characteristics">

<t>The example assumes that the installation is managed. That means that a Commissioning
Tool (CT) is used to authorize the addition of nodes, name them, and name
their services. The CT can be connected to the installation in many ways:
the CT can be part of the installation network, connected by WiFi to the
installation network, or connected via GPRS link, or other method.</t>

<t>It is assumed that there are two naming authorities for the installation:
(1) the network manager that is responsible for the correct operation of
the network and the connected interfaces, and (2) the lighting manager that
is responsible for the correct functioning of networked lights and sensors.
The result is the existence of two naming schemes coming from the two managing
entities.</t>

<t>The example installation consists of one presence sensor, and two luminaries,
luminary1 and luminary2, each with their own wireless interface. Each luminary
contains three lamps: left, right and middle. Each luminary is accessible
through one endpoint. For each lamp a resource exists to modify the settings
of a lamp in a luminary. The purpose of the installation is that the presence
sensor notifies the presence of persons to a group of lamps. The group of
lamps consists of: middle and left lamps of luminary1 and right lamp of luminary2.</t>

<t>Before commissioning by the lighting manager, the network is installed and
access to the interfaces is proven to work by the network manager.</t>

<t>At the moment of installation, the network under installation is not necessarily
connected to the DNS infra structure. Therefore, SLAAC IPv6 addresses are
assigned to CT, RD, luminaries and sensor shown in <xref target="interface-S"/> below:</t>

<texttable title="interface SLAAC addresses" anchor="interface-S">
      <ttcol align='left'>Name</ttcol>
      <ttcol align='left'>IPv6 address</ttcol>
      <c>luminary1</c>
      <c>2001:db8:4::1</c>
      <c>luminary2</c>
      <c>2001:db8:4::2</c>
      <c>Presence sensor</c>
      <c>2001:db8:4::3</c>
      <c>Resource directory</c>
      <c>2001:db8:4::ff</c>
</texttable>

<t>In <xref target="rd-en"/> the use of resource directory during installation is
presented.</t>

</section>
<section anchor="rd-en" title="RD entries">

<t>It is assumed that access to the DNS infrastructure is not always possible
during installation. Therefore, the SLAAC addresses are used in this section.</t>

<t>For discovery, the resource types (rt) of the devices are important. The
lamps in the luminaries have rt: light, and the presence sensor has rt: p-sensor.
The endpoints have names which are relevant to the light installation manager.
In this case luminary1, luminary2, and the presence sensor are located in
room 2-4-015, where luminary1 is located at the window and luminary2 and
the presence sensor are located at the door. The endpoint names reflect
this physical location. The middle, left and right lamps are accessed via
path /light/middle, /light/left, and /light/right respectively. The identifiers
relevant to the Resource Directory are shown in <xref target="endpoint"/> below:</t>

<texttable title="Resource Directory identifiers" anchor="endpoint">
      <ttcol align='left'>Name</ttcol>
      <ttcol align='left'>endpoint</ttcol>
      <ttcol align='left'>resource path</ttcol>
      <ttcol align='left'>resource type</ttcol>
      <c>luminary1</c>
      <c>lm_R2-4-015_wndw</c>
      <c>/light/left</c>
      <c>light</c>
      <c>luminary1</c>
      <c>lm_R2-4-015_wndw</c>
      <c>/light/middle</c>
      <c>light</c>
      <c>luminary1</c>
      <c>lm_R2-4-015_wndw</c>
      <c>/light/right</c>
      <c>light</c>
      <c>luminary2</c>
      <c>lm_R2-4-015_door</c>
      <c>/light/left</c>
      <c>light</c>
      <c>luminary2</c>
      <c>lm_R2-4-015_door</c>
      <c>/light/middle</c>
      <c>light</c>
      <c>luminary2</c>
      <c>lm_R2-4-015_door</c>
      <c>/light/right</c>
      <c>light</c>
      <c>Presence sensor</c>
      <c>ps_R2-4-015_door</c>
      <c>/ps</c>
      <c>p-sensor</c>
</texttable>

<t>It is assumed that the CT knows the RD’s address, and has performed URI
discovery on it that returned a response like the one in the <xref target="discovery"/> example.</t>

<t>The CT inserts the endpoints of the luminaries and the sensor in the RD
using the registration base URI parameter (base) to specify the interface address:</t>

<figure><artwork><![CDATA[
Req: POST coap://[2001:db8:4::ff]/rd
  ?ep=lm_R2-4-015_wndw&base=coap://[2001:db8:4::1]&d=R2-4-015
Payload:
</light/left>;rt="light",
</light/middle>;rt="light",
</light/right>;rt="light"

Res: 2.01 Created
Location-Path: /rd/4521
]]></artwork></figure>

<figure><artwork><![CDATA[
Req: POST coap://[2001:db8:4::ff]/rd
  ?ep=lm_R2-4-015_door&base=coap://[2001:db8:4::2]&d=R2-4-015
Payload:
</light/left>;rt="light",
</light/middle>;rt="light",
</light/right>;rt="light"

Res: 2.01 Created
Location-Path: /rd/4522
]]></artwork></figure>

<figure><artwork><![CDATA[
Req: POST coap://[2001:db8:4::ff]/rd
  ?ep=ps_R2-4-015_door&base=coap://[2001:db8:4::3]d&d=R2-4-015
Payload:
</ps>;rt="p-sensor"

Res: 2.01 Created
Location-Path: /rd/4523
]]></artwork></figure>

<t>The sector name d=R2-4-015 has been added for an efficient lookup because
filtering on “ep” name is more awkward. The same sector name is communicated to
the two luminaries and the presence sensor by the CT.</t>

<t>The group is specified in the RD. The base parameter is set to the site-local
multicast address allocated to the group.
In the POST in the example below, these two endpoints and the endpoint
of the presence sensor are registered as members of the group.</t>

<figure><artwork><![CDATA[
Req: POST coap://[2001:db8:4::ff]/rd-group
?gp=grp_R2-4-015&base=coap://[ff05::1]
Payload:
</rd/4521>,
</rd/4522>,
</rd/4523>

Res: 2.01 Created
Location-Path: /rd-group/501
]]></artwork></figure>

<t>After the filling of the RD by the CT, the application in the luminaries
can learn to which groups they belong, and enable their interface for the
multicast address.</t>

<t>The luminary, knowing its sector and own IPv6 address, looks up the groups
containing light resources it is assigned to:</t>

<figure><artwork><![CDATA[
Req: GET coap://[2001:db8:4::ff]/rd-lookup/gp
  ?d=R2-4-015&base=coap://[2001:db8:4::1]&rt=light

Res: 2.05 Content
</rd-group/501>;gp="grp_R2-4-015";base="coap://[ff05::1]"
]]></artwork></figure>

<t>From the returned base parameter value, the luminary learns the multicast address
of the multicast group.</t>

<t>Alternatively, the CT can communicate the multicast address directly to the
luminaries by using the “coap-group” resource specified in <xref target="RFC7390"/>.</t>

<figure><artwork><![CDATA[
Req: POST coap://[2001:db8:4::1]/coap-group
Content-Format: application/coap-group+json
Payload:
{ "a": "[ff05::1]", "n": "grp_R2-4-015"}

Res: 2.01 Created
Location-Path: /coap-group/1
]]></artwork></figure>

<t>Dependent on the situation, only the address, “a”, or the name, “n”, is specified
in the coap-group resource.</t>

</section>
</section>
<section anchor="lwm2m-ex" title="OMA Lightweight M2M (LWM2M) Example">

<t>This example shows how the OMA LWM2M specification makes use of Resource Directory (RD).</t>

<t>OMA LWM2M is a profile for device services based on CoAP(OMA Name Authority). LWM2M defines a simple object model and a number of abstract interfaces and operations for device management and device service enablement.</t>

<t>An LWM2M server is an instance of an LWM2M middleware service layer, containing a Resource Directory along with other LWM2M interfaces defined by the LWM2M specification.</t>

<t>CoRE Resource Directory (RD) is used to provide the LWM2M Registration interface.</t>

<t>LWM2M does not provide for registration sectors and does not currently
use the rd-group or rd-lookup interfaces.</t>

<t>The LWM2M specification describes a set of interfaces and a resource model used between a LWM2M device and an LWM2M server. Other interfaces, proxies, and applications are currently out of scope for LWM2M.</t>

<t>The location of the LWM2M Server and RD URI path is provided by the LWM2M Bootstrap process, so no dynamic discovery of the RD is used. LWM2M Servers and endpoints are not required to implement the /.well-known/core resource.</t>

<section anchor="lwm2m-obj" title="The LWM2M Object Model">

<t>The OMA LWM2M object model is based on a simple 2 level class hierarchy consisting of Objects and Resources.</t>

<t>An LWM2M Resource is a REST endpoint, allowed to be a single value or an array of values of the same data type.</t>

<t>An LWM2M Object is a resource template and container type that encapsulates a set of related resources. An LWM2M Object represents a specific type of information source; for example, there is a LWM2M Device Management object that represents a network connection, containing resources that represent individual properties like radio signal strength.</t>

<t>Since there may potentially be more than one of a given type object, for example more than one network connection, LWM2M defines instances of objects that contain the resources that represent a specific physical thing.</t>

<t>The URI template for LWM2M consists of a base URI followed by Object, Instance, and Resource IDs:</t>

<t>{/base-uri}{/object-id}{/object-instance}{/resource-id}{/resource-instance}</t>

<t>The five variables given here are strings.  base-uri can also have the
special value “undefined” (sometimes called “null” in RFC 6570).
Each of the variables object-instance, resource-id, and
resource-instance can be the special value “undefined” only if the
values behind it in this sequence also are “undefined”.  As a special
case, object-instance can be “empty” (which is different from
“undefined”) if resource-id is not “undefined”.</t>

<!--
[^_TEMPLATE_TODO]

[^_TEMPLATE_TODO]: This text needs some help from an RFC 6570 expert.
 -->

<t>base-uri := Base URI for LWM2M resources or “undefined” for default (empty) base URI</t>

<t>object-id := OMNA (OMA Name Authority) registered object ID (0-65535)</t>

<t>object-instance := Object instance identifier (0-65535) or
“undefined”/”empty” (see above)) to refer to all instances of an object ID</t>

<t>resource-id := OMNA (OMA Name Authority) registered resource ID (0-65535) or “undefined” to refer to all resources within an instance</t>

<t>resource-instance := Resource instance identifier or “undefined” to refer to single instance of a resource</t>

<t>LWM2M IDs are 16 bit unsigned integers represented in decimal (no
leading zeroes except for the value 0) by URI format strings. For
example, a LWM2M URI might be:</t>

<figure><artwork><![CDATA[
/1/0/1
]]></artwork></figure>

<t>The base uri is empty, the Object ID is 1, the instance ID is 0, the
resource ID is 1, and the resource instance is “undefined”. This
example URI points to internal resource 1, which represents the
registration lifetime configured, in instance 0 of a type 1 object
(LWM2M Server Object).</t>

</section>
<section anchor="lwm2m-reg" title="LWM2M Register Endpoint">

<t>LWM2M defines a registration interface based on the REST API, described in <xref target="rd"/>. The
RD registration URI path of the LWM2M Resource Directory is specified to be “/rd”.</t>

<t>LWM2M endpoints register object IDs, for example &lt;/1&gt;, to indicate that a particular object type is supported, and register object instances, for example &lt;/1/0&gt;, to indicate that a particular instance of that object type exists.</t>

<t>Resources within the LWM2M object instance are not registered with the RD, but may be discovered by reading the resource links from the object instance using GET with a CoAP Content-Format of application/link-format. Resources may also be read as a structured object by performing a GET to the object instance with a Content-Format of senml+json.</t>

<t>When an LWM2M object or instance is registered, this indicates to the LWM2M server that the object and its resources are available for management and service enablement (REST API) operations.</t>

<t>LWM2M endpoints may use the following RD registration parameters as defined in <xref target="tab-registry"/> :</t>

<figure><artwork><![CDATA[
ep - Endpoint Name
lt - registration lifetime
]]></artwork></figure>

<t>Endpoint Name, Lifetime, and LWM2M Version are mandatory parameters for the register operation, all other registration parameters are optional.</t>

<t>Additional optional LWM2M registration parameters are defined:</t>

<texttable title="LWM2M Additional Registration Parameters" anchor="tab-lwm2m-registry">
      <ttcol align='left'>Name</ttcol>
      <ttcol align='left'>Query</ttcol>
      <ttcol align='left'>Validity</ttcol>
      <ttcol align='left'>Description</ttcol>
      <c>Binding Mode</c>
      <c>b</c>
      <c>{“U”,UQ”,”S”,”SQ”,”US”,”UQS”}</c>
      <c>Available Protocols</c>
      <c>&#160;</c>
      <c>&#160;</c>
      <c>&#160;</c>
      <c>&#160;</c>
      <c>LWM2M Version</c>
      <c>ver</c>
      <c>1.0</c>
      <c>Spec Version</c>
      <c>&#160;</c>
      <c>&#160;</c>
      <c>&#160;</c>
      <c>&#160;</c>
      <c>SMS Number</c>
      <c>sms</c>
      <c>&#160;</c>
      <c>MSISDN</c>
</texttable>

<t>The following RD registration parameters are not currently specified for use in LWM2M:</t>

<figure><artwork><![CDATA[
et - Endpoint Type
base - Registration Base URI
]]></artwork></figure>

<t>The endpoint registration must include a payload containing links to all supported objects and existing object instances, optionally including the appropriate link-format relations.</t>

<t>Here is an example LWM2M registration payload:</t>

<figure><artwork type="linkformat"><![CDATA[
</1>,</1/0>,</3/0>,</5>
]]></artwork></figure>

<t>This link format payload indicates that object ID 1 (LWM2M Server Object) is supported, with a single instance 0 existing, object ID 3 (LWM2M Device object) is supported, with a single instance 0 existing, and object 5 (LWM2M Firmware Object) is supported, with no existing instances.</t>

</section>
<section anchor="lwm2m-regupdate" title="LWM2M Update Endpoint Registration">

<t>The LwM2M update is really very similar to the registration update as described in <xref target="update"/>, with
the only difference that there are more parameters defined and
available. All the parameters listed in that section are also available
with the initial registration but are all optional:</t>

<figure><artwork><![CDATA[
lt - Registration Lifetime
b - Protocol Binding
sms - MSISDN
link payload - new or modified links
]]></artwork></figure>

<t>A Registration update is also specified to be used to update the LWM2M server whenever the endpoint’s UDP port or IP address are changed.</t>

</section>
<section anchor="lwm2m-dereg" title="LWM2M De-Register Endpoint">

<t>LWM2M allows for de-registration using the delete method on the returned location from the initial registration operation. LWM2M de-registration proceeds as described in <xref target="removal"/>.</t>

</section>
</section>
</section>
<section anchor="acknowledgments" title="Acknowledgments">

<t>Oscar Novo, Srdjan Krco, Szymon Sasin, Kerry Lynn, Esko Dijk, Anders
Brandt, Matthieu Vial, Jim Schaad, Mohit Sethi, Hauke Petersen, Hannes Tschofenig, Sampo Ukkola, Linyi
Tian, and Jan Newmarch have provided helpful comments, discussions and ideas to improve and
shape this document. Zach would also like to thank his colleagues from the
EU FP7 SENSEI project, where many of the resource directory concepts were
originally developed.</t>

</section>
<section anchor="changelog" title="Changelog">

<t>changes from -13 to -14</t>

<t><list style="symbols">
  <t>Rename “registration context” to “registration base URI” (and “con” to
“base”) and “domain” to “sector” (where the abbreviation “d” stays for
compatibility reasons)</t>
  <t>Introduced resource types core.rd-ep and core.rd-gp</t>
  <t>Registration management moved to appendix A, including endpoint and group lookup</t>
  <t>Minor editorial changes
  <list style="symbols">
      <t>PATCH/iPATCH is clearly deferred to another document</t>
      <t>Recommend against query / fragment identifier in con=</t>
      <t>Interface description lists are described as illustrative</t>
      <t>Rewording of Simple Registration</t>
    </list></t>
  <t>Simple registration carries no error information and succeeds immediately (previously, sequence was unspecified)</t>
  <t>Lookup: href are matched against resolved values (previously, this was unspecified)</t>
  <t>Lookup: lt are not exposed any more</t>
  <t>con/base: Paths are allowed</t>
  <t>Registration resource locations can not have query or fragment parts</t>
  <t>Default life time extended to 25 hours</t>
  <t>clarified registration update rules</t>
  <t>lt-value semantics for lookup clarified.</t>
  <t>added template for simple registration</t>
</list></t>

<t>changes from -12 to -13</t>

<t><list style="symbols">
  <t>Added “all resource directory” nodes MC address</t>
  <t>Clarified observation behavior</t>
  <t>version identification</t>
  <t>example rt= and et= values</t>
  <t>domain from figure 2</t>
  <t>more explanatory text</t>
  <t>endpoints of a groups hosted by different RD</t>
  <t>resolve RFC6690-vs-8288 resolution ambiguities:
  <list style="symbols">
      <t>require registered links not to be relative when using anchor</t>
      <t>return absolute URIs in resource lookup</t>
    </list></t>
</list></t>

<t>changes from -11 to -12</t>

<t><list style="symbols">
  <t>added Content Model section, including ER diagram</t>
  <t>removed domain lookup interface; domains are now plain attributes of groups and endpoints</t>
  <t>updated chapter “Finding a Resource Directory”; now distinguishes configuration-provided, network-provided and heuristic sources</t>
  <t>improved text on: atomicity, idempotency, lookup with multiple parameters, endpoint removal, simple registration</t>
  <t>updated LWM2M description</t>
  <t>clarified where relative references are resolved, and how context and anchor interact</t>
  <t>new appendix on the interaction with RFCs 6690, 5988 and 3986</t>
  <t>lookup interface: group and endpoint lookup return group and registration resources as link targets</t>
  <t>lookup interface: search parameters work the same across all entities</t>
  <t>removed all methods that modify links in an existing registration (POST with payload, PATCH and iPATCH)</t>
  <t>removed plurality definition (was only needed for link modification)</t>
  <t>enhanced IANA registry text</t>
  <t>state that lookup resources can be observable</t>
  <t>More examples and improved text</t>
</list></t>

<t>changes from -09 to -10</t>

<t><list style="symbols">
  <t>removed “ins” and “exp” link-format extensions.</t>
  <t>removed all text concerning DNS-SD.</t>
  <t>removed inconsistency in RDAO text.</t>
  <t>suggestions taken over from various sources</t>
  <t>replaced “Function Set” with “REST API”, “base URI”, “base path”</t>
  <t>moved simple registration to registration section</t>
</list></t>

<t>changes from -08 to -09</t>

<t><list style="symbols">
  <t>clarified the “example use” of the base RD resource values /rd, /rd-lookup, and /rd-group.</t>
  <t>changed “ins” ABNF notation.</t>
  <t>various editorial improvements, including in examples</t>
  <t>clarifications for RDAO</t>
</list></t>

<t>changes from -07 to -08</t>

<t><list style="symbols">
  <t>removed link target value returned from domain and group lookup types</t>
  <t>Maximum length of domain parameter 63 bytes for consistency with group</t>
  <t>removed option for simple POST of link data, don’t require a .well-known/core resource to accept POST data and handle it in a special way; we already have /rd for that</t>
  <t>add IPv6 ND Option for discovery of an RD</t>
  <t>clarify group configuration section 6.1 that endpoints must be registered before including them in a group</t>
  <t>removed all superfluous client-server diagrams</t>
  <t>simplified lighting example</t>
  <t>introduced Commissioning Tool</t>
  <t>RD-Look-up text is extended.</t>
</list></t>

<t>changes from -06 to -07</t>

<t><list style="symbols">
  <t>added text in the discovery section to allow content format hints to be exposed in the discovery link attributes</t>
  <t>editorial updates to section 9</t>
  <t>update author information</t>
  <t>minor text corrections</t>
</list></t>

<t>Changes from -05 to -06</t>

<t><list style="symbols">
  <t>added note that the PATCH section is contingent on the progress of
the PATCH method</t>
</list></t>

<t>changes from -04 to -05</t>

<t><list style="symbols">
  <t>added Update Endpoint Links using PATCH</t>
  <t>http access made explicit in interface specification</t>
  <t>Added http examples</t>
</list></t>

<t>Changes from -03 to -04:</t>

<t><list style="symbols">
  <t>Added http response codes</t>
  <t>Clarified endpoint name usage</t>
  <t>Add application/link-format+cbor content-format</t>
</list></t>

<t>Changes from -02 to -03:</t>

<t><list style="symbols">
  <t>Added an example for lighting and DNS integration</t>
  <t>Added an example for RD use in OMA LWM2M</t>
  <t>Added Read Links operation for link inspection by endpoints</t>
  <t>Expanded DNS-SD section</t>
  <t>Added draft authors Peter van der Stok and Michael Koster</t>
</list></t>

<t>Changes from -01 to -02:</t>

<t><list style="symbols">
  <t>Added a catalogue use case.</t>
  <t>Changed the registration update to a POST with optional link format payload. Removed the endpoint type update from the update.</t>
  <t>Additional examples section added for more complex use cases.</t>
  <t>New DNS-SD mapping section.</t>
  <t>Added text on endpoint identification and authentication.</t>
  <t>Error code 4.04 added to Registration Update and Delete requests.</t>
  <t>Made 63 bytes a SHOULD rather than a MUST for endpoint name and resource type parameters.</t>
</list></t>

<t>Changes from -00 to -01:</t>

<t><list style="symbols">
  <t>Removed the ETag validation feature.</t>
  <t>Place holder for the DNS-SD mapping section.</t>
  <t>Explicitly disabled GET or POST on returned Location.</t>
  <t>New registry for RD parameters.</t>
  <t>Added support for the JSON Link Format.</t>
  <t>Added reference to the Groupcomm WG draft.</t>
</list></t>

<t>Changes from -05 to WG Document -00:</t>

<t><list style="symbols">
  <t>Updated the version and date.</t>
</list></t>

<t>Changes from -04 to -05:</t>

<t><list style="symbols">
  <t>Restricted Update to parameter updates.</t>
  <t>Added pagination support for the Lookup interface.</t>
  <t>Minor editing, bug fixes and reference updates.</t>
  <t>Added group support.</t>
  <t>Changed rt to et for the registration and update interface.</t>
</list></t>

<t>Changes from -03 to -04:</t>

<t><list style="symbols">
  <t>Added the ins= parameter back for the DNS-SD mapping.</t>
  <t>Integrated the Simple Directory Discovery from Carsten.</t>
  <t>Editorial improvements.</t>
  <t>Fixed the use of ETags.</t>
  <t>Fixed tickets 383 and 372</t>
</list></t>

<t>Changes from -02 to -03:</t>

<t><list style="symbols">
  <t>Changed the endpoint name back to a single registration parameter ep= and removed the h= and ins= parameters.</t>
  <t>Updated REST interface descriptions to use RFC6570 URI Template format.</t>
  <t>Introduced an improved RD Lookup design as its own function set.</t>
  <t>Improved the security considerations section.</t>
  <t>Made the POST registration interface idempotent by requiring the ep= parameter to be present.</t>
</list></t>

<t>Changes from -01 to -02:</t>

<t><list style="symbols">
  <t>Added a terminology section.</t>
  <t>Changed the inclusion of an ETag in registration or update to a MAY.</t>
  <t>Added the concept of an RD Domain and a registration parameter for it.</t>
  <t>Recommended the Location returned from a registration to be stable, allowing for endpoint and Domain information to be changed during updates.</t>
  <t>Changed the lookup interface to accept endpoint and Domain as query string parameters to control the scope of a lookup.</t>
</list></t>

</section>


  </middle>

  <back>

    <references title='Normative References'>





<reference  anchor="RFC6690" target='https://www.rfc-editor.org/info/rfc6690'>
<front>
<title>Constrained RESTful Environments (CoRE) Link Format</title>
<author initials='Z.' surname='Shelby' fullname='Z. Shelby'><organization /></author>
<date year='2012' month='August' />
<abstract><t>This specification defines Web Linking using a link format for use by constrained web servers to describe hosted resources, their attributes, and other relationships between links.  Based on the HTTP Link Header field defined in RFC 5988, the Constrained RESTful Environments (CoRE) Link Format is carried as a payload and is assigned an Internet media type.  &quot;RESTful&quot; refers to the Representational State Transfer (REST) architecture.  A well-known URI is defined as a default entry point for requesting the links hosted by a server.  [STANDARDS-TRACK]</t></abstract>
</front>
<seriesInfo name='RFC' value='6690'/>
<seriesInfo name='DOI' value='10.17487/RFC6690'/>
</reference>



<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 initials='S.' surname='Bradner' fullname='S. Bradner'><organization /></author>
<date year='1997' month='March' />
<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="RFC3986" target='https://www.rfc-editor.org/info/rfc3986'>
<front>
<title>Uniform Resource Identifier (URI): Generic Syntax</title>
<author initials='T.' surname='Berners-Lee' fullname='T. Berners-Lee'><organization /></author>
<author initials='R.' surname='Fielding' fullname='R. Fielding'><organization /></author>
<author initials='L.' surname='Masinter' fullname='L. Masinter'><organization /></author>
<date year='2005' month='January' />
<abstract><t>A Uniform Resource Identifier (URI) is a compact sequence of characters that identifies an abstract or physical resource.  This specification defines the generic URI syntax and a process for resolving URI references that might be in relative form, along with guidelines and security considerations for the use of URIs on the Internet.  The URI syntax defines a grammar that is a superset of all valid URIs, allowing an implementation to parse the common components of a URI reference without knowing the scheme-specific requirements of every possible identifier.  This specification does not define a generative grammar for URIs; that task is performed by the individual specifications of each URI scheme.  [STANDARDS-TRACK]</t></abstract>
</front>
<seriesInfo name='STD' value='66'/>
<seriesInfo name='RFC' value='3986'/>
<seriesInfo name='DOI' value='10.17487/RFC3986'/>
</reference>



<reference  anchor="RFC8126" target='https://www.rfc-editor.org/info/rfc8126'>
<front>
<title>Guidelines for Writing an IANA Considerations Section in RFCs</title>
<author initials='M.' surname='Cotton' fullname='M. Cotton'><organization /></author>
<author initials='B.' surname='Leiba' fullname='B. Leiba'><organization /></author>
<author initials='T.' surname='Narten' fullname='T. Narten'><organization /></author>
<date year='2017' month='June' />
<abstract><t>Many protocols make use of points of extensibility that use constants to identify various protocol parameters.  To ensure that the values in these fields do not have conflicting uses and to promote interoperability, their allocations are often coordinated by a central record keeper.  For IETF protocols, that role is filled by the Internet Assigned Numbers Authority (IANA).</t><t>To make assignments in a given registry prudently, guidance describing the conditions under which new values should be assigned, as well as when and how modifications to existing values can be made, is needed.  This document defines a framework for the documentation of these guidelines by specification authors, in order to assure that the provided guidance for the IANA Considerations is clear and addresses the various issues that are likely in the operation of a registry.</t><t>This is the third edition of this document; it obsoletes RFC 5226.</t></abstract>
</front>
<seriesInfo name='BCP' value='26'/>
<seriesInfo name='RFC' value='8126'/>
<seriesInfo name='DOI' value='10.17487/RFC8126'/>
</reference>



<reference  anchor="RFC5988" target='https://www.rfc-editor.org/info/rfc5988'>
<front>
<title>Web Linking</title>
<author initials='M.' surname='Nottingham' fullname='M. Nottingham'><organization /></author>
<date year='2010' month='October' />
<abstract><t>This document specifies relation types for Web links, and defines a registry for them.  It also defines the use of such links in HTTP headers with the Link header field.  [STANDARDS-TRACK]</t></abstract>
</front>
<seriesInfo name='RFC' value='5988'/>
<seriesInfo name='DOI' value='10.17487/RFC5988'/>
</reference>



<reference  anchor="RFC6570" target='https://www.rfc-editor.org/info/rfc6570'>
<front>
<title>URI Template</title>
<author initials='J.' surname='Gregorio' fullname='J. Gregorio'><organization /></author>
<author initials='R.' surname='Fielding' fullname='R. Fielding'><organization /></author>
<author initials='M.' surname='Hadley' fullname='M. Hadley'><organization /></author>
<author initials='M.' surname='Nottingham' fullname='M. Nottingham'><organization /></author>
<author initials='D.' surname='Orchard' fullname='D. Orchard'><organization /></author>
<date year='2012' month='March' />
<abstract><t>A URI Template is a compact sequence of characters for describing a range of Uniform Resource Identifiers through variable expansion. This specification defines the URI Template syntax and the process for expanding a URI Template into a URI reference, along with guidelines for the use of URI Templates on the Internet.   [STANDARDS-TRACK]</t></abstract>
</front>
<seriesInfo name='RFC' value='6570'/>
<seriesInfo name='DOI' value='10.17487/RFC6570'/>
</reference>



<reference  anchor="RFC6763" target='https://www.rfc-editor.org/info/rfc6763'>
<front>
<title>DNS-Based Service Discovery</title>
<author initials='S.' surname='Cheshire' fullname='S. Cheshire'><organization /></author>
<author initials='M.' surname='Krochmal' fullname='M. Krochmal'><organization /></author>
<date year='2013' month='February' />
<abstract><t>This document specifies how DNS resource records are named and structured to facilitate service discovery.  Given a type of service that a client is looking for, and a domain in which the client is looking for that service, this mechanism allows clients to discover a list of named instances of that desired service, using standard DNS queries. This mechanism is referred to as DNS-based Service Discovery, or DNS-SD.</t></abstract>
</front>
<seriesInfo name='RFC' value='6763'/>
<seriesInfo name='DOI' value='10.17487/RFC6763'/>
</reference>



<reference anchor="I-D.ietf-core-links-json">
<front>
<title>Representing Constrained RESTful Environments (CoRE) Link Format in JSON and CBOR</title>

<author initials='K' surname='Li' fullname='Kepeng Li'>
    <organization />
</author>

<author initials='A' surname='Rahman' fullname='Akbar Rahman'>
    <organization />
</author>

<author initials='C' surname='Bormann' fullname='Carsten Bormann'>
    <organization />
</author>

<date month='February' day='26' year='2018' />

<abstract><t>JavaScript Object Notation, JSON (RFC 8259) is a text-based data format which is popular for Web based data exchange.  Concise Binary Object Representation, CBOR (RFC7049) is a binary data format which has been optimized for data exchange for the Internet of Things (IoT).  For many IoT scenarios, CBOR formats will be preferred since it can help decrease transmission payload sizes as well as implementation code sizes compared to other data formats.  Web Linking (RFC 8288) provides a way to represent links between Web resources as well as the relations expressed by them and attributes of such a link.  In constrained networks, a collection of Web links can be exchanged in the CoRE link format (RFC 6690).  Outside of constrained environments, it may be useful to represent these collections of Web links in JSON, and similarly, inside constrained environments, in CBOR.  This specification defines a common format for this.</t></abstract>

</front>

<seriesInfo name='Internet-Draft' value='draft-ietf-core-links-json-10' />
<format type='TXT'
        target='http://www.ietf.org/internet-drafts/draft-ietf-core-links-json-10.txt' />
</reference>




    </references>

    <references title='Informative References'>





<reference  anchor="RFC7252" target='https://www.rfc-editor.org/info/rfc7252'>
<front>
<title>The Constrained Application Protocol (CoAP)</title>
<author initials='Z.' surname='Shelby' fullname='Z. Shelby'><organization /></author>
<author initials='K.' surname='Hartke' fullname='K. Hartke'><organization /></author>
<author initials='C.' surname='Bormann' fullname='C. Bormann'><organization /></author>
<date year='2014' month='June' />
<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="RFC7390" target='https://www.rfc-editor.org/info/rfc7390'>
<front>
<title>Group Communication for the Constrained Application Protocol (CoAP)</title>
<author initials='A.' surname='Rahman' fullname='A. Rahman' role='editor'><organization /></author>
<author initials='E.' surname='Dijk' fullname='E. Dijk' role='editor'><organization /></author>
<date year='2014' month='October' />
<abstract><t>The Constrained Application Protocol (CoAP) is a specialized web transfer protocol for constrained devices and constrained networks. It is anticipated that constrained devices will often naturally operate in groups (e.g., in a building automation scenario, all lights in a given room may need to be switched on/off as a group). This specification defines how CoAP should be used in a group communication context.  An approach for using CoAP on top of IP multicast is detailed based on existing CoAP functionality as well as new features introduced in this specification.  Also, various use cases and corresponding protocol flows are provided to illustrate important concepts.  Finally, guidance is provided for deployment in various network topologies.</t></abstract>
</front>
<seriesInfo name='RFC' value='7390'/>
<seriesInfo name='DOI' value='10.17487/RFC7390'/>
</reference>



<reference  anchor="RFC6775" target='https://www.rfc-editor.org/info/rfc6775'>
<front>
<title>Neighbor Discovery Optimization for IPv6 over Low-Power Wireless Personal Area Networks (6LoWPANs)</title>
<author initials='Z.' surname='Shelby' fullname='Z. Shelby' role='editor'><organization /></author>
<author initials='S.' surname='Chakrabarti' fullname='S. Chakrabarti'><organization /></author>
<author initials='E.' surname='Nordmark' fullname='E. Nordmark'><organization /></author>
<author initials='C.' surname='Bormann' fullname='C. Bormann'><organization /></author>
<date year='2012' month='November' />
<abstract><t>The IETF work in IPv6 over Low-power Wireless Personal Area Network (6LoWPAN) defines 6LoWPANs such as IEEE 802.15.4.  This and other similar link technologies have limited or no usage of multicast signaling due to energy conservation.  In addition, the wireless network may not strictly follow the traditional concept of IP subnets and IP links.  IPv6 Neighbor Discovery was not designed for non- transitive wireless links, as its reliance on the traditional IPv6 link concept and its heavy use of multicast make it inefficient and sometimes impractical in a low-power and lossy network.  This document describes simple optimizations to IPv6 Neighbor Discovery, its addressing mechanisms, and duplicate address detection for Low- power Wireless Personal Area Networks and similar networks.  The document thus updates RFC 4944 to specify the use of the optimizations defined here.  [STANDARDS-TRACK]</t></abstract>
</front>
<seriesInfo name='RFC' value='6775'/>
<seriesInfo name='DOI' value='10.17487/RFC6775'/>
</reference>



<reference  anchor="RFC7230" target='https://www.rfc-editor.org/info/rfc7230'>
<front>
<title>Hypertext Transfer Protocol (HTTP/1.1): Message Syntax and Routing</title>
<author initials='R.' surname='Fielding' fullname='R. Fielding' role='editor'><organization /></author>
<author initials='J.' surname='Reschke' fullname='J. Reschke' role='editor'><organization /></author>
<date year='2014' month='June' />
<abstract><t>The Hypertext Transfer Protocol (HTTP) is a stateless application-level protocol for distributed, collaborative, hypertext information systems.  This document provides an overview of HTTP architecture and its associated terminology, defines the &quot;http&quot; and &quot;https&quot; Uniform Resource Identifier (URI) schemes, defines the HTTP/1.1 message syntax and parsing requirements, and describes related security concerns for implementations.</t></abstract>
</front>
<seriesInfo name='RFC' value='7230'/>
<seriesInfo name='DOI' value='10.17487/RFC7230'/>
</reference>



<reference  anchor="RFC8132" target='https://www.rfc-editor.org/info/rfc8132'>
<front>
<title>PATCH and FETCH Methods for the Constrained Application Protocol (CoAP)</title>
<author initials='P.' surname='van der Stok' fullname='P. van der Stok'><organization /></author>
<author initials='C.' surname='Bormann' fullname='C. Bormann'><organization /></author>
<author initials='A.' surname='Sehgal' fullname='A. Sehgal'><organization /></author>
<date year='2017' month='April' />
<abstract><t>The methods defined in RFC 7252 for the Constrained Application Protocol (CoAP) only allow access to a complete resource, not to parts of a resource.  In case of resources with larger or complex data, or in situations where resource continuity is required, replacing or requesting the whole resource is undesirable.  Several applications using CoAP need to access parts of the resources.</t><t>This specification defines the new CoAP methods, FETCH, PATCH, and iPATCH, which are used to access and update parts of a resource.</t></abstract>
</front>
<seriesInfo name='RFC' value='8132'/>
<seriesInfo name='DOI' value='10.17487/RFC8132'/>
</reference>



<reference  anchor="RFC7641" target='https://www.rfc-editor.org/info/rfc7641'>
<front>
<title>Observing Resources in the Constrained Application Protocol (CoAP)</title>
<author initials='K.' surname='Hartke' fullname='K. Hartke'><organization /></author>
<date year='2015' month='September' />
<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 &quot;observe&quot; 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="ER" >
  <front>
    <title>The entity-relationship model---toward a unified view of data</title>
    <author initials="P." surname="Chen" fullname="Peter Pin-Shan Chen">
      <organization></organization>
    </author>
    <date year="1976" month="March"/>
  </front>
  <seriesInfo name="ACM Transactions on Database Systems" value="Vol. 1, pp. 9-36"/>
  <seriesInfo name="DOI" value="10.1145/320434.320440"/>
</reference>



<reference  anchor="RFC8288" target='https://www.rfc-editor.org/info/rfc8288'>
<front>
<title>Web Linking</title>
<author initials='M.' surname='Nottingham' fullname='M. Nottingham'><organization /></author>
<date year='2017' month='October' />
<abstract><t>This specification defines a model for the relationships between resources on the Web (&quot;links&quot;) and the type of those relationships (&quot;link relation types&quot;).</t><t>It also defines the serialisation of such links in HTTP headers with the Link header field.</t></abstract>
</front>
<seriesInfo name='RFC' value='8288'/>
<seriesInfo name='DOI' value='10.17487/RFC8288'/>
</reference>



<reference  anchor="RFC8392" target='https://www.rfc-editor.org/info/rfc8392'>
<front>
<title>CBOR Web Token (CWT)</title>
<author initials='M.' surname='Jones' fullname='M. Jones'><organization /></author>
<author initials='E.' surname='Wahlstroem' fullname='E. Wahlstroem'><organization /></author>
<author initials='S.' surname='Erdtman' fullname='S. Erdtman'><organization /></author>
<author initials='H.' surname='Tschofenig' fullname='H. Tschofenig'><organization /></author>
<date year='2018' month='May' />
<abstract><t>CBOR Web Token (CWT) is a compact means of representing claims to be transferred between two parties.  The claims in a CWT are encoded in the Concise Binary Object Representation (CBOR), and CBOR Object Signing and Encryption (COSE) is used for added application-layer security protection.  A claim is a piece of information asserted about a subject and is represented as a name/value pair consisting of a claim name and a claim value.  CWT is derived from JSON Web Token (JWT) but uses CBOR rather than JSON.</t></abstract>
</front>
<seriesInfo name='RFC' value='8392'/>
<seriesInfo name='DOI' value='10.17487/RFC8392'/>
</reference>



<reference anchor="I-D.silverajan-core-coap-protocol-negotiation">
<front>
<title>CoAP Protocol Negotiation</title>

<author initials='B' surname='Silverajan' fullname='Bill Silverajan'>
    <organization />
</author>

<author initials='M' surname='Ocak' fullname='Mert Ocak'>
    <organization />
</author>

<date month='March' day='5' year='2018' />

<abstract><t>CoAP has been standardised as an application-level REST-based protocol.  When multiple transport protocols exist for exchanging CoAP resource representations, this document introduces a way forward for CoAP endpoints as well as intermediaries to agree upon alternate transport and protocol configurations as well as URIs for CoAP messaging.  Several mechanisms are proposed: Extending the CoRE Resource Directory with new parameter types, introducing a new CoAP Option with which clients can interact directly with servers without needing the Resource Directory, and finally a new CoRE Link Attribute allowing exposing alternate locations on a per-resource basis.</t></abstract>

</front>

<seriesInfo name='Internet-Draft' value='draft-silverajan-core-coap-protocol-negotiation-08' />
<format type='TXT'
        target='http://www.ietf.org/internet-drafts/draft-silverajan-core-coap-protocol-negotiation-08.txt' />
</reference>



<reference anchor="I-D.arkko-core-dev-urn">
<front>
<title>Uniform Resource Names for Device Identifiers</title>

<author initials='J' surname='Arkko' fullname='Jari Arkko'>
    <organization />
</author>

<author initials='C' surname='Jennings' fullname='Cullen Jennings'>
    <organization />
</author>

<author initials='Z' surname='Shelby' fullname='Zach Shelby'>
    <organization />
</author>

<date month='October' day='30' year='2017' />

<abstract><t>This memo describes a new Uniform Resource Name (URN) namespace for hardware device identifiers.  A general representation of device identity can be useful in many applications, such as in sensor data streams and storage, or equipment inventories.  A URN-based representation can be easily passed along in any application that needs the information.</t></abstract>

</front>

<seriesInfo name='Internet-Draft' value='draft-arkko-core-dev-urn-05' />
<format type='TXT'
        target='http://www.ietf.org/internet-drafts/draft-arkko-core-dev-urn-05.txt' />
</reference>



<reference anchor="I-D.ietf-ace-oauth-authz">
<front>
<title>Authentication and Authorization for Constrained Environments (ACE) using the OAuth 2.0 Framework (ACE-OAuth)</title>

<author initials='L' surname='Seitz' fullname='Ludwig Seitz'>
    <organization />
</author>

<author initials='G' surname='Selander' fullname='Goeran Selander'>
    <organization />
</author>

<author initials='E' surname='Wahlstroem' fullname='Erik Wahlstroem'>
    <organization />
</author>

<author initials='S' surname='Erdtman' fullname='Samuel Erdtman'>
    <organization />
</author>

<author initials='H' surname='Tschofenig' fullname='Hannes Tschofenig'>
    <organization />
</author>

<date month='May' day='21' year='2018' />

<abstract><t>This specification defines a framework for authentication and authorization in Internet of Things (IoT) environments called ACE- OAuth.  The framework is based on a set of building blocks including OAuth 2.0 and CoAP, thus making a well-known and widely used authorization solution suitable for IoT devices.  Existing specifications are used where possible, but where the constraints of IoT devices require it, extensions are added and profiles are defined.</t></abstract>

</front>

<seriesInfo name='Internet-Draft' value='draft-ietf-ace-oauth-authz-12' />
<format type='TXT'
        target='http://www.ietf.org/internet-drafts/draft-ietf-ace-oauth-authz-12.txt' />
</reference>



<reference anchor="I-D.ietf-anima-bootstrapping-keyinfra">
<front>
<title>Bootstrapping Remote Secure Key Infrastructures (BRSKI)</title>

<author initials='M' surname='Pritikin' fullname='Max Pritikin'>
    <organization />
</author>

<author initials='M' surname='Richardson' fullname='Michael Richardson'>
    <organization />
</author>

<author initials='M' surname='Behringer' fullname='Michael Behringer'>
    <organization />
</author>

<author initials='S' surname='Bjarnason' fullname='Steinthor Bjarnason'>
    <organization />
</author>

<author initials='K' surname='Watsen' fullname='Kent Watsen'>
    <organization />
</author>

<date month='June' day='22' year='2018' />

<abstract><t>This document specifies automated bootstrapping of a remote secure key infrastructure (BRSKI) using manufacturer installed X.509 certificate, in combination with a manufacturer's authorizing service, both online and offline.  Bootstrapping a new device can occur using a routable address and a cloud service, or using only link-local connectivity, or on limited/disconnected networks. Support for lower security models, including devices with minimal identity, is described for legacy reasons but not encouraged. Bootstrapping is complete when the cryptographic identity of the new key infrastructure is successfully deployed to the device but the established secure connection can be used to deploy a locally issued certificate to the device as well.</t></abstract>

</front>

<seriesInfo name='Internet-Draft' value='draft-ietf-anima-bootstrapping-keyinfra-16' />
<format type='TXT'
        target='http://www.ietf.org/internet-drafts/draft-ietf-anima-bootstrapping-keyinfra-16.txt' />
</reference>



<reference  anchor="RFC2616" target='https://www.rfc-editor.org/info/rfc2616'>
<front>
<title>Hypertext Transfer Protocol -- HTTP/1.1</title>
<author initials='R.' surname='Fielding' fullname='R. Fielding'><organization /></author>
<author initials='J.' surname='Gettys' fullname='J. Gettys'><organization /></author>
<author initials='J.' surname='Mogul' fullname='J. Mogul'><organization /></author>
<author initials='H.' surname='Frystyk' fullname='H. Frystyk'><organization /></author>
<author initials='L.' surname='Masinter' fullname='L. Masinter'><organization /></author>
<author initials='P.' surname='Leach' fullname='P. Leach'><organization /></author>
<author initials='T.' surname='Berners-Lee' fullname='T. Berners-Lee'><organization /></author>
<date year='1999' month='June' />
<abstract><t>HTTP has been in use by the World-Wide Web global information initiative since 1990. This specification defines the protocol referred to as &quot;HTTP/1.1&quot;, and is an update to RFC 2068.  [STANDARDS-TRACK]</t></abstract>
</front>
<seriesInfo name='RFC' value='2616'/>
<seriesInfo name='DOI' value='10.17487/RFC2616'/>
</reference>



<reference anchor="I-D.bormann-t2trg-rel-impl">
<front>
<title>impl-info: A link relation type for disclosing implementation information</title>

<author initials='C' surname='Bormann' fullname='Carsten Bormann'>
    <organization />
</author>

<date month='January' day='28' year='2018' />

<abstract><t>When debugging an interoperability problem, it is often helpful to have information about the implementation version of a peer.  To enable the disclosure of such information, HTTP defines header fields such as Server and User-Agent.  In CoAP, it is rarely appropriate to send information of this kind in every request or response.  Instead, the present specification defines a link relation type, impl-info, that can be used to convey this information via the self-description capabilities of the /.well- known/core resource and the CoRE resource directory.</t></abstract>

</front>

<seriesInfo name='Internet-Draft' value='draft-bormann-t2trg-rel-impl-00' />
<format type='TXT'
        target='http://www.ietf.org/internet-drafts/draft-bormann-t2trg-rel-impl-00.txt' />
</reference>




    </references>


<section anchor="registration-mgmt" title="Registration Management">

<t>This section describes how the registering endpoint can maintain the registries that it created. The registering endpoint can be the registree-ep or the CT. An endpoint SHOULD NOT use this interface for registries that it did not create. The registries are resources of the RD.</t>

<t>After the initial registration, the registering endpoint retains the returned location of the Registration Resource for further operations, including refreshing the registration in order to extend the lifetime and “keep-alive” the registration. When the lifetime of the registration has expired, the RD SHOULD NOT respond to discovery queries concerning this endpoint. The RD SHOULD continue to provide access to the Registration Resource after a registration time-out occurs in order to enable the registering endpoint to eventually refresh the registration. The RD MAY eventually remove the registration resource for the purpose of garbage collection and remove it from any group it belongs to. If the Registration Resource is removed, the corresponding endpoint will need to be re-registered.</t>

<t>The Registration Resource may also be used to inspect the registration resource using GET, update the registration, cancel the registration using DELETE, do an endpoint lookup, or a group lookup.</t>

<t>These operations are described below.</t>

<section anchor="update" title="Registration Update">

<t>The update interface is used by the registering endpoint to refresh or update its
registration with an RD. To use the interface, the registering endpoint sends a POST request to the registration resource returned by the initial registration operation.</t>

<t>An update MAY update the lifetime- or the context- registration parameters
“lt”, “base” as in <xref target="registration"/>. Parameters that are not being changed SHOULD NOT
be included in an update. Adding parameters that have not changed increases
the size of the message but does not have any other implications.
Parameters MUST be included as query parameters in an update operation as
in <xref target="registration"/>.</t>

<t>A registration update resets the timeout of the registration to the (possibly
updated) lifetime of the registration, independent of whether a <spanx style="verb">lt</spanx> parameter
was given.</t>

<t>If the context of the registration is changed in an update explicitly or implicitly,
relative references submitted in the original registration or later updates are resolved anew against the new context (like in the original registration).</t>

<t>The registration update operation only describes the use of POST with an empty payload.
Future standards might describe the semantics of using content formats and payloads
with the POST method to update the links of a registration (see <xref target="link-up"/>).</t>

<t>The update registration request interface is specified as follows:</t>

<t><list style="hanging">
  <t hangText='Interaction:'>
  EP -&gt; RD</t>
  <t hangText='Method:'>
  POST</t>
  <t hangText='URI Template:'>
  {+location}{?lt,con,extra-attrs*}</t>
  <t hangText='URI Template Variables:'>
        <list style="hanging">
        <t hangText='location :='>
        This is the Location returned by the RD as a result of a successful
earlier registration.</t>
        <t hangText='lt :='>
        Lifetime (optional). Lifetime of the registration in seconds. Range of 60-4294967295.
If no lifetime is included, the previous last
lifetime set on a previous update or the original registration
(falling back to 90000) SHOULD be used.</t>
        <t hangText='base :='>
        Base URI (optional). This parameter updates the context established in the
original registration to a new value.

If the parameter is set in an update, it is stored by the RD as the new
Base URI under which to interpret the links of the registration, following
the same restrictions as in the registration.
If the parameter is not set and was set explicitly before, the previous
Base URI value is kept unmodified.
If the parameter is not set and was not set explicitly before either, the
source address and source port of the update request are stored as the
Base URI.</t>
        <t hangText='extra-attrs :='>
        Additional registration attributes (optional). As with the registration,
the RD processes them if it knows their semantics. Otherwise, unknown
attributes are stored as endpoint attributes, overriding any previously
stored endpoint attributes of the same key.</t>
      </list>
  </t>
  <t hangText='Content-Format:'>
  none (no payload)</t>
</list></t>

<t>The following response codes are defined for this interface:</t>

<t><list style="hanging">
  <t hangText='Success:'>
  2.04 “Changed” or 204 “No Content” if the update was successfully processed.</t>
  <t hangText='Failure:'>
  4.00 “Bad Request” or 400 “Bad Request”. Malformed request.</t>
  <t hangText='Failure:'>
  4.04 “Not Found” or 404 “Not Found”. Registration does not exist (e.g. may have expired).</t>
  <t hangText='Failure:'>
  5.03 “Service Unavailable” or 503 “Service Unavailable”. Service could not perform the operation.</t>
  <t hangText='HTTP support:'>
  YES</t>
</list></t>

<t>If the registration update fails with a “Service Unavailable” response
and a Max-Age option or Retry-After header,
the registering endpoint SHOULD retry the operation after the time indicated.
If the registration fails in another way, including request timeouts,
or if the time indicated excedes the remaining lifetime,
the registering endpoint SHOULD attempt registration again.</t>

<t>The following example shows the registering endpoint updates its registration resource at
an RD using this interface with the example location value: /rd/4521.</t>

<figure><artwork><![CDATA[
Req: POST /rd/4521

Res: 2.04 Changed
]]></artwork></figure>

<t>The following example shows the registering endpoint updating its registration resource at
an RD using this interface with the example location value: /rd/4521. The initial registration by the registering endpoint set the following values:</t>

<t><list style="symbols">
  <t>endpoint name (ep)=endpoint1</t>
  <t>lifetime (lt)=500</t>
  <t>context (con)=coap://local-proxy-old.example.com:5683</t>
  <t>payload of <xref target="example-payload"/></t>
</list></t>

<t>The initial state of the Resource Directory is reflected in the following request:</t>

<figure><artwork><![CDATA[
Req: GET /rd-lookup/res?ep=endpoint1

Res: 2.01 Content
Payload:
<coap://local-proxy-old.example.com:5683/sensors/temp>;ct=41;
 rt="temperature"; anchor="coap://spurious.example.com:5683",
<coap://local-proxy-old.example.com:5683/sensors/light>;ct=41;
  rt="light-lux"; if="sensor";
  anchor="coap://local-proxy-old.example.com:5683"
]]></artwork></figure>

<t>The following example shows the registering endpoint changing the context to <spanx style="verb">coaps://new.example.com:5684</spanx>:</t>

<figure><artwork><![CDATA[
Req: POST /rd/4521?con=coaps://new.example.com:5684

Res: 2.04 Changed
]]></artwork></figure>

<t>The consecutive query returns:</t>

<figure><artwork><![CDATA[
Req: GET /rd-lookup/res?ep=endpoint1

Res: 2.01 Content
Payload:
<coaps://new.example.com:5684/sensors/temp>;ct=41;rt="temperature";
    anchor="coap://spurious.example.com:5683",
<coaps://new.example.com:5684/sensors/light>;ct=41;rt="light-lux";
    if="sensor"; anchor="coaps://new.example.com:5684",
]]></artwork></figure>

</section>
<section anchor="removal" title="Registration Removal">

<t>Although RD entries have soft state and will eventually timeout after their
lifetime, the registering endpoint SHOULD explicitly remove an entry from the RD if it
knows it will no longer be available (for example on shut-down). This is
accomplished using a removal interface on the RD by performing a DELETE on
the endpoint resource.</t>

<t>Removed registrations are implicitly removed from the groups to which they belong.</t>

<t>The removal request interface is specified as follows:</t>

<t><list style="hanging">
  <t hangText='Interaction:'>
  EP -&gt; RD</t>
  <t hangText='Method:'>
  DELETE</t>
  <t hangText='URI Template:'>
  {+location}</t>
  <t hangText='URI Template Variables:'>
        <list style="hanging">
        <t hangText='location :='>
        This is the Location returned by the RD as a result of a successful
earlier registration.</t>
      </list>
  </t>
</list></t>

<t>The following response codes are defined for this interface:</t>

<t><list style="hanging">
  <t hangText='Success:'>
  2.02 “Deleted” or 204 “No Content” upon successful deletion</t>
  <t hangText='Failure:'>
  4.00 “Bad Request” or 400 “Bad Request”. Malformed request.</t>
  <t hangText='Failure:'>
  4.04 “Not Found” or 404 “Not Found”. Registration does not exist (e.g. may have expired).</t>
  <t hangText='Failure:'>
  5.03 “Service Unavailable” or 503 “Service Unavailable”. Service could not perform the operation.</t>
</list></t>

<t>HTTP support: YES</t>

<t>The following examples shows successful removal of the endpoint from the RD with example location value /rd/4521.</t>

<figure><artwork><![CDATA[
Req: DELETE /rd/4521

Res: 2.02 Deleted
]]></artwork></figure>

</section>
<section anchor="read" title="Read Endpoint Links">

<t>Some registering endpoints may wish to manage their links as a collection, and may need to read the current set of links stored in the registration resource, in order to determine link maintenance operations.</t>

<t>One or more links MAY be selected by using query filtering as specified in <xref target="RFC6690"/> Section 4.1</t>

<t>If no links are selected, the Resource Directory SHOULD return an empty payload.</t>

<t>The read request interface is specified as follows:</t>

<t><list style="hanging">
  <t hangText='Interaction:'>
  EP -&gt; RD</t>
  <t hangText='Method:'>
  GET</t>
  <t hangText='URI Template:'>
  {+location}{?href,rel,rt,if,ct}</t>
  <t hangText='URI Template Variables:'>
        <list style="hanging">
        <t hangText='location :='>
        This is the Location returned by the RD as a result of a successful
earlier registration.</t>
      </list>
  </t>
  <t>href,rel,rt,if,ct := link relations and attributes specified in the query in order to select particular links based on their relations and attributes. “href” denotes the URI target of the link. See <xref target="RFC6690"/> Sec. 4.1</t>
</list></t>

<t>The following response codes are defined for this interface:</t>

<t><list style="hanging">
  <t hangText='Success:'>
  2.05 “Content” or 200 “OK” upon success with an <spanx style="verb">application/link-format</spanx>, <spanx style="verb">application/link-format+cbor</spanx>, or <spanx style="verb">application/link-format+json</spanx> payload.</t>
  <t hangText='Failure:'>
  4.00 “Bad Request” or 400 “Bad Request”. Malformed request.</t>
  <t hangText='Failure:'>
  4.04 “Not Found” or 404 “Not Found”. Registration does not exist (e.g. may have expired).</t>
  <t hangText='Failure:'>
  5.03 “Service Unavailable” or 503 “Service Unavailable”. Service could not perform the operation.</t>
</list></t>

<t>HTTP support: YES</t>

<t>The following examples show successful read of the endpoint links from the RD, with example location value /rd/4521 and example registration payload of <xref target="example-payload"/>.</t>

<figure><artwork><![CDATA[
Req: GET /rd/4521

Res: 2.01 Content
Payload:
</sensors/temp>;ct=41;rt="temperature-c";if="sensor";
anchor="coap://spurious.example.com:5683",
</sensors/light>;ct=41;rt="light-lux";if="sensor"
]]></artwork></figure>

</section>
<section anchor="link-up" title="Update Endpoint Links">

<t>An iPATCH (or PATCH) update (<xref target="RFC8132"/>) can add, remove or change the links of a registration.</t>

<t>Those operations are out of scope of this document, and will require media types suitable for modifying sets of links.</t>

</section>
<section anchor="ep-gp-lookup" title="Endpoint and group lookup">

<t>Endpoint and group lookups result in links to registration resources and group resources, respectively.
Endpoint registration resources are annotated with their endpoint names (ep), sectors (d, if present) and registration base URI (base) as well as a constant resource type (rt=”core.rd-ep”); the lifetime (lt) is not reported.
Additional endpoint attributes are added as link attributes to their endpoint link unless their specification says otherwise.</t>

<t>Group resources are annotated with their group names (gp), sector (d, if present) and multicast address (base, if present) as well as a constant resource type (rt=”core.rd-gp”).</t>

<t>Serializations derived from Link Format, SHOULD present links to groups and endpoints in path-absolute form or, if required, as absolute references. (This approach avoids the RFC6690 ambiguities.)</t>

<t>While Endpoint Lookup does expose the registration resources,
the RD does not need to make them accessible to clients.
Clients SHOULD NOT attempt to dereference or manipulate them.</t>

<t>A Resource Directory can report endpoints or groups in lookup that are not hosted at the same address.
Lookup clients MUST be prepared to see arbitrary URIs as registration or group resources in the results
and treat them as opaque identifiers;
the precise semantics of such links are left to future specifications.</t>

<t>For groups, a Resource Directory as specified here
does not provide a lookup mechanism for the resources that can be accessed on a group’s multicast address
(ie. no lookup will return links like <spanx style="verb">&lt;coap://[ff35:30:2001:db8::1]/light&gt;;...</spanx> for a group registered with <spanx style="verb">base=coap://[ff35...]</spanx>).
Such an additional lookup interface could be specified in an extension document.</t>

<t>The following example shows a client performing an endpoint type (et) lookup with  the value oic.d.sensor (which is currently a registered rt value):</t>

<figure><artwork><![CDATA[
Req: GET /rd-lookup/ep?et=oic.d.sensor

Res: 2.05 Content
</rd/1234>;base="coap://[2001:db8:3::127]:61616";ep="node5";
et="oic.d.sensor";ct="40",
</rd/4521>;base="coap://[2001:db8:3::129]:61616";ep="node7";
et="oic.d.sensor";ct="40";d="floor-3"
]]></artwork></figure>

<t>The following example shows a client performing a group lookup for all groups:</t>

<figure><artwork><![CDATA[
Req: GET /rd-lookup/gp

Res: 2.05 Content
</rd-group/1>;gp="lights1";d="example.com";
       base="coap://[ff35:30:2001:db8::1]",
</rd-group/2>;gp="lights2";d="example.com";
       base="coap://[ff35:30:2001:db8::2]"
]]></artwork></figure>

<t>The following example shows a client performing a lookup for all groups the
endpoint “node1” belongs to:</t>

<figure><artwork><![CDATA[
Req: GET /rd-lookup/gp?ep=node1

Res: 2.05 Content
</rd-group/1>;gp="lights1"
]]></artwork></figure>

</section>
</section>
<section anchor="weblink" title="Web links and the Resource Directory">

<t>Understanding the semantics of a link-format document and its URI references is
a journey through different documents (<xref target="RFC3986"/> defining URIs, <xref target="RFC6690"/>
defining link-format documents based on <xref target="RFC8288"/> which defines link headers,
and <xref target="RFC7252"/> providing the transport). This appendix summarizes
the mechanisms and semantics at play from an entry in <spanx style="verb">.well-known/core</spanx> to a
resource lookup.</t>

<t>This text is primarily aimed at people entering the field of Constrained
Restful Environments from applications that previously did not use web
mechanisms.</t>

<section anchor="a-simple-example" title="A simple example">

<t>Let’s start this example with a very simple host, <spanx style="verb">2001:db8:f0::1</spanx>. A client
that follows classical CoAP Discovery (<xref target="RFC7252"/> Section 7), sends the
following multicast request to learn about neighbours supporting resources with
resource-type “temperature”.</t>

<t>The client sends a link-local multicast:</t>

<figure><artwork><![CDATA[
GET coap://[ff02::fd]:5683/.well-known/core?rt=temperature

RES 2.05 Content
</temp>;rt=temperature;ct=0
]]></artwork></figure>

<t>where the response is sent by the server, <spanx style="verb">[2001:db8:f0::1]:5683</spanx>.</t>

<t>While the client – on the practical or implementation side – can just go
ahead and create a new request to <spanx style="verb">[2001:db8:f0::1]:5683</spanx> with Uri-Path:
<spanx style="verb">temp</spanx>, the full resolution steps without any shortcuts are:</t>

<section anchor="resolving-the-uris" title="Resolving the URIs">

<t>The client parses the single returned record. The link’s target (sometimes
called “href”) is “<spanx style="verb">/temp</spanx>”, which is a relative URI that needs resolving.
As long as all involved links follow the restrictions set forth for this
document (see <xref target="resolution-rules"/>), the base URI to resolve this against the
requested URI.</t>

<t>The URI of the requested resource can be composed by following the steps of
<xref target="RFC7252"/> section 6.5 (with an addition at the end of 8.2) into
“<spanx style="verb">coap://[2001:db8:f0::1]/.well-known/core</spanx>”.</t>

<t>The record’s target is resolved by replacing the path “<spanx style="verb">/.well-known/core</spanx>”
from the Base URI (section 5.2 <xref target="RFC3986"/>) with the relative target URI “<spanx style="verb">/temp</spanx>” into
“<spanx style="verb">coap://[2001:db8:f0::1]/temp</spanx>”.</t>

</section>
<section anchor="interpreting-attributes-and-relations" title="Interpreting attributes and relations">

<t>Some more information but the record’s target can be obtained from the payload:
the resource type of the target is “temperature”, and its content type is
text/plain (ct=0).</t>

<t>A relation in a web link is a three-part statement that the context resource
has a named relation to the target resource, like “<spanx style="emph">This page</spanx> has <spanx style="emph">its table
of contents</spanx> at <spanx style="emph">/toc.html</spanx>”. In <xref target="RFC6690"/> link-format documents,
there is an implicit “host relation” specified with default parameter: rel=”hosts”.</t>

<t>In our example, the context of the link is the URI of the requested document
itself. A full English expression of the “host relation” is:</t>

<t>‘<spanx style="verb">coap://[2001:db8:f0::1]/.well-known/core</spanx> is hosting the resource
<spanx style="verb">coap://[2001:db8:f0::1]/temp</spanx>, which is of the resource type “temperature” and
can be accessed using the text/plain content format.’</t>

</section>
</section>
<section anchor="a-slightly-more-complex-example" title="A slightly more complex example">

<t>Omitting the <spanx style="verb">rt=temperature</spanx> filter, the discovery query would
have given some more records in the payload:</t>

<figure><artwork><![CDATA[
</temp>;rt=temperature;ct=0,
</light>;rt=light-lux;ct=0,
</t>;anchor="/sensors/temp";rel=alternate,
<http://www.example.com/sensors/t123>;anchor="/sensors/temp";
    rel="describedby"
]]></artwork></figure>

<t>Parsing the third record, the client encounters the “anchor” parameter. It is
a URI relative to the document’s Base URI and is thus resolved to
“<spanx style="verb">coap://[2001:db8:f0::1]/sensors/temp</spanx>”.
That is the context resource of the link, so the “rel” statement is not about
the target and the document Base URI any more, but about the target and that
address.</t>

<t>Thus, the third record could be read as
“<spanx style="verb">coap://[2001:db8:f0::1]/sensors/temp</spanx> has an alternate representation at
<spanx style="verb">coap://[2001:db8:f0::1]/t</spanx>”.</t>

<t>The fourth record can be read as “<spanx style="verb">coap://[2001:db8:f0::1]/sensors/temp</spanx> is
described by <spanx style="verb">http://www.example.com/sensors/t123</spanx>”.</t>

</section>
<section anchor="enter-the-resource-directory" title="Enter the Resource Directory">

<t>The resource directory tries to carry the semantics obtainable by classical
CoAP discovery over to the resource lookup interface as faithfully as possible.</t>

<t>For the following queries, we will assume that the simple host has used Simple
Registration to register at the resource directory that was announced to it,
sending this request from its UDP port <spanx style="verb">[2001:db8:f0::1]:6553</spanx>:</t>

<figure><artwork><![CDATA[
POST coap://[2001:db8:f01::ff]/.well-known/core?ep=simple-host1
]]></artwork></figure>

<t>The resource directory would have accepted the registration, and queried the
simple host’s <spanx style="verb">.well-known/core</spanx> by itself. As a result, the host is registered
as an endpoint in the RD with the name “simple-host1”. The registration is
active for 90000 seconds, and the endpoint registration Base URI is
“<spanx style="verb">coap://[2001:db8:f0::1]/</spanx>” because that is the address the registration was
sent from (and no explicit <spanx style="verb">con=</spanx> was given).</t>

<t>If the client now queries the RD as it would previously have issued a multicast
request, it would go through the RD discovery steps by fetching
<spanx style="verb">coap://[2001:db8:f0::ff]/.well-known/core?rt=core.rd-lookup-res</spanx>, obtain
<spanx style="verb">coap://[2001:db8:f0::ff]/rd-lookup/res</spanx> as the resource lookup endpoint, and
issue a request to <spanx style="verb">coap://[2001:db8:f0::ff]/rd-lookup/res?rt=temperature</spanx> to
receive the following data:</t>

<figure><artwork><![CDATA[
<coap://[2001:db8:f0::1]/temp>;rt=temperature;ct=0;
    anchor="coap://[2001:db8:f0::1]"
]]></artwork></figure>

<t>This is not <spanx style="emph">literally</spanx> the same response that it would have received from a
multicast request, but it would contain the (almost) same statement:</t>

<t>‘<spanx style="verb">coap://[2001:db8:f0::1]</spanx> is hosting the resource
<spanx style="verb">coap://[2001:db8:f0::1]/temp</spanx>, which is of the resource type “temperature” and
can be accessed using the text/plain content format.’</t>

<t>(The difference is whether <spanx style="verb">/</spanx> or <spanx style="verb">/.well-known/core</spanx> hosts the resources,
which is subject of ongoing discussion about RFC6690).</t>

<t>To complete the examples, the client could also query all resources hosted at
the endpoint with the known endpoint name “simple-host1”. A request to
<spanx style="verb">coap://[2001:db8:f0::ff]/rd-lookup/res?ep=simple-host1</spanx> would return</t>

<figure><artwork><![CDATA[
<coap://[2001:db8:f0::1]/temp>;rt=temperature;ct=0;
    anchor="coap://[2001:db8:f0::1]",
<coap://[2001:db8:f0::1]/light>;rt=light-lux;ct=0;
    anchor="coap://[2001:db8:f0::1]",
<coap://[2001:db8:f0::1]/t>;
    anchor="coap://[2001:db8:f0::1]/sensors/temp";rel=alternate,
<http://www.example.com/sensors/t123>;
    anchor="coap://[2001:db8:f0::1]/sensors/temp";rel="describedby"
]]></artwork></figure>

<t>All the target and anchor references are already in absolute form there, which
don’t need to be resolved any further.</t>

<t>Had the simple host registered with an explicit context (eg.
<spanx style="verb">?ep=simple-host1&amp;con=coap+tcp://simple-host1.example.com</spanx>), that context would
have been used to resolve the relative anchor values instead, giving</t>

<figure><artwork><![CDATA[
<coap+tcp://simple-host1.example.com/temp>;rt=temperature;ct=0;
    anchor="coap+tcp://simple-host1.example.com"
]]></artwork></figure>

<t>and analogous records.</t>

</section>
<section anchor="resolution-rules" title="A note on differences between link-format and Link headers">

<t>While link-format and Link headers look very similar and are based on the same
model of typed links, there are some differences between <xref target="RFC6690"/> and
<xref target="RFC5988"/>, which are dealt with differently:</t>

<t><list style="symbols">
  <t>“Resolving the target against the anchor”:
<xref target="RFC6690"/> Section 2.1 states that the anchor of a link is used as the Base URI
against which the term inside the angle brackets (the target) is resolved,
falling back to the resource’s URI with paths stripped off (its “Origin”).
<xref target="RFC8288"/> Section B.2 describes that the anchor is immaterial to the
resolution of the target reference.  <vspace blankLines='1'/>
RFC6690, in the same section, also states that absent anchors set the context of
the link to the target’s URI with its path stripped off, while according to
<xref target="RFC8288"/> Section 3.2, the context is the resource’s base URI.  <vspace blankLines='1'/>
In the context of a Resource Directory, the authors decided not to not let
this become an issue by requiring that RFC6690 links be serialized in a way
that either rule set can be applied and give the same results.
Note that all examples of <xref target="RFC6690"/>, <xref target="RFC8288"/> and this document comply with that rule.  <vspace blankLines='1'/>
The Modernized Link Format is introduced in <xref target="modern6690"/> to formalize what
it means to apply the ruleset of RFC8288 to Link Format documents.</t>
  <t>There is no percent encoding in link-format documents.  <vspace blankLines='1'/>
A link-format document is a UTF-8 encoded string of Unicode characters and
does not have percent encoding, while Link headers are practically ASCII
strings that use percent encoding for non-ASCII characters, stating the
encoding explicitly when required.  <vspace blankLines='1'/>
For example, while a Link header in a page about a Swedish city might read  <vspace blankLines='1'/>
<spanx style="verb">Link: &lt;/temperature/Malm%C3%B6&gt;;rel="live-environment-data"</spanx>  <vspace blankLines='1'/>
a link-format document from the same source might describe the link as  <vspace blankLines='1'/>
<spanx style="verb">&lt;/temperature/Malmö&gt;;rel="live-environment-data"</spanx>  <vspace blankLines='1'/>
Parsers and producers of link-format and header data need to be aware of this
difference.  <vspace blankLines='1'/>
    <!-- The title conversion follows the rule of the text RFC6690 section 2; I
doubt that's the intention, though, as it spills at semicolons/commas and
does not match the ext-value ABNF. -->
  </t>
</list></t>

</section>
</section>
<section anchor="syntax-examples-for-protocol-negotiation" title="Syntax examples for Protocol Negotiation">

<t>[ This appendix should not show up in a published version of this document. ]</t>

<t>The protocol negotiation that is being worked on in <xref target="I-D.silverajan-core-coap-protocol-negotiation"/>
makes use of the Resource Directory.</t>

<t>Until that document is update to use the latest resource-directory
specification, here are some examples of protocol negotiation with the current
Resource Directory:</t>

<t>An endpoint could register as follows from its address <spanx style="verb">[2001:db8:f1::2]:5683</spanx>:</t>

<figure><artwork><![CDATA[
Req: POST coap://rd.example.com/rd?ep=node1
    &at=coap+tcp://[2001:db8:f1::2]
Content-Format: 40
Payload:
</temperature>;ct=0;rt="temperature";if="core.s"

Res: 2.01 Created
Location-Path: /rd/1234
]]></artwork></figure>

<t>An endpoint lookup would just reflect the registered attributes:</t>

<figure><artwork><![CDATA[
Req: GET /rd-lookup/ep

Res: 2.05 Content
</rd/1234>;ep="node1";con="coap://[2001:db8:f1::2]:5683";
    at="coap+tcp://[2001:db8:f1::2]"
]]></artwork></figure>

<t>A UDP client would then see the following in a resource lookup:</t>

<figure><artwork><![CDATA[
Req: GET /rd-lookup/res?rt=temperature

Res: 2.05 Content
<coap://[2001:db8:f1::2]/temperature>;ct=0;rt="temperature";
    if="core.s"; anchor="coap://[2001:db8:f1::2]"
]]></artwork></figure>

<t>while a TCP capable client could say:</t>

<figure><artwork><![CDATA[
Req: GET /rd-lookup/res?rt=temperature&tt=tcp

Res: 2.05 Content
<coap+tcp://[2001:db8:f1::2]/temperature>;ct=0;rt="temperature";
    if="core.s";anchor="coap+tcp://[2001:db8:f1::2]"
]]></artwork></figure>

</section>
<section anchor="modern6690" title="Modernized Link Format parsing">

<t>The CoRE Link Format as described in <xref target="RFC6690"/> is unsuitable for some use cases
of the Resource Directory, and their resolution scheme is often misunderstood
by developers familiar with <xref target="RFC8288"/>.</t>

<t>For the correct application of base URIs, we describe the interpretation of a
Link Format document as a Modernized Link Format. In Modernized Link Format,
the document is processed as in Link Format, with the exception of Section 2.1
of <xref target="RFC6690"/>:</t>

<t><list style="symbols">
  <t>The URI-reference inside angle brackets (“&lt;&gt;”) describes the target URI of
the link. If it is a relative reference, it is resolved against the base URI
of the document.</t>
  <t>The context of the link is expressed by the “anchor” parameter; if it is a
relative reference, it is resolved against the document’s base URI. In
absence of the “anchor” attribute, the base URI is the link’s context.</t>
</list></t>

<t>Content formats derived from <xref target="RFC6690"/> which inherit its resolution rules,
like JSON and CBOR link format of <xref target="I-D.ietf-core-links-json"/>, can be
interpreted in analogy to that.</t>

<t>For where the Resource Directory is concerned, all common forms of links (eg.
all the examples of RFC6690) yield identical results. When interpreting data
read from <spanx style="verb">.well-known/core</spanx>, differences in interpretation only affect links
where the absent anchor attribute means <spanx style="verb">coap://host/</spanx> according to RFC6690 and
<spanx style="verb">coap://host/.well-known/core</spanx> according to Modernized Link format; those
typically only occur in conjunction with the vaguely defined implicit “hosts”
relationship.</t>

<section anchor="modern-safe" title="For endpoint developers">

<t>When developing endpoints, ie. when generating documents that will be submitted
to a Resource Directory, the differences between Modernized Link Format and
RFC6690 can be ignored as long as all relative references start with a slash,
and any of the following applies:</t>

<t><list style="symbols">
  <t>There is no anchor attribute, and the context of the link does not matter to
the application.  <vspace blankLines='1'/>
Example:
<spanx style="verb">&lt;/sensors&gt;;ct=40</spanx></t>
  <t>The anchor is a relative reference.  <vspace blankLines='1'/>
Example:
<spanx style="verb">&lt;/t&gt;;anchor="/sensors/temp";rel="alternate</spanx></t>
  <t>The target is an absolute reference.  <vspace blankLines='1'/>
Example:
<spanx style="verb">&lt;http://www.example.com/sensors/t123&gt;;anchor="/sensors/temp";rel="describedby"</spanx></t>
</list></t>

<!--  LocalWords:  lookups multicast lookup RESTful CoRE LoWPAN CoAP
 -->
<!--  LocalWords:  microcontrollers URI DNS EP IP EPs discoverable
 -->
<!--  LocalWords:  Metadata metadata lossless anycast ABRO RDNSS ICMP
 -->
<!--  LocalWords:  DHCPv RD's DHCP RDs unicast JSON CBOR wildcard TLS
 -->
<!--  LocalWords:  subdomain substring prepending subtype DTLS UDP
 -->
<!--  LocalWords:  routability NTP TCP WiFi GPRS FQDN SLAAC IPv SDOs
 -->
<!--  LocalWords:  OMA LWM IETF OMNA API SMS MSISDN
 -->

</section>
</section>


  </back>

<!-- ##markdown-source:
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
PdspO2fxWou6eQzWg0z0wqs3xTYToNbFq5NXY/NsiSHmakeKpxWNIZIxtILL
SES1jcpEZCzOw7EBs8+CIvH0wtEa7fuVfvThgfLsn8OK8piuk7mWKMAdowJp
Iqw0h1m6W5VLpM3n2wIuK0ZC146rYuFjiUigk9QQCACVJAb1xs8tle058dcm
mjD2Z0lwKLZDv4pAWJ+Xi+1ooSrOawVS9zpyyaw49pJPmljgbDpBDeHc5llF
0ek7LmKgaMwil0lctTc0DJJk0S2M7rBnKHKHbbmuuNpY7PbPwh68Brp5fhWj
+PTX5KZrzuJr8xrRSaf4N5aaP0YnO21tUjvQnD7rIcNbMbO6woS1MQl6gn1k
jmg3vtckXVBbtFYPI6VLoXnzPZbg05dI2uPD0sXV6AmszxQGzCGDZRjhT/uq
KCflWvEzyAhNyEsKaFCv5Ceh0jBMaO57stXMclPmFKtz3TXpEnV6aQ6d8RhW
DCKoAg0dOaNQGU/yKhabq3z9PUnBa664Uwbj96pf0OiT93xgiI5lXK5nzWnV
Vvy2efFe8xqNRjTKVaq+SqZvIz/s1Uu2tZVxxYVC/UPns/IK188Lfoq8tzi+
opJsCqCLi/iG2844ZOpGgxP1xnPx8/rwye0McikXX+Hg5DRjn03qlTIr5Q82
9IfrDtvz4UOwlz8LhwJ24KJQvXRSiUPCbLySaSqfVjyMklqSEalzp+Nc0NRg
vDX0EckPnnp3BAOKCDJLvANHfK6OOQA5io4sXioFJLt76i67QhZKMQFxY4QF
FDmCgLUS9pIgFhIGHpWE+uyyMN2QZWd0uZIAJDdSpyF0JS5gDHwPH1YHh4NR
8pIWBUCD5hfdNr+UQu2RsfUuBSEN1M7kXbKgZBFxYhAMmG5bFIfLpmcHQ7Is
AqzrQSo9yyFl1uIyiqIgcgz7lb06SbKU89LUdXZUVfH0LQgv8oFWd1sLmukP
J68Zo0TjjxC3dr3AHHbC7M6lXhZV11JMNyqwSOryyUl+joGvMRYKKam1BgAQ
O9oi2OMqnqQLEp7wUvf9WjgcPwvNSNRFEpcp5jyscg2mZSHj2WvVVSXgT8I2
uUBqZj2QTMhoP23FPq7WyYGglUQ8YeKTzXryW5R0Nz+4CmtZLvCZXjmNYXG8
yVusIY28O7XRRF0XZ0vDkJRcidUUbyyRjlLQpCiu6jJLK8J3ph7xEnHtFgXJ
5oiKEh6SpAbampLx/q5BqqWQr0xyMGSLeDZRrGhqfapFwiRXmBWhv1wDteSy
fezG55nyW1MBAeJ5yyZ64Z+zOJPxVublxWshPu6U0wnitBYFtZvRse3l855u
1RZ0uG3XFqga53Hc8MHNgiMLh04A7yOK57Ce3fqBs0WKOUhQgcdwfcPJGZBd
EXFFkpg1xMHSCpyW8CnKUppjaitLhtHwkJwTjX2zrnHTWhFj6+xkW5zOciop
GRLjwHsUCK7EAsNw8op5L2yRd1fhmOHqEBkktqYXHGHhZAELwUbeuEY2VN2L
7JCC4ykcSVwhxNeL/NnpletSbid5iRzNMBtoRsthQgm+lXEp6/vwoJ1TSgAj
80FmE/kUZLyWwLJNIv+n7ka2uXV0ToUBa5UFnvVO+mlSzXug5/RyHFgP//ML
8G2faBCHsqnzPEQS0z3GpKzxxhrfNB1uw0FJS1vWObXCtTDmi5yqHuH1o0js
WIEThAMJ+XRZWcr9nomKJqva9SM47WtBJ0EQI8nC5Cr+MZnIA1vHP15ss4b7
ePeQ9MtzysdksDWXKTFNsrhI85IVYre0GYitvUmeVyg4rFbwWu9tcgNCVhHj
lnnR2wxOS6kYgTgjYo7AWoFwA9+x+AdC/BovuoivBL570TJlvzXKiPG2VtFe
6EFRCgMhUZr05atSHsTot0ArI90qmVdU6Ob4ZVD2mWNauUIFp5SsELTOD/kt
MRZyIWFn3K+MKOjeycEKSCNpg5uHT2EB8nV4bwJQm8ZuKC05DqDbLrjA8IWX
Tcdy69nrv6Ly8vr8r4J4VmrB2xD2TE04KDrP08seTg+lZfIJ+DEc/rx1xxSV
ne9AnC41u0VUCDixFHjkltIMhuPBaDzYHQ/2xoP98eBgPHg0HjxmdnL8EgTB
ZDHrmqdxWlzB/7valO4Xfc+Y3nmGg2HXqg8aeetGjW3TvY1DsRFn61IJFC6N
3Q62PMmnxxf4Z4lINzBGhLnhlcAn4LNklbnPZHWcQ2Jh8Zo9zXpsTuIqHpPh
7Z+xdhlW+dk1W4P3I65LKyvKYabjTUvKjwKj4UCfo8UllhG/Wo7Ncrb/I/x2
dn5Ez5xm0+KGAZ6eleUamzx+8sN515xfPHm6gJdmcde8enI0JcDdbNqHv354
opa97j0wcTb+HL98ckyDONIq5zvJMk4XR2w6eTKN/xRDt1QDipYDiTDyVwTB
+J7E3TG8e2lGAzMcjfcPx/v7CHC1a/784uKugWEbXMbwrjbO+fDdb11AmgXu
DTPTgxa04RlU+PNnoOSOfTOLt1FFGbvN4cdh07yHx2ZrOBjtmUlabWPd5fUC
lGH3EZyhwWA8Scb7yfggGc8fj0fT8fTR+PEUj8gj+GQwjifjeH8ME59N4PH5
dLwfj4fJePRoPInHe4fjyQBfSobj6WS8N8EDNh+NR3DYDuHxR4/Gw93xo/3x
Pp648ehwvLeP/50NsDns5gBfmu6OhwN4/PFjbAjaxfHMsZsptJ6M90bjx9Do
ZJzsjecxPjCZwuPQVnI4PnyMA4dfYCqP98YHg/H+7jg+GA+H+Orw8Xj3ECcX
mXg2fnQw3k1wPI9n2PoEOhvhLzDbQ5jwHCe0Oxzv7sPjIxg13JZ4PHpMbQ2w
0Uez8eN9bGYOb8zHU+jvYHyIY08OxqPZeAqt7+Ik4WNc14NxHI+TZHwIQ0pw
kvNDHD60DjNJxruPcSlglWHBZo/GMXQ9iczpe+ZFY3Owv7/7CG/2cDAYDLdd
hTglxYoncM5E+L/39weH6G0kM8huQOOQa+iRc4jXcJ8tP8STikmDq1xiPR+C
ngEE4kkHOWWHAJaBvKmrkq1pccnpvZ6IVbM/eBKHCoh4LrebPEzNC6XkjgW4
KWZrhMWLdi1OapPTMeava6XRQdAeUuCt3W1jw7UYybd0aao25pwsHWT0Pmsf
LzWMSSMX9S411+asgTNclypbBToQCiiw/x2Fqy4n6eWa4pBZHvPACbz1V8FW
ShVo0DRx69UTzReaPfETwZmnUfRqiBwrXFqEfjRT19LHvZq5MqQgp55z5f/B
6qPTlwLIQo5+3prEduySxgJds5Ta4K8625ZN9uxUeo4sAjehf7kk77rI6Qls
IeaD1oFSWYMZtiexOcSyEpU3h7LRsMJuapUOGF3wCysuSeaX7IKUZeb1FuQB
PDKzNL7MsELf1IZrRh+YHezABdkxZjgGWeN/oXeuHO/sxEFJQviii0+6yfOa
Hp3vSBsw3x0zoiaUgPy8QajAxoSv7mxa2aZEXgYLot3G69mO2Q1GHgLwoeCE
/cCDKcVDC/rO2clO9CmklbZ9JZjH/vri2rr6RxxjHtTDqtNBLRxxb0rUpEIW
uO344nehEXH2/wMSwcJ2SBuOLwKK0Lh+96UITun4GUQZPO0HdPL36BbAXRh2
7V290KnWpP6+eYmwDrK/t1Oe44uuvfhY5qqsa1TWW3s71RJs5OQaB1PMfg40
DlViak0HVSI2DPMuUtDdPBicEjk7vWOneU/eSMtp5UaKXjcirWRkJvcvUdQQ
nZI7aaWjn008hXbSzz0I6GYKygSUfupUtP0geVTUfAExPb6QfomC0s8dZLS7
kY5SO3xqdswNtvI/P4MH8Nh/FR/Y4YMA8/iFel/eiF+3ZPJPz9jD452MBg9A
QvAFxB8JxPFFGwv4AeVFSmULBEY0lVAGHKYLYQ+YcW29i5zQHkqYasMk+XOm
iTyc+SFZiRwKYQmvmJx0AFbI+BxOgjT7okmjfIEjSPO+nVw1xtJ36xPC9yt4
WKncx8s8cnDNDdmp7FOQEOP/oKuntVcSwRyfE80G54ImIO4EI2lsFR30sIfj
Q7wKGZlCRxeYUB0+dpeAWjMA6ZCQD69r68LHjJFR7HfHF3U7UPTAPDt6edQI
lfKx4whQznx4kMZZ3CsqrJuCr5Bc+pbpPFeTqIIYDGuWq9vCCVZvq6iebFNS
UnTBbjsLf4MWF3wTDpC1q+v58WpaQXsVwgOcuhJUZbSFsFnbLgPc7sNNoyIC
h2wR/h91WLPUfDQnDrjyFosOIgIqZEn4RWSR/OoNW2eAD1bCnu+g4afHF395
dh6m0/vtSoEEfV6QWe9o/T7teoiGPiCiF5ldG+zntZus6PnTWkrlr273cuWt
w62N3rPdZOU/b8d727YF7WqCZ+088EBr+3Zro7e2S9f12et3B+blSZvLSSyb
gk4nJa0sSKlTKNChg5IStCLg+wQEsc40wMq/kR3uMEkvrzDH/MRWR+ZeJNWw
7MAF+6ptUHEwKLO1+3ibyc6Jh99wpr0p9ZG/bV2usHSRVOeKaRYwWPt8sxKt
K8sVeYqF1Jrr+IMoO7ICHYLk8z5HqDPEk7jkqhvRptFM4hIkQRENXG9dAY5y
Je8pUgy9vFFZIfhGMVPe7tXMClPy2aPFfdG0MRwfI/kQwY6reYXlzm4YGFji
FnFz8Mur9ZIcwfGMXNG+XcEOuCvPllcYb8hOLOev4BIF3loSpgfCg1lYM2xA
0+AZB13DwgQNamIrMZMbsNakievlfH3sWQ+4t/Vli0LI6DYB8lFcKh6dHSyO
9Z1a/oPQVQbe5cCnryg32rIJ0b7rXSvU0iQnGYzxtVCF5gffJjfMkXYPHx8I
m8cUvmJZX2MvDlm68jrnfcX8Fwx3jdMFxbRoSEJY6wjrM2OoMvLuLSVr3Ra4
c1pXHPd35pjjIG48qfK77a4UP7mWRotEpEqpmsTjloWXMXvATnFBkRd4buHK
eYfHlTaEGbLtK800Hug6vjGK9opTWLALF7Fng7piHhrVOouv46J5pjm1/z2V
HkOLs/tCD2L9zBXWpMv1rGu4ACDDbXlhYxQ8FHvNrtsapSAUqSuEUKYSmun7
x0OQAm99MNyvWE/FIUlxpmUiacLe6XdgBIpaVVpARSSOWF4be2CgOjsEjWCz
DNLAUFb9bYQ5olIEYUHCtAzJrhQEd+BIH83TNdArOtghczsnqvLRudvk8x/K
5N6y2N0/ASbzS38UHw0z+49Ntvv8CP770iOJDmhvGb+3FZPuP4LnGoBd62lR
8b8Hg97e6HDv8ODR6HAfR0CfPvfCtj2CLn78TMp03z0MHIEUk2rMdWZuW4Pz
tlpT9kxqLcL7rUFQCceWdvrI4L647/BXcwRkG99U2omxT5HGVv4AJdIL9RXF
JvHgtl/WjuJHc3mvc6BY6s4N8Hk/OALCfmp+w1hM8C9CiWGUln5unsuN4HgN
B5T7mX27ETCQVHMEDLT0e4zA3kZSC90IErkL9ZHpSWR08kBSsSeR4Nw+fEgq
JzB+2t4wArTkVLFHs8SeE4iADw1InFtEosZCqajjzxB++rhqY7jKT1p5QBdW
1n2zkODqI/gsAGgMG23IAA7wKJe/N9cmQG5I3GK9XMZs2cD4wj5Wn7hDasCL
di2WeZ/pC0hNLWhPoxEFG8l6elWW1SGJeEDGhVW+SKcstgt8Yyxl1W0ByIDR
QDOdU5CjYWPOkndpct2JmrGDGMU2HB0o3k6CFgrxJjM71ZywiAxkC4dhGs3W
FokKxz1fZ1O2DiKn2nrGxiwUY1jkLpIZyDVwQi0SltYyRvkcxKaoyleIrQ+z
SG0A59Yp4pRzW27oIEnhvGCdp5pH4z6rn3zcGSqGHDwS+0W/Vc+kMCeFSSoJ
olaW4TJ3VptagnFDh0IvgkLsuVRonKEGj9loV9pNFC5gJWVhsCYoHUI6+LUb
UxOk3qTzNy7Ufm3ldifkSPt8Tqhskc8gCU6XJC0crqSBBQKq8YH+SwaZVdhh
BLc16CkKu9OLOkmmMRV6bQcmQig0HH5dM+DpsHuN08kZXb4OUJV4+FNuY/mm
+/mH4Qpu9zHNu6FhBsqgQIRPk5Rix6trjLLcp63dH9QoAN7lvML8BM0kI0Dx
mySmIq8PQHsn6c5XSrQIeUDmOyH3d/r+hwdAs73XOZOvVglbar9VYiWhTCm5
LUGMRwACAMqnV6MNFRYPJ6fw7xt7UkPjZ2gz7AeD0kIlNXUSZkdAtQ6IbJLY
tBB2oBYSQhtZ91iNXic17ujZX/rRaTC9mv4sr79Jquahi0sbzA3bV8Q9PDBl
pJUZgigbEPa7kcMfy5v6joczRb3V6/d2fYxbPt2JVsXBF+mluB043MO0RW27
1nXf4dOHW00bykAQGPYtyUwbmXQUVPV1wNjh2nM+kyQRhLZsrfOaSoKdemK8
hg2M4Erj7csVGm50XDPZejhVrhpZ9+6q2eSTyDFVjWu0qDZHBYGmVWTrVOhh
qGPYegkRXPKDNoUi/902h4sDN7x+k7cSNOQHVjs5ynSZb7fYJVR/My2v2q12
G+xukZjpHt57LA/7fhDVjdJQ1Fu3xLgzE5mjG1h7QAUXeN1tRrWecQLrIiL+
mJdW+AyPhHfKQtpBXJcsaGMN7EJxRQUeWKFnpxdPRYihHZHVDOFUO2hJ7rAR
6jxY0jOdDr4bFOAOrFjM/xLMdpxy2hgZai8cJXKFVxexV+FntS7IWlLPywjp
NtqnvjIXIQvzG0Y5gIAgudWj718+xUdh7xdU44AJYSo8JDJhmr3il0tydCx1
HL8yz8Qnj4IFh9e77E9Mz0vzmen0O+i1Q4xm4eJlcmmvVVgi+4arS2nVRS1P
jBfhhQXfVPt6QDo/PFhOez7//ITgoyzdXsWE8OvCugLHWaM0ceJyjNFvjHEs
GaK1jrnF1+/2MIHedNAHSXelkY4NB72jrXXdtUcb/p641ZvTOScypSb4jqu/
1DmijmAYL3EYcAxHo73+oD/sDx8/6hsseEvRgxYv2qXfcV/OmiTWbQyXIQ5x
k5PxU1KyM5BH8uJtV4t0UCISwQBxO9gLwW3Lg5rkar5f5NO3ZkuH9b6LvhOz
/+jRkOGj2VvyGYtmXhyfDEGvXF9eAs0i6vv06eC/j8dPT7drC3rgllKGuWFB
bZ5BR5G7zTnlSWx4H4fDrGMLZ7O7O3i03aeQ8sQKdpLJhysMxGKqLTSrXVMu
MfoIODWD+ZeD7HeHTJQCaWhBMKFwCL6RRziICCaBrtwe1odd0PU8ByYuf1IP
JSmbzEJq8WYUIVC28ocw7NZdEeQU/JqNFpM2Iz9xyXcf1zqlcA26QRy40eF4
lA4SEf4EDT1j97l+7Fkix6xGtgVjAg9iTbCphW5KFsegDnbw9aGzf/rxIhjH
y50jOwQKwr+xf7L3GtnOVrk9NgOztYbhwLEcmS00TIooCh/smi0qjSgfYAsc
vSD3ZoF5GM9Oz/8M34Rc5UR0dOrhPnPAihC6ruW0al1X+nzjuvoBWb/bqv7y
n31VX3AWHZWloHFqwBpGjbxNbiIyK6r002Jnp3uALicNe6jY7oa2OD7r7YYy
c+N+vXDTtS/CZm548ZeNL1L8iYVbBnlRfkVhESHafABkG2U3BvL2HAGQsJFn
DHYg0qSkjdGBWFS95L31pj3/8cXoRe2B6+VoSc8wVWpv88MDbkjIUx2/juo/
c9jqQt9P/fdZ/UP7QSkO3CiQFusZxBymRbTV+Xhhe+FfNBJpqmLQB+XOo3ho
KN6BOvCg0znWVZUAqimu6faInkSJo84+xE4nRT1YJPHMWtwCkcwawNXOk2Qo
yvPRpNAuvzBp1OBAfQQ1x3y6xbokfqr1amdFzJom2ynihabzYp9kAouC2TON
oMJx6HOcrQuy3YhBxpsMmzs7IMOBLIGhvMBOc0dcKG+ljKxEkmZzuB6Sd+2c
7xbR2+IkYEHERPPH4ROCD3mXiEUkOE3HKnYie56WfLrSrDe9+hRgddfgCusb
npaKYIOWTAJ0jq23M4wcj1zkuBeX60LHRFCzu0o8vytU5SpZsoMX/8RjlRaK
gqCxaheq2sNWZsnUUxTCEWec0XMd3wDTrYI31RjReMmKf65tkH9/TJ+m0kfU
/jibAeWNd2ls/vz67JxUffqOq+csqRILIyHWSxyzIEV2bSBDcrpkzSq/rIDf
/zjS/COVRnmPBEohLTX4nADStQXR1j3MJbnA2oheLzcjp8BLvtFo211troLg
+o3u6Fct2XJxpVclZyGhUDgFRIJPNVPXw433Fot9dCSx2wIo+Dw+QsPDo6n1
D/rh2Q82lUzyJSdzo7WM2QCZT3BQAgkBrS7W0FOMQns3kt9vhhzmI3+NpK6j
B9OJlo5roMAL0lN0XfuGomf0vciLWMVsjwUMsxxTpnfXFFxGCmujpbPZov6u
ZPonjCgDG1tQuBDOxMW0PlVZHFv2Tci0ukR+CX1TQ/Qr3OUy4lrR+AoX2JIu
+WKqmt52r1KPruh6RryeiiZeBl9S3BJI4eJ9UcqP1TRxLbhH/Syiz/yNG8va
8G7AsvFr9H6wU7yYNCXvO6ywznm35C9wSTGacl87993gEpL+LohIZC4RGAVL
paw1LCVMtXek3hh6Vzqo3WesLMmLt8yXkt7vr2/YP9uw6utPIcoJDgSO7IKO
WEg9EdeFYBIMh3cAVwvwds6fHx0dsxrrrARAsSI/VwzTPTAr0d0N7z775Sjs
KvTOg8LY5Oz+GHRD8p7bto/Gwv/ujcfD4NtR7dsRO73DG1x7Zjcssu2CWcPH
5nNx3XojV8+tk5t4kez6YFHsZzhdjOzMYKIeY28i2CkuWm3rIiuIsh3ogWol
KYmw3HQrVwkPnt1gu796LuIFckkLQxW1jCM4CthabaauBm+zYghSG2uACWtI
ivl8q8BKwnOR+Rh1ioyfSzQwxxmXrJd7rnKlO2KEy4OOcrqYFrSnTrrJooOP
rXr8AfMXF9FH7TAas0sTQ1r9LvbrkCPJCPbIXlMFRCH3pj2yXZ8hbBobdkUF
Qxhhs8iBf416e73BcF+LErs7gJW25FmhqtdpNkNAZZ/7EPG5qy8Nt8pzQQAJ
0xUQMxPhVyIu53V1U5ITWUub8CtMbLtMaUOyyvtoi7KDbBRRwAyDy+7om/In
czhsQT7ghoIUAurRZW6UUX2D2kJ/a7VwZIptlMdO/6M7pDTij+GhbVClxfLn
M9mwn6+z2TVqn960KLKEz87nvCp87MteLuSN1ndHtXfxBNxzzHe8evuY73i5
dcxNCr4qW1pYUfKAvd4abON8dRJo0+LocufpYTstFQ0CfVWaV/awdBZuCkpF
P6cF5Pvh7FnkzM45AUUKEqNU+fPg3KjeKEXRZFZxDpMEHISNaEEMTBSWDLYI
RDX+y1IcrYmNHoucG7W11r3nv93Cz7br6ZVepVBeBbhGHg7761fkdKkh9hMn
/WmnQPPud8nqSf30/gG7etL22vCnP8ye6LNepRbvvPoFT7r2Gz6O7d8VNYjr
jisnMTTHhLUzi54Lseu9Bjowxly+nb390VDgn3/VlPHobp7y6D/ZlEdfOuX6
bd085d2fZhvmvCp50Hq7P2Pcu37BKs/I6zpyeF9wlhMtD+5V6LU12MjI47m6
4cZ0klWHG0QzCWoN8fXb67iYecgKfrdU33m5XGeCZ1jlkWqqLfe2zrw1GfCi
79erS8tmPjtCtOETdKODEpYUry1Bbeg2QXa+aFrMqFjx1PfFUmci5yS8+Zpw
L7o0MVQS8sqkVvbC2e0UlHS+URTynLiIzZIgCJSlbjKK+x9DTluLvrtcPbks
VvYshsdwPh/sI5nxD51c9W+79veR9/vut/c7g9z9zv5AaQYDMpGHKV34JkwH
Aq6J875ZtSH5RmjQWiRxkbkQaanaXXHiBAZId6WcIOOzkhnC0W4xz7SYS6V0
p/LtrhGERko2lfOMDaNY5etrXbosJZqG7WaVatLgCsgi1Ek0VKrcVtXIRj2P
W3ZWynxcrpDUuAt9Kx+xNcbaagcF+/XtN3BkOv6Z6XxDLXfqp0arATy1ES7K
5mvXj2ISuv5G3vAWMitv7IPeEveFHv8jqV9AcnFXJRSuMGrJS3ujonRyPg5u
v0d4LCo0eYpxnrweHScA14AtsRjArpR5ucedHP6041ptFPDzS7C6x6gCq7uZ
H0wn7oxNxy1/13Qy/CTYq0/3uZ+ukx29nycJQSUy2LxQybWYWsim70UbdHEo
tn45EngaSjcgyZFcXdeXXUwJ7nj14ogdQtcJXQ/0Hm2RE2lbHVZovFcXUqt3
SLKiuC3yP4XObd8ptMkhBMNxr5Nnf1Xk81QMuYK4pSZ5gcdHP0N+9HoLXyQ1
ygLdbfelJZebSA4sLBlPQHHLfJYsxGXmanDHExRHp5VvLCNSs7LlM7zR+KVQ
0U0SjFHonoR7H2W6MC5FI2NlPrOJsPwEy1CUw6VNEep71y//G7dqm1SnlYy+
bPmXxWzWuBBa37JXVGng7PQ2PFd1rQikvdfSWZino0bmKJK9+P/a+9blNq7s
6v9dlXfotCtjUgOAF0m2hrLkokVqzBlR0ojU50pmnKAJNMm2ADTTDUjiaJTH
ygvkxb59P/t0NyDZ41TNjySVmALQp891n31dK8SR+MlOrSpL9yaOOk1WdU2g
BYmGuaweHJ9XUezGKRpK31bUYDqnYYpHM1pr55XmTULj1YTh3PYVrQzTXkRr
O0pf0OT74AUM+H2pUQwnaNhLYQNEJFFis6JMFZwdaliGY+T2Ipj5pQL9iw3D
Jc720/JaXbxEORCt9ncKUauFi4O0QfradHqLEY2JS1kKuoGs+ih6ZxOxBfNQ
HJo67RFL5KSWOkQxXhh9QbBQ2s0XfExPaQVU/sDZlehhEBXReS6dZLATvy+A
95MZXPXpNdjamH17q3570YL4hTwm3fyNP7l2Ikg4vTqGSyZUx6HC+q7QyKil
dQkSEOn0eV3nNKeSHKhQuWQQ5EtmqfUvlCkoG78lNUmT+ikCAVW6W01tAoU2
v2mI/dntcU1tNOWHgJ2j9xi8Dz0mh4YbpkMS2CK4iYecWeUgmDUli5s94hNy
GoSkLJU4I9zbNIIgsQG67pywCxpb/CiVWMMWx2Q9l+dKPo06n5YVIYFjXtYS
ztfV8hpm1+OLY+zbI5Qjg0vFPCYLxXxWnj2eBxrAwA+89UTfSOKLSGU+x/lk
09G4PJ7T2iG7pTGnKDL7XImQQAFge8QkSBRczIOrhfPMWES8kMGdSAcH0VFI
T47Qz/JhB58drury44cd7v2wnLq/5WH4RIfA34d/6S+EMBGrMd5KVmAjk21B
aU6ggc2a6mtJzST8fnKaowop/AVy2DIMQ9Etl6VbmPXAGPeKd7BYzWYZao+Y
WPjV/a93QfGgOKYcx9CV1ogGqRsQpyN3xqRxfjrXa3tFihyXKSciCy4KWMIp
GSQWxfhPTslgroI6aoIzT3N9R4Ju/0G7w9qZjFJ5YTIMeDkQllCGqWt4m6D5
wzg1UOPfnSTIiJX8+d//4/z49OWzw/Pj/0B2rB+T7kcHzExBOWOcP0lpKNfF
7IYD5XlYByrdqUFXQoasJLH1PngUambDfg7nAz7yk8vqGXO4b9HIt227J4nt
WGz2xenzw7RPd/ROAJFZJ0fp1u4QAWXvb4dmdKaxMRHW+pGDeLIHkePJ9XXH
VgaLOPMLuHS3txlt77Kg4h3M2I3kBUoZ7VCS+IX63PHU4TxHHYsmsd2HMNtC
I+Z016TnGEBnwm3ZMyMbXicXZ6QZ2/tVkQRZREdi7ysEYk5XCwNOoBreDlTd
FI4JVjluLSrK88JL5a9FjQpm8R553i1ZhE/r7jYKRNlxiB9mcgiMxcSuPL3p
8IdzMp4ujGZ+Z29n18w6c4bhhkbrCdedDecXtr/g871BSGFY8BrBp7v0aeJX
jn/rCDDac93E4gKPofabdURhVqpYTeUaQmllb2BVsXZHcwecpm7MaoShcLWq
kS+1dCbNLi8d3Zt7smuTrUhn5bFvi+7nTQj40gpeVPmD1380S8KsurrX5Aha
ICmwqKsdvjwZtFNp66lUyCZt0GXToyNduy+A4/2frP1lOzWJScnENP3YQDTt
CDexKvHNzt7jAa/J1FFCRDWtqkNJKZ6UQhV8I3VeYcKj86Kd3U++yp9BBuxx
7+aEnRH5OWLZEKar1QlnIHSIhCl5A6tQhThLjRBWTWo5s9FmZww6y7dqv4xd
SejE85mmsdOHtqhz+xDuIB/5UTACqE90DVONUB7KHjmbwS4J6GlE74wvF/91
u3fWp3Z34LjNZ+R0GglXjJmX0kZVR+c8TOYgFcAkXlHLv4gcDxZTlNZyUjua
Vo1ogI/AbdPyc3QdHOmWHrFt5yrpOQI4k2rEhxqH9uHz+LdRneiHDx6/4OPH
1CJ/xU06jOFOElAAhmmvzBKpHP18YKAjfJK450IQoUyKYKZVcWFlTCaCB0+H
Tzah+GHWjq4OyK1o+U2toNsgOVXdWd+AzA9OhWJIOKSPv6V/omJQDy8RA8/I
z/5O3BmMln/H3J5ktEurF/LfD9nrbPD6T9kgO8P/wz9e41+v/3SWffxbemj7
7aVwfX4mxoy9HLFmoiWj174lQI+/pXuj3Q1PU62CPkhNnZ2eCQGI/QZBnLoo
HZ2mTs9Ozo6eG9aGXV0R4gb31C13f5E4pQS0aOU3nRURr8GdFG4mraorRZiE
g7P0BweLQEj1hg97YWucQtOqVZcfesg1uk4YVCGKwqDcFs3S7i8zhRmmSv0y
nWtMDwaaUPQWvRdAjtfVTY3Us6mT4+z5EHH0vbooQgVF7/kSZz9PEbXGjSV0
Q8vt+c3OXf7P/cc2K5gfhcAE8m4dvRPJ7h4FPW4v7dWIWje7XBZt1XjX5mng
mryrTYr/pfqlTZLfm5u9r20+Les5eaY3dHRRhfWzhYt0PEK2dRX/rWpSOzMM
PyaOgmfv8FH+iO89ZpUjpK6Ad9BJK5EnunVU0vpH7nbCSTDQolrHk6jWkG4A
dPW4A6c3E+XaqgRDqMQZh5fDL6mYcGrl85KiyFct2ff6dGIKkZTitnJkVkt5
KFwRdpTpwovmUq+05AK+UcmqYjpBiTZUgUXbVvfrkPEVa07GLgWwpNEgcvyS
sCQ0lLY2rNEC+VlHIUF0nUJRNlSmfMkEnYHuOWQGoL+cis6m0Z46KobrTYdp
4Y0H8tVqIGcYbxaLPwp2MddOhBodCa2aK97Uz97lMmUgRKPi95ELHv0i3e1J
VHz5jGKbCXLbotd8VkyvGP43edFMYMc/r95Wg/Ssnv4EMu2P9QT/8dfbOVIC
5jCWQfrHooYD8ux2AX8fN28qMF1+ejNIDzFXu0m+q2HvLgfpab4E3bFYpf+P
wPj+UM7TM5jlHM70aXUNJvYZzEM5SL/PV2/gjqZNjYTJ3+cLNMPOm8l1dVks
ShAbyKVTpa/fvKlmOSpVi9syOS9zoQj/A3TzefFuTvgX5MGzKAV6hRDlmAva
EZAAjYBVwzVTpKdOi7yRqALxsOPBa65zcn17eKX036j6gSFncFNymltFfto3
KWXKYrVifrVy2BDJ8ev06cuv07Pj52fHJ9gxdoi+E2fxwiIiPSnUWN9V3MD9
hbg7SVWXCBeGAmqKsQfYCJxELQWTs+oqSXgby/uHe3exg8O9e4wiSwk7WbRZ
iO3v/ZL8JfE36uDK0i2cpwx+ib9K0jTDr7Jtmr5sWs3hDubnOdJGXkGCZMQb
9OICIRq4yWyaYaXdbSPF7AR/viwFvwmEL5ZIYAXoCVZ+TlcT71sSnJYALczB
CkUEpgF6nSHYF0g/yXVbRBpYvk8PB+6ij9Cfrhz4MTR5Wi7QxAWdqiICN5le
6Pud9OXh+ZPvd0r6D6VBYeIDLQ6IeglV5QtW1nUX0YOvFF8hza+wMGYp2Co7
sGo5HcWIppAW6RE9eWK+CA8SNCMnfAzDA3u6nM1WPB1vC3nvu6qeSmjqjONY
fs6wwJY/jbdIXlMqBd7BdU2WYgjbkO22mrDAKecEkE/M11vIflISKtMgOJ7f
IRzrwsQ5rjUzYR+k13VxKTYR0paHycEdMHsbADCilumMbmh1tjQVlnFKpwRU
ircu/AomlmIPBymmTzR6DWL0or2fHDCVhlnRF44Nk8jhJUTANV1D9Ho00MyR
eI7RUiSeTcQNMnSN/fvpNTSMP5yAusG3XJ+yQSAz8KvZcsgOxUZA/BoHpRXa
wHptTv+LIjdNd4E7QmOfhcZdFBqH1ETmHbZBQGWCcXBqtRNc/y2jqC7wOhZp
UsAslXDq7xgXWkylCV+o+lwvH7HGDv/lNYcvWc5wF9k3mO7Dx6Q+wcrO4LiT
zERphm35JOJc88iuq0bKIEO44tUR/Fz2WCogKcO3zfDB/oMH/PmKd3pg8WGi
x2EaKL7N98SGSIBIY0vhbcGAf0pQDzdbbW0QE3F+QS8iidtE0E0ii9qLtMeL
tJ/YOovfR8LbjUYKg6A7ZmoVUCBpxCwWZV7b6Q4P5Qu1AN+lMMXlwuPLwcTK
tEYhe2hbWTOgyzeoO2VPxYjvyzDJHlLzDLkBE0xoRuoA5twmvc4HGgq1TzhV
vVhxRbAEkbELcptPOU6EoAiwPeblBOkvcefNKUaLeEUeaM5IQDzMuLNJSXsa
9B6iMGrVykxAR0ebr0bbFrWyHzSSKcqyLgBDywUtSSG4cXiR8gluc1Sp7VYT
hVK/pvp5QmN7+qRJcVsPUkS/pqYQLBuFSWvZD1xVegsvTHdq+EHdJx9J7STF
n6HMmt63CFiZp7LCCLflLuSTuuKU3VTLXN2exY9ZiVaAd67v9OSAZi5Gvdyi
PD6aFbFLBnyPsy5If267N93MYA+SduKq97fwviGzDuOP4gihIbNpwwJtm6TQ
NVqqU8YtCh4bllHN0nzkNsU6iRJnFRGKRhwoIyzrFNUBO+x3eVtE7P6ORcRu
4gaUwZHOWHMDqZlFXg26lhp2a8STTTuQtNGa3C1Hz8+GZ0f+VyBlOBsADxWF
wo8OX9Bz+CsP/LPMEUCGMBCpnxgch8vcnd26AFmDs5Y9lfJqNBUyge5SrzAm
SZqOqn9jeCWjawE71XNOA/GYyw7ruQR3H9Dk7f4uiU4vZZHqPQVWaKbaO72d
/Ggi30RZ2alhh4XUXqkH01wzAt0Sy1OWhqC8lPaKvtcJClqoLLtYNEHAl+aC
aly3VV3BXYqr0hnq1zzUB36fuBMs8UuzU+kpuTbaKjNr6djQaf6+nK/m6YyS
ZHCa5JGQPGzI34I8atuHFpoTal2XhFTDaTF0mLHUGTuL6U5g3lWLLy1bDO6b
tclhpJ1PKE5LzVC2FBc+LbDgi9MmLB0CoRcegh0GxwGjNbes9MFCirc+X8pF
bEwiL0J3o+w3gt0My3Mr8xfdeObM+Wq0pxlYFu4QoA+ndFxweXfku5xz9zuz
KA5SEMQzxEwVotWhOE5EP6AV7ANnUWAToqIwG61LtojYNKBAHw1RDx/ivkAJ
Qjm+rPqi4drahl/xNvw6aDT8EN9qDkJf5oa9vXpFLpbqIL0uHUKf6PydRlpg
ufjOcL6UogBTB+RlJAfU7UdJEN4Mwi/nZCqKpCR0iJK4oJIn8TDv8zC/CsNc
eAgyuY70veRVWODcuwRuOP1X5LgiaL/wEN+J3Zm9x6+8H17Z9pY+o5uT1VNq
C396vVzeaNn1PJ+yno0qFMfk1RSNcmGDzUBPB3HUngb2TOzeO2g9UXuKySaJ
DIoYK2zVgIEvT6+LuP52csGyhSKi4nBvd4Xtnd27rivOmc+Xu+x/FBBcer4s
rurWiFsPwW0g0RFLLA2/fYUhX571gF1iekS54BphNJxunWoNjx+/v8nJduQ7
ONxf2vK0zrFwmfZow241kOCYr1KnZ8uKIVFOS9giYCX8EQ2iujMjbFzs7tOM
6OhAJ1nms+pqxVX/mB9G95O4n6Zr3eSEeREULwtD9kQ1MEIu7prrFi6ttmbe
Uf73SLuoYS9TkMwhbkVwcwHBgK/f2xgabuE5aNIypXMBCQtF/zYJYk04brvI
iGUtHaaeYU7D08fkOFHW1Hsq36rYxyCnkjYZu4qFWFX6eIqH0G7NPD37/sXr
Z0cROG7OyJ6UmBGdFlbYfc13UL5H3eO5yztgj3eAX5Tj8/yKSXhk0xY5wWvQ
D1+i4gZ2y2wq2KBLxmpYO63HIlIoRtKgojulFAd4lG/3RVA8tNYlLFhEUBVR
4PhF80Qt2J8/nL14TmdPWLb8b80e07gP0Vygvy794fd8tnpmi2Q6fK+IdDiB
PHOvxSikPDAN/GMhAm/ddkMqqXXaMUeMcE1e21FyZDh8TfnuO0aJ9qiftYww
2VLm4KT43MXqKr0s34t5ESaj51WstshbYkFQk/ejWLYyGRzuvcZ3XGc2XhB6
/DiRzXEgg+I9ebNmp3GnTkRUy+Pi4QzJVoF6jV78JK9RC5Xd2aty83dPYZq4
SalBwoPB38lX5eQN2L/p3Qd32eT+en/z1RMJ0vj00ihJjkp0tT9eT0zRvHLh
wF7zR/G8ySB0e5JRVfZ5lxuFAEbXGKbUYhbbuXMp2gFyTntM5VTTFI6lbD3m
oiLXNPrl3i0MPgsrCqQRs2ivHZ2yMkuIJRNJEBKKVsC7JnXPPD5LTv1C80Cj
cjhnYQaVf4tyFHu2Zf/VCE+i/ge3423cO7+kpaL1iRlAkrRcxH02hixe7tPD
fx21DoBEhQLR4VGwxfJ1GwNPSClz/MrjO5NkMLxYb+LlHcMZOUoQcbyQ2hTC
JvM3Dd1c3BsfJBBuLpkKAeSJRIqfpra3yFlqfS+C7cS+dwHGdD6lJUEkEqQx
bSeqgGLcL4HAT4bDIR0uDKNFd7ErMfnwhZ+I4fxqvjQ8dtExQgWYli328o6h
Vwc77UoyqGFjIUb+MK7sHEXw351WpCCgTVfLZbNUh2M/Fy0Bwb45TS4iQHTl
cr4X05J5Sbg3vjNcz1/7chKr6Rr5avC+6PUGTra6CLzG3Zi4wcS7JTJfMvPc
1KQFhVRB7xmBmwy6e92LEVLioZvy0WfzlLehJiOTswwJ3oag9Lwtsk4Lo/QH
YfMJD/URviAsA5hQpaRVkr/ILY7AfWI3gp2KW7tkh7g63yLaMF6Z0BAbi6vC
11LGyFn9U5jTsrWPPIxkSOWDExDETTxTVoHfv5z4k7dwephzR+a/Z+qk+yDn
4t/j/dWdwtovOZnCAajvKq8vkPmLovATUzWkqXKp1SHqcSkD59qyGqUnm3YY
5QbRlToQGezQWcOgiQ6GOH00+jMMbhoppup/gU8H1uwWsQI3zILlIw98Kkx8
4CbogZ71GGf07NHxs+PzY/Sbkfkau/ypEDyPHHw8CJzwUL0cR54JM0PqwPus
mw9fRClYbU3QioFbHD7tzaU7KtyXoFTE5QTKHUTQIYHHwF61iSBSSNtFp4iY
2/uXIiAk3K6Vfi53h0oypeO4993yqQwZqkCXEFAr8Tjcc0k2W6oHPCP1inN9
HHnCx5En9TZeT2aewpHr5RzkUXKhHkX2nykTOiajTaftmxZbZMQ5Y46noAAm
dRAsMMIO/NXk4hyhG+GsYu6Z1WTT85QRQ5Kc3I8TzbN03VdqDeudqQAxb4j1
2LlY8ibpmx1MQOsNusNWF1gqXBIppe7sAtkZWwI6eJtILHB744WAF9Q0gDME
Pt88Hc+W4zCaBANOVMWIgLuXflP0s1k2bgncNBTB2K50fvFfg6QvHtmsLubl
0lIMseSYE5A6CiuaAoHY1ccx4eUYoZRMDmyEuAek71uUQrWp9e2YTyRaG4f5
SymWpoI5myx4nVC6YYWUeZqSp8yMF7iiudzKyLDYAtEcC2iMJWbsbRb+TG6z
CZmW9GJJ9IsTFTlIKSVoPjTJrIvkvERych267cRI6rBEiqRmSJKMOGNPQjj4
IDlIj1+mw8cUgTil3uFn2Nkk8YYdfvrht6p9ffzw7Ww5gIEPHOPVX+5gInlk
DSoRR4OPm+p2gLlLUrUpuMddi0OkJoKDBxonniVKL2qay9WMUiYwyaps1T8Q
Kwn8Xl5lVK9b6mtE6I7P438dpa+IfQB+FfHIjujlJwjxHQ41adIshAbimefU
JDgSxD9iv6SS+QUBkMgvdBfX63c/NLB1mTOmknoAfrcL/7Otclq0BbxuuZxZ
p8DKW/0U0BJ0/EeROAmUUnrsadz9R58sVDzQFCFkahjVozoQXV4SKXd7s6zq
9uKLkKC2bBQMAyystFJfiMDx8YnqClircaDmLL2gFscaqy+GwtrZUv2jwbsK
R0Q8njmPzonWCwcsq6sdj4YDqtDSGzRqVwvNiP4Z79R/d94rJHkDWzpV8B3d
ryKBVgE53qQMCxauk68EsUyb0gFQP50o0E3nvPCxx8+RUrrteNiEUr1o2Wyx
0KUrTOiNBDWJh9KAKwlRX0S0YKS8K7FuXYjYqCX3+nhcwZ3gaCvR7qpLTldC
SnNLNuTZ5Id7noywN94UtwR6E6FBgVBcIJ7D1qLSG2O7XYoTh798LZaYPN54
B+l+xsIR297HwEImnpQMBcs+fvC80sywTHnMZbFp75pwnd0G1nnEOc7L2aqm
i+DeaHc3zb7Lp8SOBtuDGr/X/nCUnuYzwQuVfdRph/qzTJ8ib720En00ik0G
Uw0pmyfdKkZXIzKVSFUUW3o7fsv90e7dNDuTesLXCyuDoPfdX/flKNVPmVWU
IIW48JIFtFPdvz8/f6meb3zlvx6fmV7Wp6lcwksaLY/p75que8JevNP8/fDw
Sgv5sOOvimV9O2TvynWRgzgcJGvNFw0MFZRtdB0pwOaf4RtMqohgyfsGwD0n
0c1K+bv8NvariGnEynEzSFCxvOxpn4rip4X6d+ZWuCUFkp8cDJw0VOBakgU1
y1GnoC1GElvbsl6ApRVSt626fJmwj1WLOCLfmUkvfZ/pPCThA7pqF0rOcFcN
0+2eOkFdOdwvG5HCGv7vDomhq3sLijZY7o3c2WFknChF7vQ45rFV3Gw/0o/2
MI3Q1LrZcvvR/d1dzuBmUwL+2FaIREIAxRzR97fDajYdKdzwpJof3P/qwV14
zhEzf/gg3w/lw4/imtDBcZ5em6gyKtcXYPFgK3mJTkekAwPp8B5hbRBYNozV
A/0JlGPA8fzMQe4I78gOHpvHDyfLR/f2HiaYXJ3hJygPQGJmDyWr1EAgm5sV
5Zt1GkTY3Z/77hnj8+rLUwPqHc5W7+Hd5eWjTBBw8etWVz71muzvOSpkIatD
WLcR6JZjfHkDbwcltP3Ge+ODtSf5W6zS2PTs5qOOIa5isiIjnJ0ZbBs1v+7G
Wde53t3S2SusTv3M/fLJV0abpLVD6I1+l0SvX9c0vFrAnTteyFecxE1BHS6G
I+zRayKWcVwUpGE01eVSjj8p3ujedV5qdQnZnVrWiV1o63eeXGhOdRcfNXlg
lxqJFgWYNN6ENd5SXcxgg1YLJCm68LgKWx6PA6Oq16vlcApqsNp+ZYP8LZgA
wxae1COkMhXuHlCUk6MOAAV7jOEHSRSmdqB7mi3iLwWjwIiHPA1DVahfhf5d
BsxfcwJxL39l7wcPaKP/4x/Iz/Frmgv7acZ5RmvMhdUN5ZFot7h+lZLN/s86
+EzrgG2D3guqkRvKTbDucNE17HB5eUAaWr925vVNd2nIie2qnPuSZqb3EAtL
WLRWXijKSlCLYPtU836ZxigsYHqTe4ZrL8U+Z+8M7fYQmeM8eHxGo2WEgUNX
MSNNKMgkPy5md4+fxgTPIApPTgtOySikMAOD7sWCkYc8mMyLRZFqZiC/CqMx
mOhQzIwzj8Uk38oBLD9veqCjhWL7TAKQ90Z7ZBmS05DmoQ5ND9YplMF8o9Kw
judapGE+/bVFIagXn/ADY5XmoC5mg3o5KC8Hk+U/kmzkItKoewgbRzvAIDs4
Tya4bTpMA7zOfjPxgnkYK15MDwhW1mtfMUoz7FcGmxJTvXn4hKnJ9RVKcwJt
opwp2jtpxNvo15T899PMpDxJfpDWL/4YS3yLm4zXJFePB2u/orzrMcWP1/4E
8ajGblP/353ya90p8ZXCVm50n7RgzhAn7XOuFcHRybtVVZvN6fg6EhumdRf1
GSyfY5QMJ9nDyIr8OebJZ5kgrnV3T/ZXUHz4QuN3FOAXcIAtzGam0kL1CG7R
EX+wd3f/48dthp+dTgdqB2CqOHNgbwgY0jVQdTMxIrhvWniHYjEIdozWSFHJ
vqArNKtyGRDaqKiSM7a5jpp6wnTPxz4TL6oA+/BFcTO8uhET9aODRGv/tFER
j/XHCuC0rqjUnrXPCDw3UKmF96xrAgvCFlRaVwSQwLKVKN+Q32lgqPFbCEF5
qQmh293CV8M9FmKpHOE6YH5F4yGwomAecer9Fm6xAGWRbT+Ms8fQwaVRn7pg
JKSRh3Lriz/Q+KaSD9Gqb5IMBT9Y+sVqQdytEkmJQO0bxOmoNKICq/77ePrX
zyevk0zmVZjM3rnssnnQPLZ++HPn9ArmdJT8UwIStjQKbITDqUszOl0FwEBV
LkXEtu3YV+GeUhXj8npoRfsks5FOl5COGal+QL3VX4S8ilG6RWoQYYshpEz+
tiqnQsPG177HGhhtI2QjUlYEUSPp1Aw1S+lva7Xihh3roFPZzaYaNxJocFAt
UOxSyixVBMI5f8J/+BxFdcKThh3KAxjPsbwhhHhqc8SQTh3VFkUd72gP0VDr
PAckgihHSXAbpEKOK8SV2OeZAl9wZzU5CFYS9DUeKUEh1xclTE59ywgLecs9
rl1w+zugpsMWbSgws8RsWJkzLNzK/3MV0Tc+VIbKCRyZOHkEruRrZwMQIyES
00sSij96jdCM8pwM1vByeM0VMQWSDhOGpjmDiMfrpGzmriAjgoKXjGJjtqys
dPTLpofEZ6ssRuyDEugEuk7IWOERUl7P+JtAK3T3/sHd3QPjzUHWHLlyR6PR
mBnKbAFiINdxi9fq7n145McxHO8znFK+OlUudnLHWbW6aLH8UKWeFLsHhKfN
juRctljkDXMpkyyECpBWHlGCZlsYG8rJaDoSWrAAnB6QFXM/9lrqrrc3+X+L
m2+L5SPf8DoWqJ29/bv3Hrfonmw97sKK7H/948FXe/C/2cPi5lGGyC73QZ2C
9jP/ggyVpOzebjZwjGIb2/1dp92vN7X7cPoou4Tx1cPP8u/3LkuskdDugi3K
52nTfF7dfIJFSzi0mN19j/rq9EpxV6eciuNptbr7X+ZP2t337e7/8nb3f/zl
c9Y7W5T7YXucVm8vc3nTm2cTgxP0yM+bVlOz0x+KCxWakpbfIwo/fPGuuMBf
oS+CMOgwpU9DO5EUziPACz35BliMapzLgER3efpThd4JdE0w+XxADtLHG1Hn
EVMFLHZGCoG340Uz8MZ8Yl/19cL5E9g62H/wAJpjQaHg5KS1cfwfrnbsNzOW
7d8HS0Ikv44c7rZFg1etuv8NKaZZzed5Xf5VMnPtflCCc50xLMyd5bfGq8DR
CRCg4zauwpiSwQKevMsWV7IGYg8q58TYnublnC/0m6LCjYmw+laRBWJ6Rrbk
E1T1amSjmeIGWqJBe7x4W9bVgmeMO+a5j+g+C0k7VsiCCaGwTZIwVjZkDhVM
wqANnhUIFQl7CMsYPS+ZJHAoOih+hIrJIB3bAbzchbM9HkGrfMIS6o744Jgs
iNhVCDc8VB5u+UVU3+HXpDgvWDVMwlkO97FLTGfexPwCrb8Fkq5dIKiYugxi
whuCJjWCBbq3ojCfXIQiIzQVnrYsRWRDDw44Yc2zGl5e7u4fHFxOf+RAcHuf
fAtaunsXP//q+CwWDfjhN2L1xw/gLbGbJAFg0PxglGbI9X187BHQAtbmz/Hi
cL/GI9Wql2Gkw2EAWEA/KQ5V8qSpEEzsIlSt4KeoM/2EWBxXVZJfE4I7AhJS
vZSkRbr1WdMN3lOv65L5+5IxDnXMjmHMyUodABkoBje8eBRzXNyiNK+XkxWD
/x0wcukryrzWk4QiKFpN0Iklly5Ukor7FcRppTSvuNhfNuqgDJQ3iVLekEOT
bNRsTAs1zpThQbilJKGc/Jx4CJirpdbugTnbUBCTzCTiJHnLKePinKL9rksc
sjUbLiuGWVM3Z2JiXFKow5wNCTTv48dtnlEz1cnPwIhvdMJdgnoii1ZMJdPx
XJy1ll+qX5usE+0Z46qVVK6E00ozTStXXSb+mAeIl/ugDYqrVVVZNXWwGA1e
/GC0v41KbZVk446Sxfupc9LGmQUKcF3Dapa6CoXwICDaknaV+ClgSbutJeYu
DLnFOob7o/3UXYHbPq9T9oG8HB+zHfOpIfGvBJL3RHN+SVtxbg9yyIjnXUJU
c4bDCRWoWGey7JkLg9kiyjMXjTa8bm8tGXEZ3a42m5HwHJgyoYUCQquR4CW4
wyh6WyjFtqXqZGYp6DneUIIAgocIVI4C3ai1JCEI553sDc1ZMSKba3KPoN8l
zIiWpkhvQ7CMTLTsjqSEXxV3qDzxDnacXIDI1CojaO7gdryzs6wmo+vlfHYn
G8FqRFGKXn2GXA8Gjq6xf5AdVRMg1DNnmdGuUaIlS38+wN8+oqca3AzwahhD
RBLXrobRKVyuO7uGxwrjLWaXeGGTuD0GkYhBzOI9eoK0Vhufbfe6REPiy88/
jdgdbKJNOZJs3v1OqLZxgrsXN2EXt235AD/tNmBcxDL6UlUh0sBntzFSimlG
L7AeSFsbxxfzWCKjvB5xAestwyYnFENhNrbGjikfSXO3BKD8TygBA/nBzCjg
zWcffQ/faUggiidkD3Fb5UI7XMjPEYMIFuPduyipKDwIZvTa9tRI4/1qFZEX
t1mC5WthHa7LWq/bgVdAwOqoVgspqIO15fdk4SjAuVuyVcKWispWPuO6qUG8
mYgmYYTNrZzU3yh0/ZhQ+J5TRXjTK3L8eSPKT+o29CtzAkv82KSbJk4WqUVn
17frNO9AZu9hpbbzIOaxGrn3OYxv0Jnc4P0Rhp3PHTbJQuIElN2RGm2VVjRs
OLd2815WWJRuneGDqWQ/n9sVVHBCce1tOv6MLSqXJogzTfbums2qHHRQxwUI
oCLgZ1WmzYamm5JiRNAXM2gSMmgczt3bwjEnRDahc85hekIOMp+rD+BfUj9Z
iAM0TqSVUvgBovCRyxHeDRsnXIjOJqMFpDJixntJoiCvhZmw1nIZd9LNA7b7
jjbCAo7lRIqyl4METSLLnVYln1QHciIoyUBX50dmvLGItn5G8Uv4L7HBdwyn
4uYRD3CIA9xbu3yMUM+1tISa0YPMxUoKTyh9m7i5A/HRY97DattdGbIz+MzR
jEe0UQmfnwCTZemEphkyGL0fUhbBTGgpa5JThI/UfSp+00q9wFXXzxpj4qTc
dO7H6M2a5FwcHiSdBqM6gRXYEEmjNJcMjU/kJKLcjDELeJxawe62q9hlIY9g
x4rqENJdMLOTFs65LmgNS9jkBDFjRrdaKIPw0FVl7imN9gS4RDI+0CYplhNE
wFgjuXo3HdyqGlLj0zuEWcG8DhIDG1qKcpTHWtfXFgWO6xg0Fxoqba1gNn/e
C75t6yJww8F5KMq3bVowhPlU3WKT4tWrcoQbvpVk0G4iE7+XXH13ZiWmXoGQ
uxMCWOa4UMgVd3Cl7wrEk3RcPnwz2kOe5Xcrn83hNG3zW+wa3qSt/sMrp1vn
pFMahw5i/kut/HhnTFlGPRo3WQxxuGuQWI+blVDfXabV4qqizWHcIKJ0iIFD
pdiV6MNSxq0JN5ECNwnsIKz3xkSnFsaMU6dNJFLnW1UwbQl56I7H556/9t0x
lm3Drp///dMw2PyGdRr8r/YCaPxzm/q1TIS/430ty0GZn5zyKzjwLex4RSYu
HZuAJpOhLk07P2GA5AijxqAabhVFCTPOJB3XK1Xt0CyFUeXis0Ks4mqUjNs7
7jdaHPPb5YSystx3fhbH5KnLQ3POcLwoiEFB04XVfed8TDIvAr2NHr0CAd7h
IsZrL+yRT3Ti5275TzQHa8iLhuCpFdlhZPFq/IHgfzEObfINubuX73C43q9C
DJIu/ENp2S1Pp3q1Nz6HgiHmOKP+1S2GW7w/kjmRSaB0B4EuvtkB7yjOZUY7
vq/n3juEkp/+jfQDRI5GQphzVuF4ieNHA2uzW6oGzGJXtu5/hyUi9jHScfQl
X++P9vj+a4KNIFvEQoEGNyQainESpvYmK0chlD/cVqUgDubkQL+ocwZ63Ard
3PZeVpQbbRgHfyt9yYFHYSVAHhr0d9/gfFeXl+kWGhXZC0JgwKymNAoP6mC/
G+1HECjxeEsi50GYFixo5PdjOV6ILsReTRMtVOovUztQNZ41C8vkJ4Y2N88g
fTioOiEIYi35DD46Aa1mjHnvn/QzgaMmb7SfDNo6M1IghMqIGKn6JuTuaD/2
DZZNe9YvPJ7ByaLtSezLu+EmFV0ZOcAFwRsHgv8BBYGGV+JRmFSEH8dKfBt5
Mjf9QtPJKWpF+WqSpoLl1tQaIsATrgPRANGUqiqFwc+Cg09Xqu+qgomJS7hh
nhvCODFqaK4wZevauRlE08i2lUsdZfXnVrUVZMFczXh/oHaGrDP1gnruEusY
IcVwQalKYk6/lLOKKVD4SxwzrG2Okwe3ybzIGXkUhyflxCjgOFteeonf+3eZ
45kwJc/V94xoCwUsojjYlCmh12VNwznsTxIgl/zr86fDB9wOIgsz5CR06fWi
JHTnyXWOsUOiTgWpl7bQrdod0f0cyWeUixaBhNEfnj05QYEkhPE8+WiwdoaF
NvICLgN6wvVlQOdTJClid+gDrgaRCIo0eZHm4WnlvOxy7nxPeYti8EDU5Tw9
e1dM0X+OPDuCp4RKCbY2xicPxKMrl+rOKRgr//Lk7r9899Vj1n0QYXFYhBD/
EA22bIwNrMndsJANSyWB0+tCOXFGbENd6Xbif/770x1AH64sLGZa4JauLS/a
37YyPUQp4TStnFhOJSUbt4ZdmzTd3/zzcEhHiQh9URApYLTmD+gxMGGNgkpl
iMbi9h+mJ7TvVhccLPqSH6QCKJbYXO06EL9Dc1POZpTr0RRz2MUzsEp3ECE2
7+xhomYT80dpyJCwZJQOh48xX+fsFgzR90HC4IY0jtDnxVW1ZCrAJPnLn9s5
KddWBUE1DOQpxP21UjwinY52Uvso/cuP7A670VctwqvMrcNAd8gzxDoOCaOT
4dGoKeGWrvOf8sUQDcch6nRDbWromvr4McGk2UbRxfodqyPMQlqWM36xFx8B
2FexCDFftgn+9KG58ZIoI3SQxgqXl+C9YzaTUrILk243D6hCIZTDi0WoblGr
HAuOTfWJeb/mHuaccS5DtzRebJ46qtyHf4a0MFSlf5MvvWnQbryNopPe2/Ul
Iu4gP2YdvVO1jgUc5MVqsqjehIF2Ey1E4xSMVJMllZi2g4opxjPlfgjug3MT
knUUwtM8KWuSNz+RrKnpknvZQzSfekzIMPtam7+MTJL2TymzDqPO6KMWnwWP
ZonSH9MnYncZncCW1+5TgATtDJ+eMa4ZyecspgECyIp28Ct6x/xfmDLEF9j5
Exh6fkMhjMht0+S3P29ov1nCPyf9q7hhEX7RKHvszXUD/WKdLnYjMcgPXzgV
jAXnk+rVcfTbLndwsK9KYtv0pUIklIxQI1krGs1lT9WSIbNpcl0wml51CdMH
t3ez4jzOqpomF4HvtsaAEZisJdisJOKcxupiRsK/4xMDUVKqus8hpEg5MEA5
+3Ge9KmWXIHSP7+UFNH/FRdh+KvAoLYEfi4qRnEgPBjAkR45szaJNfcD0Xdx
cMNQlSGWattKzb55nG234DJddk5knhEscrls5XTZKxTHL/iQnHV+EUxp2RAu
0577uyZtQ7IvQklwNxL+UJDgsGNkyP6srrlIudmAsHqoZKLtGgLb9mKT6K1M
MjEqJV9OxhOg3wwlNKo88odJ/NELuOCxw8vGHwyyeQYJ5eoQawkenyffvXgV
cefQZkBFpiyWl6zCkEE5xApbtOvYVExsk2sRRE58BUxhvZTzEzIr+5GOBIic
6ptmTKzNzEXzUCLITsBcHJdeWVGHenpLKb5cOjMhTA82VhlKvfS5XqhGJxQ1
p8nrxiYHkQOqXHROM8LD5vCLiRR2JZ6f2vkqwiqLAar+dfTp7Ywjr0Oo1QIV
OfpdNxARPdeWELyIWABYNUWyvL0Rq496TcDrQgH9k5JlmHh4i1zjs1sr/I5T
rEDbsby46/KG3Y1PPV2DE6t6Jwyb/LIgN2Kx0O8joAc4V8WIjcWrYkGVp7hG
lsPOUXMMz6M7QyGEE4IKXedO6fMfrrnDcLZ15sUDUl4tFNDR55P2QhpTUrfk
cTezvLkeiG/WaNiD7sOeleag7Uxo75UQh+4TZ952Yn4REa/uciLz75iPyQHb
pxIW4JLk3bEKzODO6xPHPe1szn7KLLZhbwhpjfmip3yx+4q/J2OqE+6AbiRk
BxM8xOwH9JMfpFYvHOKgooojbw0WBbD+Uv3w8vA55dYnZJD2tAQGLty8TAoy
w42PQhwZ3Y5fpicv4f83FjqnLMh17ZyCcCH7fq5/zKqmmTHC6i118fC7Vy/S
V9D2WXry5HR9l46+f/LyLfwQ7g/8E/5C/YqHSUKfBD4cqekkr6fp+bOztU3B
eROWTfhL+VBqghinOu7VBcVlj6ANNAHWtlNXK1DuSiK+fX7+knTmH8qnZfr7
l6/O0qd/Onqenj07PHyCZJfp2dGLZm1LQn2XnhyfP4V/PD9E6tb07PQsPT07
OTt6zg/+f16ql8ZDDwIA

-->

</rfc>

