Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ICE: Require libnice 0.1.15 or newer | Marvin W | 2021-04-12 | 1 | -1/+1 |
| | |||||
* | Fix custom vapi integration | Marvin W | 2021-04-11 | 1 | -5/+5 |
| | |||||
* | Migrate to libsrtp2 | Marvin W | 2021-03-29 | 1 | -1/+1 |
| | |||||
* | Add initial support for DTLS-SRTP | fiaxh | 2021-03-25 | 1 | -2/+5 |
| | |||||
* | Add libnice-based ICE-UDP implementation as plugin | Marvin W | 2021-03-21 | 1 | -1/+4 |
| | |||||
* | Add libnice and listen for direct connections in Jingle SOCKS5 (#608) | hrxi | 2021-03-19 | 1 | -0/+30 |
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 ``` |