Le 06/01/2014 22:57, XMPP Extensions Editor a écrit :
The XMPP Extensions Editor has received a proposal for a new XEP.
Title: Use of DTLS/SCTP in Jingle ICE-UDP
Abstract: This specification defines how to use the ICE-UDP Jingle transport
method to send media data using WebRTC DataChannels, so technically uses
DTLS/SCTP on top of the Interactive Connectivity Establishment (ICE)
methodology, which provides robust NAT traversal for media traffic.
URL: http://xmpp.org/extensions/inbox/jingle-dtls.html
The XMPP Council will decide in the next two weeks whether to accept this
proposal as an official XEP.
Hi !
I've just implemented this XEP in my project :)
http://bazaar.launchpad.net/~movim/movim/trunk/view/head:/lib/JingletoSDP.php#L203
http://bazaar.launchpad.net/~movim/movim/trunk/view/head:/lib/SDPtoJingle.php#L203
All seem ok !
edhelas