mirror of
https://github.com/moparisthebest/xeps
synced 2024-11-22 01:02:17 -05:00
allowed paused after inactive
git-svn-id: file:///home/ksmith/gitmigration/svn/xmpp/trunk@2356 4b5297f7-1745-476d-ba37-a9c6900126ab
This commit is contained in:
parent
1b1ee1605d
commit
06b0379aa6
@ -178,7 +178,7 @@
|
||||
<td><inactive/></td>
|
||||
<td>User has not been actively participating in the chat session.</td>
|
||||
<td>User has not interacted with the chat interface for an intermediate period of time (e.g., 30 seconds).</td>
|
||||
<td><active/>, <gone/></td>
|
||||
<td><active/>, <paused/>, <gone/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><gone/></td>
|
||||
@ -198,9 +198,9 @@
|
||||
INACTIVE <--> ACTIVE <--> COMPOSING
|
||||
| ^ |
|
||||
| | |
|
||||
+ <------ PAUSED <-----> +
|
||||
+ <-----> PAUSED <-----> +
|
||||
]]></code>
|
||||
<p>Note: All four of the states shown may transition to the GONE state.</p>
|
||||
<p>Note: All four of the states shown can transition to the GONE state.</p>
|
||||
</section1>
|
||||
<section1 topic='Discovering Support' anchor='disco'>
|
||||
<p>If an entity supports the Chat State Notifications protocol, it MUST advertise that fact in its responses to &xep0030; information ("disco#info") requests by returning a feature of "http://jabber.org/protocol/chatstates":</p>
|
||||
@ -218,9 +218,7 @@ INACTIVE <--> ACTIVE <--> COMPOSING
|
||||
to='romeo@shakespeare.lit/orchard'
|
||||
id='disco1'>
|
||||
<query xmlns='http://jabber.org/protocol/disco#info'>
|
||||
...
|
||||
<feature var='http://jabber.org/protocol/chatstates'/>
|
||||
...
|
||||
</query>
|
||||
</iq>
|
||||
]]></example>
|
||||
|
Loading…
Reference in New Issue
Block a user