Re: [Editorial Errata Reported] RFC5438 (3850)

Richard Barnes <[email protected]> Fri, 27 Dec 2013 12:42:20 -0500
Newsgroups gmane.ietf.simple
Message-ID <CAL02cgRCViRekRixeGBEgmE397rQ_gnbNXxbVsiPcGSbzgQWew@mail.gmail.com>
--===============0409108297136338840==
Content-Type: multipart/alternative; boundary=089e013d0db0acc86c04ee879d6b

--089e013d0db0acc86c04ee879d6b
Content-Type: text/plain; charset=ISO-8859-1

Thanks, Eric.  I have marked this as Verified.


On Thu, Dec 26, 2013 at 8:17 AM, Eric Burger <[email protected]>wrote:

> WFM. Good catch. Thanks.
>
> On Dec 26, 2013, at 3:59 AM, RFC Errata System <[email protected]>
> wrote:
>
> > The following errata report has been submitted for RFC5438,
> > "Instant Message Disposition Notification (IMDN)".
> >
> > --------------------------------------
> > You may review the report below and at:
> > http://www.rfc-editor.org/errata_search.php?rfc=5438&eid=3850
> >
> > --------------------------------------
> > Type: Editorial
> > Reported by: Niket Kumar <[email protected]>
> >
> > Section: 8.3
> >
> > Original Text
> > -------------
> >   The aggregated IMDN is constructed using the multipart/mixed MIME
> >
> >   type and including as individual payloads all the IMDNS that were
> >
> >   received as message/imdn+xml.
> >
> >
> >
> >   Below is an example of aggregated IMDNs.
> >
> >
> >
> >   From: Bob <im:[email protected]>
> >
> >   To: Alice <im:[email protected]>
> >
> >   NS: imdn <urn:ietf:params:imdn>
> >
> >   imdn.Message-ID: d834jied93rf
> >
> >   Content-type: multipart/mixed;
> >
> >                      boundary="imdn-boundary"
> >
> >   Content-Disposition: notification
> >
> >   Content-length: ...
> >
> >
> >
> >   --imdn-boundary
> >
> >   Content-type: message/imdn+xml
> >
> >
> >
> >   <?xml version="1.0" encoding="UTF-8"?>
> >
> >   <imdn xmlns="urn:ietf:params:xml:ns:imdn">
> >
> >         <message-id>34jk324j</message-id>
> >
> >         <datetime>2008-04-04T12:16:49-05:00</datetime>
> >
> >        <recipient-uri>im:[email protected]</recipient-uri>
> >
> >         <original-recipient-uri
> >
> >> im:[email protected]</original-recipient-uri>
> >
> >         <delivery-notification>
> >
> >            <status>
> >
> >               <delivered/>
> >
> >            </status>
> >
> >         </delivery-notification>
> >
> >       </imdn>
> >
> >
> >
> >   --imdn-boundary
> >
> >   Content-type: message/imdn+xml
> >
> >
> >
> >   <?xml version="1.0" encoding="UTF-8"?>
> >
> >   <imdn xmlns="urn:ietf:params:xml:ns:imdn">
> >
> >         <message-id>34jk324j</message-id>
> >
> >         <datetime>2008-04-04T12:16:49-05:00</datetime>
> >
> >        <recipient-uri>im:[email protected]</recipient-uri>
> >
> >         <original-recipient-uri
> >
> >> im:[email protected]</original-recipient-uri>
> >
> >         <display-notification>
> >
> >            <status>
> >
> >               <displayed/>
> >
> >            </status>
> >
> >         </display-notification>
> >
> >       </imdn>
> >
> >
> >
> >   --imdn-boundary
> >
> >
> >
> > Corrected Text
> > --------------
> >   The aggregated IMDN is constructed using the multipart/mixed MIME
> >
> >   type and including as individual payloads all the IMDNS that were
> >
> >   received as message/imdn+xml.
> >
> >
> >
> >   Below is an example of aggregated IMDNs.
> >
> >
> >
> >   From: Bob <im:[email protected]>
> >
> >   To: Alice <im:[email protected]>
> >
> >   NS: imdn <urn:ietf:params:imdn>
> >
> >   imdn.Message-ID: d834jied93rf
> >
> >   Content-type: multipart/mixed;
> >
> >                      boundary="imdn-boundary"
> >
> >   Content-Disposition: notification
> >
> >   Content-length: ...
> >
> >
> >
> >   --imdn-boundary
> >
> >   Content-type: message/imdn+xml
> >
> >
> >
> >   <?xml version="1.0" encoding="UTF-8"?>
> >
> >   <imdn xmlns="urn:ietf:params:xml:ns:imdn">
> >
> >         <message-id>34jk324j</message-id>
> >
> >         <datetime>2008-04-04T12:16:49-05:00</datetime>
> >
> >        <recipient-uri>im:[email protected]</recipient-uri>
> >
> >         <original-recipient-uri
> >
> >> im:[email protected]</original-recipient-uri>
> >
> >         <delivery-notification>
> >
> >            <status>
> >
> >               <delivered/>
> >
> >            </status>
> >
> >         </delivery-notification>
> >
> >       </imdn>
> >
> >
> >
> >   --imdn-boundary
> >
> >   Content-type: message/imdn+xml
> >
> >
> >
> >   <?xml version="1.0" encoding="UTF-8"?>
> >
> >   <imdn xmlns="urn:ietf:params:xml:ns:imdn">
> >
> >         <message-id>34jk324j</message-id>
> >
> >         <datetime>2008-04-04T12:16:49-05:00</datetime>
> >
> >        <recipient-uri>im:[email protected]</recipient-uri>
> >
> >         <original-recipient-uri
> >
> >> im:[email protected]</original-recipient-uri>
> >
> >         <display-notification>
> >
> >            <status>
> >
> >               <displayed/>
> >
> >            </status>
> >
> >         </display-notification>
> >
> >       </imdn>
> >
> >
> >
> >   --imdn-boundary--
> >
> >
> >
> > Notes
> > -----
> > The last multipart MIME boundary should have a "--" at the end. In the
> above example it should be "--imdn-boundary--" instead of "--imdn-boundary"
> >
> > Instructions:
> > -------------
> > This errata is currently posted as "Reported". If necessary, please
> > use "Reply All" to discuss whether it should be verified or
> > rejected. When a decision is reached, the verifying party (IESG)
> > can log in to change the status and edit the report, if necessary.
> >
> > --------------------------------------
> > RFC5438 (draft-ietf-simple-imdn-10)
> > --------------------------------------
> > Title               : Instant Message Disposition Notification (IMDN)
> > Publication Date    : February 2009
> > Author(s)           : E. Burger, H. Khartabil
> > Category            : PROPOSED STANDARD
> > Source              : SIP for Instant Messaging and Presence Leveraging
> Extensions
> > Area                : Real-time Applications and Infrastructure
> > Stream              : IETF
> > Verifying Party     : IESG
>
>

