mirror of
https://github.com/moparisthebest/xeps
synced 2024-11-24 10:12:19 -05:00
removed NSNOTE
git-svn-id: file:///home/ksmith/gitmigration/svn/xmpp/trunk@1253 4b5297f7-1745-476d-ba37-a9c6900126ab
This commit is contained in:
parent
2445e96d28
commit
339bfca857
@ -83,7 +83,7 @@
|
||||
<p>Note: This document explicitly does not define a protocol for "guaranteed delivery", since that term (like "security") means different things to different people. Instead, we define a more focused protocol that addresses the need for message receipts, thus solving one problem that falls under the heading of "guaranteed delivery".</p>
|
||||
</section1>
|
||||
<section1 topic='Protocol Format' anchor='format'>
|
||||
<p>In order to make it possible for senders to request and for recipients to generate message receipts, we define a dedicated protocol extension qualified by the 'urn:xmpp:receipts' namespace &NSNOTE;.</p>
|
||||
<p>In order to make it possible for senders to request and for recipients to generate message receipts, we define a dedicated protocol extension qualified by the 'urn:xmpp:receipts' namespace.</p>
|
||||
<p>There are two allowable elements in this namespace:</p>
|
||||
<ul>
|
||||
<li><request/> -- included by a sending entity that wishes to know if the message has been received.</li>
|
||||
@ -122,7 +122,7 @@
|
||||
</section1>
|
||||
<section1 topic='Determining Support' anchor='disco'>
|
||||
<p>If a sender wishes to request message receipts, it SHOULD first determine whether the intended recipient supports message receipts. This can be done directly via <cite>Service Discovery</cite> or indirectly via <cite>Entity Capabilities</cite>.</p>
|
||||
<p>If an entity supports message receipts, it MUST report that by including a service discovery feature of "urn:xmpp:receipts" in response to disco#info requests &NSNOTE;:</p>
|
||||
<p>If an entity supports message receipts, it MUST report that by including a service discovery feature of "urn:xmpp:receipts" in response to disco#info requests:</p>
|
||||
<example caption="Initial Service Discovery information request"><![CDATA[
|
||||
<iq from='northumberland@shakespeare.lit/westminster'
|
||||
to='kingrichard@royalty.england.lit/throne'
|
||||
@ -143,7 +143,7 @@
|
||||
]]></example>
|
||||
</section1>
|
||||
<section1 topic='Negotiation' anchor='neg'>
|
||||
<p>Two entities MAY negotiate the use of message receipts for a given session using <cite>Stanza Session Negotiation</cite>. The parameter to be negotiated is named "urn:xmpp:receipts" &NSNOTE;. Its use is illustrated in the following examples.</p>
|
||||
<p>Two entities MAY negotiate the use of message receipts for a given session using <cite>Stanza Session Negotiation</cite>. The parameter to be negotiated is named "urn:xmpp:receipts". Its use is illustrated in the following examples.</p>
|
||||
<example caption="User requests chat session"><![CDATA[
|
||||
<message type='normal'
|
||||
from='northumberland@shakespeare.lit/westminster'
|
||||
|
Loading…
Reference in New Issue
Block a user