mirror of
https://github.com/moparisthebest/xeps
synced 2024-11-24 10:12:19 -05:00
SDP correction per RFC 4568
git-svn-id: file:///home/ksmith/gitmigration/svn/xmpp/trunk@3091 4b5297f7-1745-476d-ba37-a9c6900126ab
This commit is contained in:
parent
0049e182b9
commit
6d554e93cd
@ -579,7 +579,7 @@ delivery-method=inline; configuration=somebase16string;
|
||||
<crypto
|
||||
crypto-suite='AES_CM_128_HMAC_SHA1_80'
|
||||
key-params='inline:WVNfX19zZW1jdGwgKCkgewkyMjA7fQp9CnVubGVz|2^20|1:32'
|
||||
session-params='KDR=1;UNENCRYPTED_SRTCP'
|
||||
session-params='KDR=1 UNENCRYPTED_SRTCP'
|
||||
tag='1'/>
|
||||
</encryption>
|
||||
]]></code>
|
||||
@ -587,7 +587,7 @@ delivery-method=inline; configuration=somebase16string;
|
||||
<code><![CDATA[
|
||||
a=crypto:1 AES_CM_128_HMAC_SHA1_80
|
||||
inline:WVNfX19zZW1jdGwgKCkgewkyMjA7fQp9CnVubGVz|2^20|1:32
|
||||
session-params:KDR=1;UNENCRYPTED_SRTCP
|
||||
KDR=1 UNENCRYPTED_SRTCP
|
||||
]]></code>
|
||||
<p>When the responder receives a session-initiate message containing an <encryption/> element with the 'required' attribute set to TRUE, the responder MUST either (1) accept the offer by denoting one of the <crypto/> elements as acceptable (it does this by mirroring that <crypto/> element in its session acceptance) or (2) reject the offer by sending a session-terminate message with a Jingle reason of <security-error/> (typically with an RTP-specific condition of <invalid-crypto/>).</p>
|
||||
<p>If the 'required' attribute is set to FALSE (this is the default), depending on personal security policies or client configuration the responder SHOULD accept the offer if possible, but MAY simply proceed without encryption.</p>
|
||||
@ -1134,7 +1134,7 @@ Romeo Juliet
|
||||
<crypto
|
||||
crypto-suite='AES_CM_128_HMAC_SHA1_80'
|
||||
key-params='inline:WVNfX19zZW1jdGwgKCkgewkyMjA7fQp9CnVubGVz|2^20|1:32'
|
||||
session-params='KDR=1;UNENCRYPTED_SRTCP'
|
||||
session-params='KDR=1 UNENCRYPTED_SRTCP'
|
||||
tag='1'/>
|
||||
</encryption>
|
||||
</description>
|
||||
|
Loading…
Reference in New Issue
Block a user