git-svn-id: file:///home/ksmith/gitmigration/svn/xmpp/trunk@138 4b5297f7-1745-476d-ba37-a9c6900126ab
This commit is contained in:
Peter Saint-Andre 2006-10-31 15:57:17 +00:00
parent 9fa083095b
commit f57435211c
1 changed files with 7 additions and 3 deletions

View File

@ -7,7 +7,7 @@
<xep> <xep>
<header> <header>
<title>Chat Session Negotiation</title> <title>Chat Session Negotiation</title>
<abstract>This document specifies a feature negotiation profile for initiating a one-to-one chat session.</abstract> <abstract>This document specifies a feature negotiation profile for initiating a one-to-one XMPP chat session.</abstract>
&LEGALNOTICE; &LEGALNOTICE;
<number>0155</number> <number>0155</number>
<status>Experimental</status> <status>Experimental</status>
@ -493,7 +493,9 @@
<field <field
var='language' var='language'
type='list-single' type='list-single'
label='Primary written language of the chat (each value appears in order of preference and conforms to RFC 4646 and the IANA registry)'/> label='Primary written language of the chat (each
value appears in order of preference and
conforms to RFC 4646 and the IANA registry)'/>
<field <field
var='otr' var='otr'
type='list-single' type='list-single'
@ -501,7 +503,9 @@
<option label='Allow message logging'> <option label='Allow message logging'>
<value>false</value> <value>false</value>
</option> </option>
<option label='Disable absolutely all message logging including automatic archiving - see XEP-0136'> <option label='Disable absolutely all message logging
including automatic archiving - see
XEP-0136'>
<value>true</value> <value>true</value>
</option> </option>
</field> </field>