XEP-0352: Clarify the CSI state after SM resumption.

This commit is contained in:
Florian Schmaus 2017-02-18 11:01:23 +01:00
parent 16700d9f30
commit 31356f8071
1 changed files with 17 additions and 0 deletions

View File

@ -23,6 +23,12 @@
<supersededby/> <supersededby/>
<shortname>csi</shortname> <shortname>csi</shortname>
&mwild; &mwild;
<revision>
<version>0.2.1</version>
<date>2017-02-18</date>
<initials>fs</initials>
<remark><p>Clarify that the CSI state is not restored when the stream is resumed.</p></remark>
</revision>
<revision> <revision>
<version>0.2</version> <version>0.2</version>
<date>2015-10-02</date> <date>2015-10-02</date>
@ -146,6 +152,14 @@ and responds to the ping with a pong -->
<iq to='juliet@capulet.lit/baclony' from='capulet.lit' id='ping1' type='result'/> <iq to='juliet@capulet.lit/baclony' from='capulet.lit' id='ping1' type='result'/>
<!-- Stream state is now 'active' -->]]></example> <!-- Stream state is now 'active' -->]]></example>
</section2> </section2>
<section2 topic='Interaction with Stream Resumption' anchor='stream-resumption'>
<p>After a previous stream was resumed using mechanisms like
&xep0198;, the CSI state is <em>not</em> restored. That is, stream
resumption does not affect the current CSI state, which always
defaults to 'active' for new and resumed streams. Clients wishing
to immediately go to the inactive state should do so after stream
resumption.</p>
</section2>
</section1> </section1>
<section1 topic='Security Considerations' anchor='security'> <section1 topic='Security Considerations' anchor='security'>
<p>To protect the privacy of users, servers MUST NOT reveal the clients active/inactive state to other <p>To protect the privacy of users, servers MUST NOT reveal the clients active/inactive state to other
@ -180,4 +194,7 @@ and responds to the ping with a pong -->
</xs:schema> </xs:schema>
]]></code> ]]></code>
</section1> </section1>
<section1 topic='Acknowledgements' anchor='acknowledgements'>
<p>Thanks to Florian Schmaus for his feedback.</p>
</section1>
</xep> </xep>