git-svn-id: file:///home/ksmith/gitmigration/svn/xmpp/trunk@1168 4b5297f7-1745-476d-ba37-a9c6900126ab
This commit is contained in:
Peter Saint-Andre 2007-08-17 21:26:08 +00:00
parent cd5a2ae041
commit 46881aa014
1 changed files with 26 additions and 35 deletions

View File

@ -616,7 +616,7 @@
<value>R0m30</value>
</field>
</x>
</completed>
</command>
</iq>
]]></example>
</section2>
@ -865,7 +865,7 @@
</command>
</iq>
]]></example>
<p>The data form included in the IQ result will include the user's last login time.</p>
<p>The data form included in the IQ result will include the user's last login time (which SHOULD conform to the DateTime profile specified in &xep0082;).</p>
<example caption='Service Informs Admin of Completion'><![CDATA[
<iq from='shakespeare.lit'
id='get-user-lastlogin-2'
@ -884,7 +884,7 @@
<value>juliet@shakespeare.lit</value>
</field>
<field var='lastlogin'>
<value>1234</value>
<value>2003-12-19T17:58:35Z</value>
</field>
</x>
</completed>
@ -1022,7 +1022,7 @@
<value>http://jabber.org/protocol/admin</value>
</field>
<field label='The blacklist'
var='blacklist'>
var='blacklistjids'>
<value>marlowe.lit</value>
</field>
</x>
@ -1042,7 +1042,7 @@
<field type='hidden' var='FORM_TYPE'>
<value>http://jabber.org/protocol/admin</value>
</field>
<field var='blacklist'>
<field var='blacklistjids'>
<value>denmark.lit</value>
<value>france.lit</value>
<value>marlowe.lit</value>
@ -2358,15 +2358,15 @@
<value>http://jabber.org/protocol/admin</value>
</field>
<field label='Time delay before restarting'
type='list-multi'
type='list-single'
var='delay'>
<option label='30 seconds'><value>30</value></option>
<option label='60 seconds'><value>60</value></option>
<option label='90 seconds'><value>90</value></option>
<option label='2 minutes'><value>120</value></option>
<option label='3 minutes'><value>180</value></option>
<option label='4 minutes'><value>180</value></option>
<option label='5 minutes'><value>180</value></option>
<option label='4 minutes'><value>240</value></option>
<option label='5 minutes'><value>300</value></option>
</field>
<field label='Announcement'
type='text-multi'
@ -2444,15 +2444,15 @@
<value>http://jabber.org/protocol/admin</value>
</field>
<field label='Time delay before shutting down'
type='list-multi'
type='list-single'
var='delay'>
<option label='30 seconds'><value>30</value></option>
<option label='60 seconds'><value>60</value></option>
<option label='90 seconds'><value>90</value></option>
<option label='2 minutes'><value>120</value></option>
<option label='3 minutes'><value>180</value></option>
<option label='4 minutes'><value>180</value></option>
<option label='5 minutes'><value>180</value></option>
<option label='4 minutes'><value>240</value></option>
<option label='5 minutes'><value>300</value></option>
</field>
<field label='Announcement'
type='text-multi'
@ -2548,11 +2548,11 @@
<doc>XEP-0133</doc>
<desc>Forms used for administration of servers and components.</desc>
<field var='accountjid'
type='jid-multi'
label='The Jabber ID of one or more entities to which an operation applies'/>
<field var='accountjids'
type='jid-single'
label='The Jabber ID of a single entity to which an operation applies'/>
<field var='accountjids'
type='jid-multi'
label='The Jabber ID of one or more entities to which an operation applies'/>
<field var='activeuserjids'
type='jid-multi'
label='The Jabber IDs associated with active sessions'/>
@ -2583,15 +2583,15 @@
<field var='given_name'
type='text-single'
label='The given (first) name of a user'/>
<field var='idleuserjids'
type='jid-multi'
label='The Jabber IDs associated with idle users'/>
<field var='idleusersnum'
type='text-single'
label='The number of online entities that are idle'/>
<field var='ipaddresses'
type='list-multi'
label='The IP addresses of an account&apos;s online sessions'/>
<field var='lastlogin'
type='text-single'
label='The last login time (per XEP-0082) of a user'/>
<field var='loginsperminute'
type='text-single'
label='The number of logins per minute for an account'/>
@ -2616,30 +2616,21 @@
<field var='password-verify'
type='text-private'
label='Password verification'/>
<field var='rostersize'
type='text-single'
label='Number of roster items for an account'/>
<field var='servicecpu'
type='text-single'
label='The current CPU usage for the service'/>
<field var='servicethroughput'
type='text-single'
label='The current throughput for the service'/>
<field var='serviceuptime'
type='text-single'
label='The current uptime for the service'/>
<field var='stanzaspersecond'
type='text-single'
label='The number of stanzas being sent per second by an account'/>
<field var='surname'
type='text-single'
label='The family (last) name of a user'/>
<field var='registereduserjids'
type='jid-multi'
label='A list of registered entities'/>
<field var='registeredusersnum'
type='text-single'
label='The number of registered entities'/>
<field var='rostersize'
type='text-single'
label='Number of roster items for an account'/>
<field var='stanzaspersecond'
type='text-single'
label='The number of stanzas being sent per second by an account'/>
<field var='surname'
type='text-single'
label='The family (last) name of a user'/>
<field var='welcome'
type='text-multi'
label='The text of a welcome message'/>