XEP-0352: Issue LC

This commit is contained in:
Sam Whited 2017-02-08 17:02:03 -06:00
parent 864e771fc4
commit f91830a6da
1 changed files with 7 additions and 6 deletions

View File

@ -10,7 +10,8 @@
<abstract>This document defines a way for the client to indicate its active/inactive state.</abstract> <abstract>This document defines a way for the client to indicate its active/inactive state.</abstract>
&LEGALNOTICE; &LEGALNOTICE;
<number>0352</number> <number>0352</number>
<status>Deferred</status> <status>Proposed</status>
<lastcall>2017-02-22</lastcall>
<lastcall>2015-09-07</lastcall> <lastcall>2015-09-07</lastcall>
<type>Standards Track</type> <type>Standards Track</type>
<sig>Standards</sig> <sig>Standards</sig>
@ -20,7 +21,7 @@
</dependencies> </dependencies>
<supersedes/> <supersedes/>
<supersededby/> <supersededby/>
<shortname>NOT_YET_ASSIGNED</shortname> <shortname>csi</shortname>
&mwild; &mwild;
<revision> <revision>
<version>0.2</version> <version>0.2</version>
@ -94,7 +95,7 @@
<bind xmlns='urn:ietf:params:xml:ns:xmpp-bind'/> <bind xmlns='urn:ietf:params:xml:ns:xmpp-bind'/>
<csi xmlns='urn:xmpp:csi:0'/> <csi xmlns='urn:xmpp:csi:0'/>
</stream:features> </stream:features>
]]></example> ]]></example>
</section2> </section2>
<section2 topic="Indicating state" anchor="indication"> <section2 topic="Indicating state" anchor="indication">
@ -102,12 +103,12 @@
it sends an &lt;inactive/&gt; element in the 'urn:xmpp:csi:0' namespace:</p> it sends an &lt;inactive/&gt; element in the 'urn:xmpp:csi:0' namespace:</p>
<example caption='Client indicates it is inactive'><![CDATA[ <example caption='Client indicates it is inactive'><![CDATA[
<inactive xmlns='urn:xmpp:csi:0'/> <inactive xmlns='urn:xmpp:csi:0'/>
]]></example> ]]></example>
<p>As might be anticipated, when the client is active again it sends an &lt;active/&gt; element:</p> <p>As might be anticipated, when the client is active again it sends an &lt;active/&gt; element:</p>
<example caption='Client indicates it is active'><![CDATA[ <example caption='Client indicates it is active'><![CDATA[
<active xmlns='urn:xmpp:csi:0'/> <active xmlns='urn:xmpp:csi:0'/>
]]></example> ]]></example>
<p>There is no reply from the server to either of these elements (though they may indirectly cause the server to <p>There is no reply from the server to either of these elements (though they may indirectly cause the server to
send stanzas, e.g., to update presence information when the client becomes active after a period of inactivity).</p> send stanzas, e.g., to update presence information when the client becomes active after a period of inactivity).</p>
@ -177,6 +178,6 @@ and responds to the ping with a pong -->
</xs:simpleType> </xs:simpleType>
</xs:schema> </xs:schema>
]]></code> ]]></code>
</section1> </section1>
</xep> </xep>