git-svn-id: file:///home/ksmith/gitmigration/svn/xmpp/trunk@4113 4b5297f7-1745-476d-ba37-a9c6900126ab
This commit is contained in:
Peter Saint-Andre 2010-03-30 21:46:29 +00:00
parent 262cb90dca
commit 78d1b1327e
1 changed files with 25 additions and 8 deletions

View File

@ -29,10 +29,19 @@
&stpeter;
&hildjj;
<revision>
<version>1.1rc7</version>
<date>in progress, last updated 2010-03-15</date>
<version>1.1rc8</version>
<date>in progress, last updated 2010-03-30</date>
<initials>psa</initials>
<remark><p>Clarified the level of reliability that this protocol does and, most importantly, does not provide; explicitly discouraged dependence on receipts unless some other protocol is used to negotiate the use of message receipts; provided explicit recommendations about when and when not to request receipts; relaxed the business rules to allow inclusion of receipt requests even to the bare JID and even if the sender does not yet know whether the intended recipient supports this protocol; removed text about XEP-0155 negotiation.</p></remark>
<remark>
<ul>
<li>Clarified the level of reliability that this protocol does and, most importantly, does not provide.</li>
<li>Explicitly discouraged dependence on receipts unless some other protocol is used to negotiate the use of message receipts.</li>
<li>Provided explicit recommendations about when and when not to request receipts.</li>
<li>Relaxed the business rules to allow inclusion of receipt requests even to the bare JID and even if the sender does not yet know whether the intended recipient supports this protocol.</li>
<li>Added 'id' attribute to &lt;received/&gt; element for tracking purposes.</li>
<li>Removed text about XEP-0155 negotiation.</li>
</ul>
</remark>
</revision>
<revision>
<version>1.0</version>
@ -166,12 +175,12 @@
<example caption='A message receipt'><![CDATA[
<message
from='kingrichard@royalty.england.lit/throne'
id='richard2-4.1.247'
id='bi29sg183b4v'
to='northumberland@shakespeare.lit/westminster'>
<received xmlns='urn:xmpp:receipts'/>
<received xmlns='urn:xmpp:receipts' id='richard2-4.1.247'/>
</message>
]]></example>
<p>The &lt;received/&gt; element SHOULD be the only child of the &MESSAGE; stanza and MUST mirror the 'id' of the sent message.</p>
<p>The &lt;received/&gt; element SHOULD be the only child of the &MESSAGE; stanza and SHOULD include an 'id' attribute that echoes the 'id' attribute of the sent message.</p>
</section1>
<section1 topic='Security Considerations' anchor='security'>
@ -205,7 +214,15 @@
</xs:documentation>
</xs:annotation>
<xs:element name='received' type='empty'/>
<xs:element name='received'>
<xs:complexType>
<xs:simpleContent>
<xs:extension base='xs:empty'>
<xs:attribute name='id' type='xs:string' use='optional'/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
<xs:element name='request' type='empty'/>
@ -220,7 +237,7 @@
</section1>
<section1 topic='Acknowledgements' anchor='ack'>
<p>Thanks to Joe Kemp and Kevin Smith for their input.</p>
<p>Thanks to Joe Kemp, Kevin Smith, Remko Tronçon, and Matthew Wild for their input.</p>
</section1>
</xep>