mirror of
https://github.com/moparisthebest/xeps
synced 2025-03-11 06:50:01 -04:00
0.9 RC4 changed type of XHTML and chat state fields to list-single
git-svn-id: file:///home/ksmith/gitmigration/svn/xmpp/trunk@79 4b5297f7-1745-476d-ba37-a9c6900126ab
This commit is contained in:
parent
439f8a54b6
commit
71784d58ff
48
xep-0155.xml
48
xep-0155.xml
@ -128,15 +128,27 @@
|
|||||||
<value>true</value>
|
<value>true</value>
|
||||||
</option>
|
</option>
|
||||||
</field>
|
</field>
|
||||||
<field label='Enable XHTML Formatting?'
|
<field label='XHTML Formatting?'
|
||||||
type='boolean'
|
type='list-single'
|
||||||
var='http://jabber.org/protocol/xhtml-im'>
|
var='http://jabber.org/protocol/xhtml-im'>
|
||||||
<value>1</value>
|
<value>true</value>
|
||||||
|
<option label='Disable'>
|
||||||
|
<value>false</value>
|
||||||
|
</option>
|
||||||
|
<option label='Enable'>
|
||||||
|
<value>true</value>
|
||||||
|
</option>
|
||||||
</field>
|
</field>
|
||||||
<field label='Enable Chat State Notifications?'
|
<field label='Chat State Notifications?'
|
||||||
type='boolean'
|
type='list-single'
|
||||||
var='http://jabber.org/protocol/chatstates'>
|
var='http://jabber.org/protocol/chatstates'>
|
||||||
<value>1</value>
|
<value>true</value>
|
||||||
|
<option label='Disable'>
|
||||||
|
<value>false</value>
|
||||||
|
</option>
|
||||||
|
<option label='Enable'>
|
||||||
|
<value>true</value>
|
||||||
|
</option>
|
||||||
</field>
|
</field>
|
||||||
<field label='Minimum security level'
|
<field label='Minimum security level'
|
||||||
type='list-single'
|
type='list-single'
|
||||||
@ -188,10 +200,10 @@
|
|||||||
<value>false</value>
|
<value>false</value>
|
||||||
</field>
|
</field>
|
||||||
<field var='http://jabber.org/protocol/xhtml-im'>
|
<field var='http://jabber.org/protocol/xhtml-im'>
|
||||||
<value>0</value>
|
<value>false</value>
|
||||||
</field>
|
</field>
|
||||||
<field var='http://jabber.org/protocol/chatstates'>
|
<field var='http://jabber.org/protocol/chatstates'>
|
||||||
<value>0</value>
|
<value>false</value>
|
||||||
</field>
|
</field>
|
||||||
<field var='security'>
|
<field var='security'>
|
||||||
<value>c2s</value>
|
<value>c2s</value>
|
||||||
@ -471,12 +483,26 @@ However, if the receiving party assumes that the other client will <em>not</em>
|
|||||||
label='Another resource with which to continue the session'/>
|
label='Another resource with which to continue the session'/>
|
||||||
<field
|
<field
|
||||||
var='http://jabber.org/protocol/chatstates'
|
var='http://jabber.org/protocol/chatstates'
|
||||||
type='boolean'
|
type='list-single'
|
||||||
label='Whether to enable Chat State Notifications per XEP-0085'/>
|
label='Whether to enable Chat State Notifications per XEP-0085'>
|
||||||
|
<option label='Disable'>
|
||||||
|
<value>false</value>
|
||||||
|
</option>
|
||||||
|
<option label='Enable'>
|
||||||
|
<value>true</value>
|
||||||
|
</option>
|
||||||
|
</field>
|
||||||
<field
|
<field
|
||||||
var='http://jabber.org/protocol/xhtml-im'
|
var='http://jabber.org/protocol/xhtml-im'
|
||||||
type='boolean'
|
type='list-single'
|
||||||
label='Whether to enable XHTML-IM formatting per XEP-0071'/>
|
label='Whether to enable XHTML-IM formatting per XEP-0071'/>
|
||||||
|
<option label='Disable'>
|
||||||
|
<value>false</value>
|
||||||
|
</option>
|
||||||
|
<option label='Enable'>
|
||||||
|
<value>true</value>
|
||||||
|
</option>
|
||||||
|
</field>
|
||||||
<field
|
<field
|
||||||
var='language'
|
var='language'
|
||||||
type='list-single'
|
type='list-single'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user