dc76f296de
Prepare for merge: Move all xmpp-parsers files into xmpp-parsers/
...
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2019-10-18 13:47:10 +02:00
Emmanuel Gil Peyrot
8a13d7f010
jingle_ice_udp: Add methods to add a RTP candidate and set the DTLS-SRTP fingerprint.
2019-10-18 13:06:36 +02:00
Emmanuel Gil Peyrot
b91e5bdc4e
jingle_ice_udp: Add a constructor for Transport.
2019-10-12 17:13:02 +02:00
Emmanuel Gil Peyrot
d1d98ff3d5
Use crate::Element instead of minidom::Element.
...
This makes refactoring much easier.
2019-09-25 10:28:44 +02:00
Emmanuel Gil Peyrot
5bf14b0b22
Drop dependency on try_from.
...
This bumps the minimum supported stable Rust version to 1.34.
The TryFrom and TryInto traits are still reexported to not break the
API, but these reexports are deprecated and will be removed in a future
release.
2019-04-12 11:06:03 +02:00
Emmanuel Gil Peyrot
36d6169386
jingle_ice_udp: Add DTLS-SRTP support.
2019-02-28 13:54:54 +01:00
Emmanuel Gil Peyrot
7fc5dea4d6
jingle_ice_udp, jingle_rtp: Add a size test.
2019-02-28 03:47:04 +01:00
Emmanuel Gil Peyrot
5592c11745
jingle_ice_udp: Use an IpAddr for rel-addr too.
2019-02-28 03:36:04 +01:00
Emmanuel Gil Peyrot
f8aedb0da1
jingle_ice_udp: Add missing file…
2019-02-27 18:32:38 +01:00