--089e013d0db0acc86c04ee879d6b
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable

<div dir=3D"ltr">Thanks, Eric. =A0I have marked this as Verified.<div class=
=3D"gmail_extra"><br><br><div class=3D"gmail_quote">On Thu, Dec 26, 2013 at=
 8:17 AM, Eric Burger <span dir=3D"ltr">&lt;<a href=3D"mailto:eburger@stand=
ardstrack.com" target=3D"_blank">[email protected]</a>&gt;</span> =
wrote:<br>
<blockquote class=3D"gmail_quote" style=3D"margin:0 0 0 .8ex;border-left:1p=
x #ccc solid;padding-left:1ex">WFM. Good catch. Thanks.<br>
<div class=3D"HOEnZb"><div class=3D"h5"><br>
On Dec 26, 2013, at 3:59 AM, RFC Errata System &lt;<a href=3D"mailto:rfc-ed=
[email protected]">[email protected]</a>&gt; wrote:<br>
<br>
&gt; The following errata report has been submitted for RFC5438,<br>
&gt; &quot;Instant Message Disposition Notification (IMDN)&quot;.<br>
&gt;<br>
&gt; --------------------------------------<br>
&gt; You may review the report below and at:<br>
&gt; <a href=3D"http://www.rfc-editor.org/errata_search.php?rfc=3D5438&amp;=
eid=3D3850" target=3D"_blank">http://www.rfc-editor.org/errata_search.php?r=
fc=3D5438&amp;eid=3D3850</a><br>
&gt;<br>
&gt; --------------------------------------<br>
&gt; Type: Editorial<br>
&gt; Reported by: Niket Kumar &lt;<a href=3D"mailto:[email protected]">=
[email protected]</a>&gt;<br>
&gt;<br>
&gt; Section: 8.3<br>
&gt;<br>
&gt; Original Text<br>
&gt; -------------<br>
&gt; =A0 The aggregated IMDN is constructed using the multipart/mixed MIME<=
br>
&gt;<br>
&gt; =A0 type and including as individual payloads all the IMDNS that were<=
br>
&gt;<br>
&gt; =A0 received as message/imdn+xml.<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; =A0 Below is an example of aggregated IMDNs.<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; =A0 From: Bob &lt;<a href=3D"mailto:im%[email protected]">im:bob@examp=
le.com</a>&gt;<br>
&gt;<br>
&gt; =A0 To: Alice &lt;<a href=3D"mailto:im%[email protected]">im:alice@e=
xample.com</a>&gt;<br>
&gt;<br>
&gt; =A0 NS: imdn &lt;urn:ietf:params:imdn&gt;<br>
&gt;<br>
&gt; =A0 imdn.Message-ID: d834jied93rf<br>
&gt;<br>
&gt; =A0 Content-type: multipart/mixed;<br>
&gt;<br>
&gt; =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0boundary=3D&quot;imdn-bound=
ary&quot;<br>
&gt;<br>
&gt; =A0 Content-Disposition: notification<br>
&gt;<br>
&gt; =A0 Content-length: ...<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; =A0 --imdn-boundary<br>
&gt;<br>
&gt; =A0 Content-type: message/imdn+xml<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; =A0 &lt;?xml version=3D&quot;1.0&quot; encoding=3D&quot;UTF-8&quot;?&g=
t;<br>
&gt;<br>
&gt; =A0 &lt;imdn xmlns=3D&quot;urn:ietf:params:xml:ns:imdn&quot;&gt;<br>
&gt;<br>
&gt; =A0 =A0 =A0 =A0 &lt;message-id&gt;34jk324j&lt;/message-id&gt;<br>
&gt;<br>
&gt; =A0 =A0 =A0 =A0 &lt;datetime&gt;2008-04-04T12:16:49-05:00&lt;/datetime=
&gt;<br>
&gt;<br>
&gt; =A0 =A0 =A0 =A0&lt;recipient-uri&gt;<a href=3D"mailto:im%3Abob@example=
.com">im:[email protected]</a>&lt;/recipient-uri&gt;<br>
&gt;<br>
&gt; =A0 =A0 =A0 =A0 &lt;original-recipient-uri<br>
&gt;<br>
&gt;&gt; <a href=3D"mailto:im%[email protected]">im:[email protected]</a>&lt;=
/original-recipient-uri&gt;<br>
&gt;<br>
&gt; =A0 =A0 =A0 =A0 &lt;delivery-notification&gt;<br>
&gt;<br>
&gt; =A0 =A0 =A0 =A0 =A0 =A0&lt;status&gt;<br>
&gt;<br>
&gt; =A0 =A0 =A0 =A0 =A0 =A0 =A0 &lt;delivered/&gt;<br>
&gt;<br>
&gt; =A0 =A0 =A0 =A0 =A0 =A0&lt;/status&gt;<br>
&gt;<br>
&gt; =A0 =A0 =A0 =A0 &lt;/delivery-notification&gt;<br>
&gt;<br>
&gt; =A0 =A0 =A0 &lt;/imdn&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; =A0 --imdn-boundary<br>
&gt;<br>
&gt; =A0 Content-type: message/imdn+xml<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; =A0 &lt;?xml version=3D&quot;1.0&quot; encoding=3D&quot;UTF-8&quot;?&g=
t;<br>
&gt;<br>
&gt; =A0 &lt;imdn xmlns=3D&quot;urn:ietf:params:xml:ns:imdn&quot;&gt;<br>
&gt;<br>
&gt; =A0 =A0 =A0 =A0 &lt;message-id&gt;34jk324j&lt;/message-id&gt;<br>
&gt;<br>
&gt; =A0 =A0 =A0 =A0 &lt;datetime&gt;2008-04-04T12:16:49-05:00&lt;/datetime=
&gt;<br>
&gt;<br>
&gt; =A0 =A0 =A0 =A0&lt;recipient-uri&gt;<a href=3D"mailto:im%3Abob@example=
.com">im:[email protected]</a>&lt;/recipient-uri&gt;<br>
&gt;<br>
&gt; =A0 =A0 =A0 =A0 &lt;original-recipient-uri<br>
&gt;<br>
&gt;&gt; <a href=3D"mailto:im%[email protected]">im:[email protected]</a>&lt;=
/original-recipient-uri&gt;<br>
&gt;<br>
&gt; =A0 =A0 =A0 =A0 &lt;display-notification&gt;<br>
&gt;<br>
&gt; =A0 =A0 =A0 =A0 =A0 =A0&lt;status&gt;<br>
&gt;<br>
&gt; =A0 =A0 =A0 =A0 =A0 =A0 =A0 &lt;displayed/&gt;<br>
&gt;<br>
&gt; =A0 =A0 =A0 =A0 =A0 =A0&lt;/status&gt;<br>
&gt;<br>
&gt; =A0 =A0 =A0 =A0 &lt;/display-notification&gt;<br>
&gt;<br>
&gt; =A0 =A0 =A0 &lt;/imdn&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; =A0 --imdn-boundary<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; Corrected Text<br>
&gt; --------------<br>
&gt; =A0 The aggregated IMDN is constructed using the multipart/mixed MIME<=
br>
&gt;<br>
&gt; =A0 type and including as individual payloads all the IMDNS that were<=
br>
&gt;<br>
&gt; =A0 received as message/imdn+xml.<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; =A0 Below is an example of aggregated IMDNs.<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; =A0 From: Bob &lt;<a href=3D"mailto:im%[email protected]">im:bob@examp=
le.com</a>&gt;<br>
&gt;<br>
&gt; =A0 To: Alice &lt;<a href=3D"mailto:im%[email protected]">im:alice@e=
xample.com</a>&gt;<br>
&gt;<br>
&gt; =A0 NS: imdn &lt;urn:ietf:params:imdn&gt;<br>
&gt;<br>
&gt; =A0 imdn.Message-ID: d834jied93rf<br>
&gt;<br>
&gt; =A0 Content-type: multipart/mixed;<br>
&gt;<br>
&gt; =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0boundary=3D&quot;imdn-bound=
ary&quot;<br>
&gt;<br>
&gt; =A0 Content-Disposition: notification<br>
&gt;<br>
&gt; =A0 Content-length: ...<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; =A0 --imdn-boundary<br>
&gt;<br>
&gt; =A0 Content-type: message/imdn+xml<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; =A0 &lt;?xml version=3D&quot;1.0&quot; encoding=3D&quot;UTF-8&quot;?&g=
t;<br>
&gt;<br>
&gt; =A0 &lt;imdn xmlns=3D&quot;urn:ietf:params:xml:ns:imdn&quot;&gt;<br>
&gt;<br>
&gt; =A0 =A0 =A0 =A0 &lt;message-id&gt;34jk324j&lt;/message-id&gt;<br>
&gt;<br>
&gt; =A0 =A0 =A0 =A0 &lt;datetime&gt;2008-04-04T12:16:49-05:00&lt;/datetime=
&gt;<br>
&gt;<br>
&gt; =A0 =A0 =A0 =A0&lt;recipient-uri&gt;<a href=3D"mailto:im%3Abob@example=
.com">im:[email protected]</a>&lt;/recipient-uri&gt;<br>
&gt;<br>
&gt; =A0 =A0 =A0 =A0 &lt;original-recipient-uri<br>
&gt;<br>
&gt;&gt; <a href=3D"mailto:im%[email protected]">im:[email protected]</a>&lt;=
/original-recipient-uri&gt;<br>
&gt;<br>
&gt; =A0 =A0 =A0 =A0 &lt;delivery-notification&gt;<br>
&gt;<br>
&gt; =A0 =A0 =A0 =A0 =A0 =A0&lt;status&gt;<br>
&gt;<br>
&gt; =A0 =A0 =A0 =A0 =A0 =A0 =A0 &lt;delivered/&gt;<br>
&gt;<br>
&gt; =A0 =A0 =A0 =A0 =A0 =A0&lt;/status&gt;<br>
&gt;<br>
&gt; =A0 =A0 =A0 =A0 &lt;/delivery-notification&gt;<br>
&gt;<br>
&gt; =A0 =A0 =A0 &lt;/imdn&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; =A0 --imdn-boundary<br>
&gt;<br>
&gt; =A0 Content-type: message/imdn+xml<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; =A0 &lt;?xml version=3D&quot;1.0&quot; encoding=3D&quot;UTF-8&quot;?&g=
t;<br>
&gt;<br>
&gt; =A0 &lt;imdn xmlns=3D&quot;urn:ietf:params:xml:ns:imdn&quot;&gt;<br>
&gt;<br>
&gt; =A0 =A0 =A0 =A0 &lt;message-id&gt;34jk324j&lt;/message-id&gt;<br>
&gt;<br>
&gt; =A0 =A0 =A0 =A0 &lt;datetime&gt;2008-04-04T12:16:49-05:00&lt;/datetime=
&gt;<br>
&gt;<br>
&gt; =A0 =A0 =A0 =A0&lt;recipient-uri&gt;<a href=3D"mailto:im%3Abob@example=
.com">im:[email protected]</a>&lt;/recipient-uri&gt;<br>
&gt;<br>
&gt; =A0 =A0 =A0 =A0 &lt;original-recipient-uri<br>
&gt;<br>
&gt;&gt; <a href=3D"mailto:im%[email protected]">im:[email protected]</a>&lt;=
/original-recipient-uri&gt;<br>
&gt;<br>
&gt; =A0 =A0 =A0 =A0 &lt;display-notification&gt;<br>
&gt;<br>
&gt; =A0 =A0 =A0 =A0 =A0 =A0&lt;status&gt;<br>
&gt;<br>
&gt; =A0 =A0 =A0 =A0 =A0 =A0 =A0 &lt;displayed/&gt;<br>
&gt;<br>
&gt; =A0 =A0 =A0 =A0 =A0 =A0&lt;/status&gt;<br>
&gt;<br>
&gt; =A0 =A0 =A0 =A0 &lt;/display-notification&gt;<br>
&gt;<br>
&gt; =A0 =A0 =A0 &lt;/imdn&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; =A0 --imdn-boundary--<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; Notes<br>
&gt; -----<br>
&gt; The last multipart MIME boundary should have a &quot;--&quot; at the e=
nd. In the above example it should be &quot;--imdn-boundary--&quot; instead=
 of &quot;--imdn-boundary&quot;<br>
