mirror of
https://github.com/moparisthebest/xeps
synced 2024-11-21 08:45:04 -05:00
Fix example in idle xep.
This commit is contained in:
parent
818e4f5662
commit
0794719eab
11
xep-0319.xml
11
xep-0319.xml
@ -24,6 +24,12 @@
|
||||
<supersededby/>
|
||||
<shortname>idle</shortname>
|
||||
&tobias;
|
||||
<revision>
|
||||
<version>0.2</version>
|
||||
<date>2013-08-27</date>
|
||||
<initials>tobias</initials>
|
||||
<remark><p>Fix issues raised in XMPP Council meeting.</p></remark>
|
||||
</revision>
|
||||
<revision>
|
||||
<version>0.1</version>
|
||||
<date>2013-03-04</date>
|
||||
@ -53,13 +59,10 @@
|
||||
]]></example>
|
||||
<p>The amount of time after a client sends this enhanced presence is not set in stone but 5 minutes is suggested as a sensible default value.</p>
|
||||
</section2>
|
||||
|
||||
<section2 topic='Presence Indicating User Coming Back From Idle' anchor='back-from-idle'>
|
||||
The moment a user comes back and uses her device again the client can inform user's contacts by sending a normal presence stanza like shown in the following example.
|
||||
<example caption='Presence Indicating Return to Device'><![CDATA[
|
||||
<presence from='juliet@capulet.com/balcony'>
|
||||
<show>available</show>
|
||||
</presence>
|
||||
<presence from='juliet@capulet.com/balcony' />
|
||||
]]></example>
|
||||
</section2>
|
||||
</section1>
|
||||
|
Loading…
Reference in New Issue
Block a user