aboutsummaryrefslogtreecommitdiff
path: root/plugins/ice/src
Commit message (Collapse)AuthorAgeFilesLines
* Fix cyclic reference in DTLSMarvin W2021-03-291-4/+11
|
* Add initial support for DTLS-SRTPfiaxh2021-03-252-4/+291
|
* Mark ICE component as ready even without the eventMarvin W2021-03-231-2/+11
|
* Make foundation a stringMarvin W2021-03-231-3/+2
|
* Add libnice-based ICE-UDP implementation as pluginMarvin W2021-03-214-11/+373
|
* Add libnice and listen for direct connections in Jingle SOCKS5 (#608)hrxi2021-03-192-0/+33
Add libnice as a plugin. If it is present, use libnice to enumerate local IP addresses and listen on them to support direct connections for Jingle SOCKS5. Tested with Conversations and Gajim. Created the nice.vapi file using ``` vapigen --library nice --pkg gio-2.0 --metadatadir metadata /usr/share/gir-1.0/Nice-0.1.gir ```