mirror of
https://github.com/moparisthebest/xeps
synced 2024-11-21 16:55:07 -05:00
XEP-0352: Issue LC
This commit is contained in:
parent
864e771fc4
commit
f91830a6da
13
xep-0352.xml
13
xep-0352.xml
@ -10,7 +10,8 @@
|
||||
<abstract>This document defines a way for the client to indicate its active/inactive state.</abstract>
|
||||
&LEGALNOTICE;
|
||||
<number>0352</number>
|
||||
<status>Deferred</status>
|
||||
<status>Proposed</status>
|
||||
<lastcall>2017-02-22</lastcall>
|
||||
<lastcall>2015-09-07</lastcall>
|
||||
<type>Standards Track</type>
|
||||
<sig>Standards</sig>
|
||||
@ -20,7 +21,7 @@
|
||||
</dependencies>
|
||||
<supersedes/>
|
||||
<supersededby/>
|
||||
<shortname>NOT_YET_ASSIGNED</shortname>
|
||||
<shortname>csi</shortname>
|
||||
&mwild;
|
||||
<revision>
|
||||
<version>0.2</version>
|
||||
@ -94,7 +95,7 @@
|
||||
<bind xmlns='urn:ietf:params:xml:ns:xmpp-bind'/>
|
||||
<csi xmlns='urn:xmpp:csi:0'/>
|
||||
</stream:features>
|
||||
]]></example>
|
||||
]]></example>
|
||||
</section2>
|
||||
|
||||
<section2 topic="Indicating state" anchor="indication">
|
||||
@ -102,12 +103,12 @@
|
||||
it sends an <inactive/> element in the 'urn:xmpp:csi:0' namespace:</p>
|
||||
<example caption='Client indicates it is inactive'><![CDATA[
|
||||
<inactive xmlns='urn:xmpp:csi:0'/>
|
||||
]]></example>
|
||||
]]></example>
|
||||
|
||||
<p>As might be anticipated, when the client is active again it sends an <active/> element:</p>
|
||||
<example caption='Client indicates it is active'><![CDATA[
|
||||
<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
|
||||
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:schema>
|
||||
]]></code>
|
||||
]]></code>
|
||||
</section1>
|
||||
</xep>
|
||||
|
Loading…
Reference in New Issue
Block a user