Fix example in idle xep.

This commit is contained in:
Tobias Markmann 2013-08-27 23:06:27 +02:00
parent 818e4f5662
commit 0794719eab
1 changed files with 7 additions and 4 deletions

View File

@ -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>