&gt;<br>
&gt; Instructions:<br>
&gt; -------------<br>
&gt; This errata is currently posted as &quot;Reported&quot;. If necessary,=
 please<br>
&gt; use &quot;Reply All&quot; to discuss whether it should be verified or<=
br>
&gt; rejected. When a decision is reached, the verifying party (IESG)<br>
&gt; can log in to change the status and edit the report, if necessary.<br>
&gt;<br>
&gt; --------------------------------------<br>
&gt; RFC5438 (draft-ietf-simple-imdn-10)<br>
&gt; --------------------------------------<br>
&gt; Title =A0 =A0 =A0 =A0 =A0 =A0 =A0 : Instant Message Disposition Notifi=
cation (IMDN)<br>
&gt; Publication Date =A0 =A0: February 2009<br>
&gt; Author(s) =A0 =A0 =A0 =A0 =A0 : E. Burger, H. Khartabil<br>
&gt; Category =A0 =A0 =A0 =A0 =A0 =A0: PROPOSED STANDARD<br>
&gt; Source =A0 =A0 =A0 =A0 =A0 =A0 =A0: SIP for Instant Messaging and Pres=
ence Leveraging Extensions<br>
&gt; Area =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0: Real-time Applications and Infra=
structure<br>
&gt; Stream =A0 =A0 =A0 =A0 =A0 =A0 =A0: IETF<br>
&gt; Verifying Party =A0 =A0 : IESG<br>
<br>
</div></div></blockquote></div><br></div></div>

--089e013d0db0acc86c04ee879d6b--

--===============0409108297136338840==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

_______________________________________________
Simple mailing list
[email protected]
https://www.ietf.org/mailman/listinfo/simple

--===============0409108297136338840==--