Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Register local ip address handler for raw udp | Marvin W | 2021-11-10 | 1 | -1/+6 |
| | |||||
* | Use own STUN fallback server | fiaxh | 2021-08-09 | 1 | -3/+3 |
| | | | | fixes #1078 | ||||
* | Add libnice-based ICE-UDP implementation as plugin | Marvin W | 2021-03-21 | 1 | -11/+52 |
| | |||||
* | 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 ``` |