aboutsummaryrefslogtreecommitdiff
path: root/xmpp-vala/src/module/xep/0176_jingle_ice_udp
Commit message (Collapse)AuthorAgeFilesLines
* DTLS: Handle DTLS fingerprint in transport-info before session-acceptMarvin W2022-02-091-0/+7
|
* Use uppercase hex for DTLS fingerprintsMarvin W2022-02-061-1/+1
|
* Add multiparty call support to libdino and xmpp-valafiaxh2021-11-101-5/+12
|
* Improve call wording, cleanupfiaxh2021-05-011-1/+1
|
* Add support for OMEMO call encryptionfiaxh2021-04-292-4/+4
|
* Handle DTLS edge-casesMarvin W2021-04-121-1/+1
|
* Fix warningsfiaxh2021-04-111-1/+0
|
* DTLS-SRTP: Wait for setup finish and handle setup=passiveMarvin W2021-04-091-9/+7
|
* Display+store call encryption infofiaxh2021-04-092-10/+41
|
* Add initial support for DTLS-SRTPfiaxh2021-03-252-0/+28
|
* Make foundation a stringMarvin W2021-03-231-2/+2
|
* Add ICE-UDP Jingle transport (XEP-0176) to xmpp-valaMarvin W2021-03-213-0/+243
Co-authored-by: fiaxh <git@lightrise.org>