mirror of
https://github.com/moparisthebest/xeps
synced 2024-11-21 08:45:04 -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>
|
||||
<date>in progress, last updated 2007-12-06</date>
|
||||
<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>
|
||||
<version>1.1</version>
|
||||
@ -624,7 +624,7 @@ PENDING o---------------+
|
||||
</tr>
|
||||
<tr>
|
||||
<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>
|
||||
</tr>
|
||||
<tr>
|
||||
@ -782,7 +782,7 @@ PENDING o---------------+
|
||||
<field
|
||||
var='multisession'
|
||||
type='boolean'
|
||||
label='Whether to allow multiple simultaneous sessions between the parties'/>
|
||||
label='Whether to allow multiple concurrent sessions between the parties'/>
|
||||
<field
|
||||
var='renegotiate'
|
||||
type='boolean'
|
||||
|
Loading…
Reference in New Issue
Block a user