mirror of
https://github.com/moparisthebest/xeps
synced 2024-11-24 02:02:16 -05:00
XEP-0198: Fix example 12 by s/xml/xmlns/
This is a pure editorial change.
This commit is contained in:
parent
ba62cd2e34
commit
312e77fea9
@ -376,7 +376,7 @@
|
|||||||
]]></example>
|
]]></example>
|
||||||
<p>If the server does not support session resumption, it MUST return a <failed/> element, which SHOULD include an error condition of &feature;. If the server does not recognize the 'previd' as an earlier session (e.g., because the former session has timed out), it MUST return a <failed/> element, which SHOULD include an error condition of ¬found;. If the server recogizes the 'previd' as an earlier session that has timed out the server MAY also include a 'h' attribute indicating the number of stanzas received before the timeout. (Note: For this to work the server has to store the SM-ID/sequence number tuple past the time out of the actual session.)</p>
|
<p>If the server does not support session resumption, it MUST return a <failed/> element, which SHOULD include an error condition of &feature;. If the server does not recognize the 'previd' as an earlier session (e.g., because the former session has timed out), it MUST return a <failed/> element, which SHOULD include an error condition of ¬found;. If the server recogizes the 'previd' as an earlier session that has timed out the server MAY also include a 'h' attribute indicating the number of stanzas received before the timeout. (Note: For this to work the server has to store the SM-ID/sequence number tuple past the time out of the actual session.)</p>
|
||||||
<example caption='Stream timed out'><![CDATA[
|
<example caption='Stream timed out'><![CDATA[
|
||||||
<failed xml='urn:xmpp:sm:3'
|
<failed xmlns='urn:xmpp:sm:3'
|
||||||
h='another-sequence-number'>
|
h='another-sequence-number'>
|
||||||
<item-not-found xmlns='urn:ietf:params:xml:ns:xmpp-stanzas'/>
|
<item-not-found xmlns='urn:ietf:params:xml:ns:xmpp-stanzas'/>
|
||||||
</failed>
|
</failed>
|
||||||
|
Loading…
Reference in New Issue
Block a user