mirror of
https://github.com/moparisthebest/xeps
synced 2024-11-22 01:02:17 -05:00
simultaneous -> concurrent
git-svn-id: file:///home/ksmith/gitmigration/svn/xmpp/trunk@1559 4b5297f7-1745-476d-ba37-a9c6900126ab
This commit is contained in:
parent
275711c3aa
commit
a80935acfa
@ -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'
|
||||||
|
Loading…
Reference in New Issue
Block a user