aboutsummaryrefslogtreecommitdiff
path: root/plugins/ice/vapi
Commit message (Collapse)AuthorAgeFilesLines
* DTLS: Use ECDSA keyMarvin W2022-10-281-1/+2
|
* Fix bad syntax in gnutls vapi, add libsrtp2 dependency to CI buildsfiaxh2021-04-121-1/+1
|
* Fix usage of old libnice versionsMarvin W2021-04-112-1/+4
|
* Add initial support for DTLS-SRTPfiaxh2021-03-251-0/+419
|
* Add libnice-based ICE-UDP implementation as pluginMarvin W2021-03-212-4/+9
|
* Add libnice and listen for direct connections in Jingle SOCKS5 (#608)hrxi2021-03-192-0/+389
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 ```