simultaneous -> concurrent

git-svn-id: file:///home/ksmith/gitmigration/svn/xmpp/trunk@1559 4b5297f7-1745-476d-ba37-a9c6900126ab
This commit is contained in:
Peter Saint-Andre 2008-01-09 20:37:57 +00:00
parent 275711c3aa
commit a80935acfa
1 changed files with 3 additions and 3 deletions

View File

@ -29,7 +29,7 @@
<version>1.2pre2</version> <version>1.2pre2</version>
<date>in progress, last updated 2007-12-06</date> <date>in progress, last updated 2007-12-06</date>
<initials>psa</initials> <initials>psa</initials>
<remark><p>Specified that IM message bodies must not be included; added boolean multisession field to explicitly determine whether multiple simultaneous sessions are allowed between the full JIDs of the parties.</p></remark> <remark><p>Specified that IM message bodies must not be included; added boolean multisession field to explicitly determine whether multiple concurrent sessions are allowed between the full JIDs of the parties.</p></remark>
</revision> </revision>
<revision> <revision>
<version>1.1</version> <version>1.1</version>
@ -624,7 +624,7 @@ PENDING o---------------+
</tr> </tr>
<tr> <tr>
<td>multisession</td> <td>multisession</td>
<td>Whether to allow multiple simultaneous sessions between the full JIDs of the parties; this is a boolean variable that defaults to false</td> <td>Whether to allow multiple concurrent sessions between the full JIDs of the parties; this is a boolean variable that defaults to false</td>
<td>SHOULD</td> <td>SHOULD</td>
</tr> </tr>
<tr> <tr>
@ -782,7 +782,7 @@ PENDING o---------------+
<field <field
var='multisession' var='multisession'
type='boolean' type='boolean'
label='Whether to allow multiple simultaneous sessions between the parties'/> label='Whether to allow multiple concurrent sessions between the parties'/>
<field <field
var='renegotiate' var='renegotiate'
type='boolean' type='boolean'