mirror of
https://github.com/moparisthebest/xeps
synced 2024-11-21 00:35:02 -05:00
copy-and-paste errors
This commit is contained in:
parent
139d50815c
commit
18c393eba4
@ -1722,7 +1722,7 @@
|
||||
type='set'
|
||||
xml:lang='en'>
|
||||
<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'>
|
||||
<x xmlns='jabber:x:data' type='submit'>
|
||||
<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>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>
|
||||
<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'
|
||||
id='get-idle-users-1'
|
||||
to='bard@shakespeare.lit/globe'
|
||||
@ -1817,14 +1817,14 @@
|
||||
</command>
|
||||
</iq>
|
||||
]]></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'
|
||||
id='get-idle-users-2'
|
||||
to='shakespeare.lit'
|
||||
type='set'
|
||||
xml:lang='en'>
|
||||
<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'>
|
||||
<x xmlns='jabber:x:data' type='submit'>
|
||||
<field type='hidden' var='FORM_TYPE'>
|
||||
|
Loading…
Reference in New Issue
Block a user