bug report on urn:xmpp:sm:3 schema

This commit is contained in:
stpeter 2011-03-23 09:43:16 -06:00
parent 9acbd9339b
commit fe75b9db31
1 changed files with 3 additions and 3 deletions

View File

@ -314,7 +314,7 @@ C: <resume xmlns='urn:xmpp:sm:3'
h='some-sequence-number'
previd='some-long-sm-id'/>
]]></example>
<p>If the receiving entity can resume the former stream, it MUST return a &lt;resumed/&gt; element that includes a 'previd' attribute set to the SM-ID of the former stream. The &lt;resumed/&gt; element MAY also include an 'h' attribute set to the sequence number of the last handled stanza sent over the former stream from the initiating entity to the receiving entity; if there is no such sequence number for the former stream, the 'h' attribute MUST NOT be included.</p>
<p>If the receiving entity can resume the former stream, it MUST return a &lt;resumed/&gt; element, which MUST include a 'previd' attribute set to the SM-ID of the former stream. The &lt;resumed/&gt; element MAY also include an 'h' attribute set to the sequence number of the last handled stanza sent over the former stream from the initiating entity to the receiving entity; if there is no such sequence number for the former stream, the 'h' attribute MUST NOT be included.</p>
<example caption='Stream resumed'><![CDATA[
S: <resumed xmlns='urn:xmpp:sm:3'
h='another-sequence-number'
@ -581,7 +581,7 @@ S: <a h='9'/>
use='optional'/>
<xs:attribute name='previd'
type='xs:string'
use='optional'/>
use='required'/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
@ -597,7 +597,7 @@ S: <a h='9'/>
</section1>
<section1 topic='Acknowledgements' anchor='ack'>
<p>Thanks to Bruce Campbell, Jack Erwin, Philipp Hancke, Curtis King, Tobias Markmann, Alexey Melnikov, Pedro Melo, Robin Redeker, and Mickaël Rémond for their feedback.</p>
<p>Thanks to Bruce Campbell, Jack Erwin, Philipp Hancke, Curtis King, Tobias Markmann, Alexey Melnikov, Pedro Melo, Robin Redeker, Mickaël Rémond, and Florian Schmaus for their feedback.</p>
</section1>
</xep>