mirror of
https://github.com/moparisthebest/xeps
synced 2024-11-21 16:55:07 -05:00
XEP-0319: Be precise about the XEP-0082 profile used. (#469)
* XEP-0319: Release version 1.0.1. * Textual change in the revision remark As suggested by @SamWhited
This commit is contained in:
parent
1670646308
commit
be7cb4dee6
@ -24,6 +24,12 @@
|
|||||||
<supersededby/>
|
<supersededby/>
|
||||||
<shortname>idle</shortname>
|
<shortname>idle</shortname>
|
||||||
&tobias;
|
&tobias;
|
||||||
|
<revision>
|
||||||
|
<version>1.0.1</version>
|
||||||
|
<date>2017-05-30</date>
|
||||||
|
<initials>egp</initials>
|
||||||
|
<remark><p>Be precise about the &xep0082; profile used.</p></remark>
|
||||||
|
</revision>
|
||||||
<revision>
|
<revision>
|
||||||
<version>1.0</version>
|
<version>1.0</version>
|
||||||
<date>2015-04-02</date>
|
<date>2015-04-02</date>
|
||||||
@ -51,7 +57,7 @@
|
|||||||
</header>
|
</header>
|
||||||
<section1 topic='Introduction' anchor='intro'>
|
<section1 topic='Introduction' anchor='intro'>
|
||||||
<p>This protocol describes a way to communicate a user's last interaction time with other XMPP entities over &PRESENCE; stanzas. For the purposes of this document, user interaction here refers to a human end user interacting with her device by means of a keyboard, mouse, touch screen, and so on. Based on this information XMPP clients can display the time a contact went idle or a duration for how long a contact has been idle, thereby allowing end users to estimate the expected responsiveness of their contacts.</p>
|
<p>This protocol describes a way to communicate a user's last interaction time with other XMPP entities over &PRESENCE; stanzas. For the purposes of this document, user interaction here refers to a human end user interacting with her device by means of a keyboard, mouse, touch screen, and so on. Based on this information XMPP clients can display the time a contact went idle or a duration for how long a contact has been idle, thereby allowing end users to estimate the expected responsiveness of their contacts.</p>
|
||||||
<p>This protocol uses absolute timestamps formatted according to &xep0082;, indicated as value of the 'since' attribute in the <idle/> element.</p>
|
<p>This protocol uses absolute timestamps formatted according to the DateTime profile of &xep0082;, indicated as value of the 'since' attribute in the <idle/> element.</p>
|
||||||
<p>Experience has shown a number of issues with &xep0256;:</p>
|
<p>Experience has shown a number of issues with &xep0256;:</p>
|
||||||
<ul>
|
<ul>
|
||||||
<li>The use of relative durations is too vague. It requires additional information from &xep0203; to provide a reliable user experience.</li>
|
<li>The use of relative durations is too vague. It requires additional information from &xep0203; to provide a reliable user experience.</li>
|
||||||
|
Loading…
Reference in New Issue
Block a user