1
0
mirror of https://github.com/moparisthebest/xeps synced 2024-11-24 10:12:19 -05:00

further corrected list-single examples

git-svn-id: file:///home/ksmith/gitmigration/svn/xmpp/trunk@269 4b5297f7-1745-476d-ba37-a9c6900126ab
This commit is contained in:
Peter Saint-Andre 2006-12-13 20:14:02 +00:00
parent bbf610a969
commit 76ad2b9fc2

View File

@ -194,13 +194,13 @@ PENDING o---------------+
<value>true</value> <value>true</value>
<required/> <required/>
</field> </field>
<field label='Off-The-Record?' type='list-single' var='otr'> <field label='Message logging' type='list-single' var='otr'>
<value>no</value> <value>mustnot</value>
<option label='Allow message logging'> <option label='Allow message logging'>
<value>no</value> <value>may</value>
</option> </option>
<option label='Disable all message logging'> <option label='Disallow all message logging'>
<value>yes</value> <value>mustnot</value>
</option> </option>
<required/> <required/>
</field> </field>
@ -217,26 +217,26 @@ PENDING o---------------+
</option> </option>
<required/> <required/>
</field> </field>
<field label='XHTML formatting?' <field label='XHTML formatting'
type='list-single' type='list-single'
var='http://jabber.org/protocol/xhtml-im'> var='http://jabber.org/protocol/xhtml-im'>
<value>yes</value> <value>may</value>
<option label='Disable'><value>no</value></option> <option label='Allow XHTML formatting'><value>may</value></option>
<option label='Enable'><value>yes</value></option> <option label='Disallow XHTML formatting'><value>mustnot</value></option>
</field> </field>
<field label='Temporarily share presence?' <field label='Temporarily share presence?'
type='list-single' type='list-single'
var='presence' var='presence'
<value>yes</value> <value>may</value>
<option label='Disable'><value>no</value></option> <option label='Allow temporary presence sharing'><value>may</value></option>
<option label='Enable'><value>yes</value></option> <option label='Disallow temporary presence sharing'><value>mustnot</value></option>
</field> </field>
<field label='Chat State Notifications?' <field label='Chat State Notifications'
type='list-single' type='list-single'
var='http://jabber.org/protocol/chatstates'> var='http://jabber.org/protocol/chatstates'>
<value>yes</value> <value>may</value>
<option label='Disable'><value>no</value></option> <option label='Allow Chat State Notifications'><value>may</value></option>
<option label='Enable'><value>yes</value></option> <option label='Disallow Chat State Notifications'><value>mustnot</value></option>
</field> </field>
<field label='Minimum security level' <field label='Minimum security level'
type='list-single' type='list-single'
@ -466,10 +466,10 @@ PENDING o---------------+
<value>1</value> <value>1</value>
<required/> <required/>
</field> </field>
<field label='Off-The-Record?' type='list-single' var='otr'> <field label='Message logging' type='list-single' var='otr'>
<value>yes</value> <value>mustnot</value>
<option label='Disable all message logging'> <option label='Disallow all message logging'>
<value>yes</value> <value>mustnot</value>
</option> </option>
<required/> <required/>
</field> </field>
@ -645,22 +645,22 @@ PENDING o---------------+
var='http://jabber.org/protocol/chatstates' var='http://jabber.org/protocol/chatstates'
type='list-single' type='list-single'
label='Whether may send Chat State Notifications per XEP-0085'> label='Whether may send Chat State Notifications per XEP-0085'>
<option label='Must Not Send'>
<value>no</value>
</option>
<option label='May Send'> <option label='May Send'>
<value>1</value> <value>may</value>
</option>
<option label='Must Not Send'>
<value>mustnot</value>
</option> </option>
</field> </field>
<field <field
var='http://jabber.org/protocol/xhtml-im' var='http://jabber.org/protocol/xhtml-im'
type='list-single' type='list-single'
label='Whether allowed to use XHTML-IM formatting per XEP-0071'> label='Whether allowed to use XHTML-IM formatting per XEP-0071'>
<option label='Must Not Send'>
<value>no</value>
</option>
<option label='May Send'> <option label='May Send'>
<value>1</value> <value>may</value>
</option>
<option label='Must Not Send'>
<value>mustnot</value>
</option> </option>
</field> </field>
<field <field
@ -672,14 +672,16 @@ PENDING o---------------+
<field <field
var='otr' var='otr'
type='list-single' type='list-single'
label='Off-The-Record'> label='Whether allowed to log messages (i.e.,
<option label='May log messages'> whether Off-The-Record mode is required)'>
<value>no</value> <option label='May Log Messages'>
<value>may</value>
</option> </option>
<option label='Must disable absolutely all message <option label='Must Not Log Messages (i.e., must
disable absolutely all message
logging including automatic archiving logging including automatic archiving
-- see XEP-0136'> -- see XEP-0136'>
<value>1</value> <value>mustnot</value>
</option> </option>
</field> </field>
<field <field