mirror of
https://github.com/moparisthebest/xeps
synced 2024-11-23 17:52:15 -05:00
copy-and-paste errors
This commit is contained in:
parent
139d50815c
commit
18c393eba4
@ -1722,7 +1722,7 @@
|
|||||||
type='set'
|
type='set'
|
||||||
xml:lang='en'>
|
xml:lang='en'>
|
||||||
<command xmlns='http://jabber.org/protocol/commands'
|
<command xmlns='http://jabber.org/protocol/commands'
|
||||||
node='http://jabber.org/protocol/admin#edit-whitelist'
|
node='http://jabber.org/protocol/admin#get-active-users'
|
||||||
sessionid='get-active-users:20040408T0337Z'>
|
sessionid='get-active-users:20040408T0337Z'>
|
||||||
<x xmlns='jabber:x:data' type='submit'>
|
<x xmlns='jabber:x:data' type='submit'>
|
||||||
<field type='hidden' var='FORM_TYPE'>
|
<field type='hidden' var='FORM_TYPE'>
|
||||||
@ -1783,7 +1783,7 @@
|
|||||||
<li>If there are not many idle users, the service MAY simply return the list of idle users.</li>
|
<li>If there are not many idle users, the service MAY simply return the list of idle users.</li>
|
||||||
<li>However, the service MAY also return a form so that the admin can specify more detailed information about the search (e.g., number of users to show).</li>
|
<li>However, the service MAY also return a form so that the admin can specify more detailed information about the search (e.g., number of users to show).</li>
|
||||||
</ol>
|
</ol>
|
||||||
<example caption='Service Returns Get Active Users Form to Admin'><![CDATA[
|
<example caption='Service Returns Get Idle Users Form to Admin'><![CDATA[
|
||||||
<iq from='shakespeare.lit'
|
<iq from='shakespeare.lit'
|
||||||
id='get-idle-users-1'
|
id='get-idle-users-1'
|
||||||
to='bard@shakespeare.lit/globe'
|
to='bard@shakespeare.lit/globe'
|
||||||
@ -1817,14 +1817,14 @@
|
|||||||
</command>
|
</command>
|
||||||
</iq>
|
</iq>
|
||||||
]]></example>
|
]]></example>
|
||||||
<example caption='Admin Submits Get Active Users Form to Service'><![CDATA[
|
<example caption='Admin Submits Get Idle Users Form to Service'><![CDATA[
|
||||||
<iq from='bard@shakespeare.lit/globe'
|
<iq from='bard@shakespeare.lit/globe'
|
||||||
id='get-idle-users-2'
|
id='get-idle-users-2'
|
||||||
to='shakespeare.lit'
|
to='shakespeare.lit'
|
||||||
type='set'
|
type='set'
|
||||||
xml:lang='en'>
|
xml:lang='en'>
|
||||||
<command xmlns='http://jabber.org/protocol/commands'
|
<command xmlns='http://jabber.org/protocol/commands'
|
||||||
node='http://jabber.org/protocol/admin#edit-whitelist'
|
node='http://jabber.org/protocol/admin#get-idle-users'
|
||||||
sessionid='get-idle-users:20040408T0337Z'>
|
sessionid='get-idle-users:20040408T0337Z'>
|
||||||
<x xmlns='jabber:x:data' type='submit'>
|
<x xmlns='jabber:x:data' type='submit'>
|
||||||
<field type='hidden' var='FORM_TYPE'>
|
<field type='hidden' var='FORM_TYPE'>
|
||||||
|
Loading…
Reference in New Issue
Block a user