mirror of
https://github.com/moparisthebest/xeps
synced 2024-11-24 10:12:19 -05:00
corrected list-single examples
git-svn-id: file:///home/ksmith/gitmigration/svn/xmpp/trunk@268 4b5297f7-1745-476d-ba37-a9c6900126ab
This commit is contained in:
parent
aff62f1015
commit
bbf610a969
34
xep-0155.xml
34
xep-0155.xml
@ -195,12 +195,12 @@ PENDING o---------------+
|
|||||||
<required/>
|
<required/>
|
||||||
</field>
|
</field>
|
||||||
<field label='Off-The-Record?' type='list-single' var='otr'>
|
<field label='Off-The-Record?' type='list-single' var='otr'>
|
||||||
<value>0</value>
|
<value>no</value>
|
||||||
<option label='Allow message logging'>
|
<option label='Allow message logging'>
|
||||||
<value>0</value>
|
<value>no</value>
|
||||||
</option>
|
</option>
|
||||||
<option label='Disable all message logging'>
|
<option label='Disable all message logging'>
|
||||||
<value>1</value>
|
<value>yes</value>
|
||||||
</option>
|
</option>
|
||||||
<required/>
|
<required/>
|
||||||
</field>
|
</field>
|
||||||
@ -220,23 +220,23 @@ PENDING o---------------+
|
|||||||
<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>1</value>
|
<value>yes</value>
|
||||||
<option label='Disable'><value>0</value></option>
|
<option label='Disable'><value>no</value></option>
|
||||||
<option label='Enable'><value>1</value></option>
|
<option label='Enable'><value>yes</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>1</value>
|
<value>yes</value>
|
||||||
<option label='Disable'><value>0</value></option>
|
<option label='Disable'><value>no</value></option>
|
||||||
<option label='Enable'><value>1</value></option>
|
<option label='Enable'><value>yes</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>1</value>
|
<value>yes</value>
|
||||||
<option label='Disable'><value>0</value></option>
|
<option label='Disable'><value>no</value></option>
|
||||||
<option label='Enable'><value>1</value></option>
|
<option label='Enable'><value>yes</value></option>
|
||||||
</field>
|
</field>
|
||||||
<field label='Minimum security level'
|
<field label='Minimum security level'
|
||||||
type='list-single'
|
type='list-single'
|
||||||
@ -467,9 +467,9 @@ PENDING o---------------+
|
|||||||
<required/>
|
<required/>
|
||||||
</field>
|
</field>
|
||||||
<field label='Off-The-Record?' type='list-single' var='otr'>
|
<field label='Off-The-Record?' type='list-single' var='otr'>
|
||||||
<value>1</value>
|
<value>yes</value>
|
||||||
<option label='Disable all message logging'>
|
<option label='Disable all message logging'>
|
||||||
<value>1</value>
|
<value>yes</value>
|
||||||
</option>
|
</option>
|
||||||
<required/>
|
<required/>
|
||||||
</field>
|
</field>
|
||||||
@ -646,7 +646,7 @@ PENDING o---------------+
|
|||||||
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'>
|
<option label='Must Not Send'>
|
||||||
<value>0</value>
|
<value>no</value>
|
||||||
</option>
|
</option>
|
||||||
<option label='May Send'>
|
<option label='May Send'>
|
||||||
<value>1</value>
|
<value>1</value>
|
||||||
@ -657,7 +657,7 @@ PENDING o---------------+
|
|||||||
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'>
|
<option label='Must Not Send'>
|
||||||
<value>0</value>
|
<value>no</value>
|
||||||
</option>
|
</option>
|
||||||
<option label='May Send'>
|
<option label='May Send'>
|
||||||
<value>1</value>
|
<value>1</value>
|
||||||
@ -674,7 +674,7 @@ PENDING o---------------+
|
|||||||
type='list-single'
|
type='list-single'
|
||||||
label='Off-The-Record'>
|
label='Off-The-Record'>
|
||||||
<option label='May log messages'>
|
<option label='May log messages'>
|
||||||
<value>0</value>
|
<value>no</value>
|
||||||
</option>
|
</option>
|
||||||
<option label='Must disable absolutely all message
|
<option label='Must disable absolutely all message
|
||||||
logging including automatic archiving
|
logging including automatic archiving
|
||||||
|
Loading…
Reference in New Issue
Block a user