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:
Peter Saint-Andre 2008-10-09 22:23:52 +00:00
parent 1b1ee1605d
commit 06b0379aa6
1 changed files with 3 additions and 5 deletions

View File

@ -178,7 +178,7 @@
<td>&lt;inactive/&gt;</td> <td>&lt;inactive/&gt;</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 interface for an intermediate period of time (e.g., 30 seconds).</td> <td>User has not interacted with the chat interface for an intermediate period of time (e.g., 30 seconds).</td>
<td>&lt;active/&gt;, &lt;gone/&gt;</td> <td>&lt;active/&gt;, &lt;paused/&gt;, &lt;gone/&gt;</td>
</tr> </tr>
<tr> <tr>
<td>&lt;gone/&gt;</td> <td>&lt;gone/&gt;</td>
@ -198,9 +198,9 @@
INACTIVE <--> ACTIVE <--> COMPOSING INACTIVE <--> ACTIVE <--> COMPOSING
| ^ | | ^ |
| | | | | |
+ <------ PAUSED <-----> + + <-----> PAUSED <-----> +
]]></code> ]]></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>
<section1 topic='Discovering Support' anchor='disco'> <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> <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' to='romeo@shakespeare.lit/orchard'
id='disco1'> id='disco1'>
<query xmlns='http://jabber.org/protocol/disco#info'> <query xmlns='http://jabber.org/protocol/disco#info'>
...
<feature var='http://jabber.org/protocol/chatstates'/> <feature var='http://jabber.org/protocol/chatstates'/>
...
</query> </query>
</iq> </iq>
]]></example> ]]></example>