mirror of
https://github.com/moparisthebest/xeps
synced 2024-11-21 16:55:07 -05:00
tweaked time recommendations
git-svn-id: file:///home/ksmith/gitmigration/svn/xmpp/trunk@2992 4b5297f7-1745-476d-ba37-a9c6900126ab
This commit is contained in:
parent
3d25a6cd87
commit
3f4974bf62
@ -177,19 +177,19 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<td><paused/></td>
|
<td><paused/></td>
|
||||||
<td>User had been composing but now has stopped.</td>
|
<td>User had been composing but now has stopped.</td>
|
||||||
<td>User was composing but has not interacted with the message input interface for a short period of time (e.g., 5 seconds). <note>An implementation could also "guess" that composing has been paused based on a change in the user's interaction with the message input interface, e.g. if the user switches window or application focus.</note></td>
|
<td>User was composing but has not interacted with the message input interface for a short period of time (e.g., 30 seconds). <note>An implementation could also "guess" that composing has been paused based on a change in the user's interaction with the message input interface, e.g. if the user switches window or application focus.</note></td>
|
||||||
<td><active/>, <composing/>, <inactive/></td>
|
<td><active/>, <composing/>, <inactive/></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td><inactive/></td>
|
<td><inactive/></td>
|
||||||
<td>User has not been actively participating in the chat session.</td>
|
<td>User has not been actively participating in the chat session.</td>
|
||||||
<td>User has not interacted with the chat session interface for an intermediate period of time (e.g., 30 seconds).</td>
|
<td>User has not interacted with the chat session interface for an intermediate period of time (e.g., 2 minutes).</td>
|
||||||
<td><active/>, <paused/>, <gone/></td>
|
<td><active/>, <paused/>, <gone/></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td><gone/></td>
|
<td><gone/></td>
|
||||||
<td>User has effectively ended their participation in the chat session.</td>
|
<td>User has effectively ended their participation in the chat session.</td>
|
||||||
<td>User has not interacted with the chat session interface, system, or device for a relatively long period of time (e.g., 2 minutes), or has terminated the chat session interface (e.g., by closing the chat window).</td>
|
<td>User has not interacted with the chat session interface, system, or device for a relatively long period of time (e.g., 10 minutes).</td>
|
||||||
<td><active/></td>
|
<td><active/></td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
Loading…
Reference in New Issue
Block a user