mirror of
https://github.com/moparisthebest/xeps
synced 2024-11-24 10:12:19 -05:00
0.36
git-svn-id: file:///home/ksmith/gitmigration/svn/xmpp/trunk@2870 4b5297f7-1745-476d-ba37-a9c6900126ab
This commit is contained in:
parent
697b0c814e
commit
853fc5d3f4
11
xep-0166.xml
11
xep-0166.xml
@ -27,6 +27,12 @@
|
||||
&robmcqueen;
|
||||
&seanegan;
|
||||
&hildjj;
|
||||
<revision>
|
||||
<version>0.36</version>
|
||||
<date>2009-03-11</date>
|
||||
<initials>psa</initials>
|
||||
<remark><p>Added none value for senders attribute.</p></remark>
|
||||
</revision>
|
||||
<revision>
|
||||
<version>0.35</version>
|
||||
<date>2009-03-06</date>
|
||||
@ -560,7 +566,7 @@ Romeo Juliet
|
||||
<li><p>Various application formats (audio, video, etc.) and, where possible, mapping of those types to the Session Description Protocol (SDP; see &rfc4566;); examples include <cite>Jingle RTP Sessions</cite> and <cite>Jingle File Transfer</cite>.</p></li>
|
||||
<li><p>Various transport methods; examples include <cite>Jingle ICE-UDP Transport Method</cite>, <cite>Jingle Raw UDP Transport Method</cite>, <cite>Jingle In-Band Bytestreams Transport Method</cite>, and <cite>Jingle SOCKS5 Bytestreams Transport Method</cite>.</p></li>
|
||||
<li><p>Various methods of securing the transport before using it to send application data; the only method defined so far is Transport Layer Security as described in &xtls;.</p></li>
|
||||
<li><p>Procedures for mapping the Jingle signalling protocol to existing signalling standards such as the IETF's Session Initiation Protocol (SIP) and the ITU's H.323 protocol (see &h323;); see for example &xmppsipmedia;.</p></li>
|
||||
<li><p>Procedures for mapping the Jingle signalling protocol to existing signalling standards such as the IETF's Session Initiation Protocol (SIP) and the ITU's H.323 protocol (see &H.323;); see for example &xmppsipmedia;.</p></li>
|
||||
</ul>
|
||||
</section1>
|
||||
<section1 topic='Terminology' anchor='terms'>
|
||||
@ -1222,7 +1228,7 @@ PENDING o----------------------+ |
|
||||
</tr>
|
||||
<tr>
|
||||
<td>senders</td>
|
||||
<td>Which parties in the session will be generating content; the allowable values are "initiator", "responder", or "both" (where the default is "both").</td>
|
||||
<td>Which parties in the session will be generating content; the allowable values are "initiator", "none", "responder", and "both" (where the default is "both").</td>
|
||||
<td>RECOMMENDED</td>
|
||||
</tr>
|
||||
</table>
|
||||
@ -1624,6 +1630,7 @@ PENDING o----------------------+ |
|
||||
<xs:restriction base='xs:NCName'>
|
||||
<xs:enumeration value='both'>
|
||||
<xs:enumeration value='initiator'>
|
||||
<xs:enumeration value='none'>
|
||||
<xs:enumeration value='responder'/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
|
Loading…
Reference in New Issue
Block a user