aboutsummaryrefslogtreecommitdiff
path: root/plugins/ice
Commit message (Collapse)AuthorAgeFilesLines
* Use own STUN fallback serverfiaxh2021-08-091-3/+3
| | | | fixes #1078
* Use the same DTLS fingerprint in all contents. Display audio+video enc keys ↵fiaxh2021-05-013-18/+42
| | | | in UI if they differ.
* Add support for OMEMO call encryptionfiaxh2021-04-291-3/+12
|
* Fix bad syntax in gnutls vapi, add libsrtp2 dependency to CI buildsfiaxh2021-04-121-1/+1
|
* ICE: Require libnice 0.1.15 or newerMarvin W2021-04-121-1/+1
|
* Handle DTLS edge-casesMarvin W2021-04-122-3/+20
|
* Fix custom vapi integrationMarvin W2021-04-111-5/+5
|
* Fix usage of old libnice versionsMarvin W2021-04-113-6/+7
|
* Fix warningsfiaxh2021-04-112-8/+7
|
* Fix dtls pull_timeout_function, fix cyclic referencesfiaxh2021-04-092-6/+12
|
* DTLS-SRTP: Wait for setup finish and handle setup=passiveMarvin W2021-04-092-80/+147
|
* Display+store call encryption infofiaxh2021-04-092-16/+42
|
* Use outgoing JMI if contact has supporting devicefiaxh2021-04-011-8/+0
|
* Migrate to libsrtp2Marvin W2021-03-292-19/+32
|
* Fix cyclic reference in DTLSMarvin W2021-03-291-4/+11
|
* Add initial support for DTLS-SRTPfiaxh2021-03-254-6/+715
|
* 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-217-16/+386
|
* Add libnice and listen for direct connections in Jingle SOCKS5 (#608)hrxi2021-03-195-0/+452
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 ```