aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Use the same DTLS fingerprint in all contents. Display audio+video enc keys ↵fiaxh2021-05-016-47/+93
| | | | in UI if they differ.
* Improve call wording, cleanupfiaxh2021-05-0115-110/+125
|
* Fix webcam framerate selectionMarvin W2021-05-013-10/+35
|
* Correctly handle missing webrtc-audio-processingMarvin W2021-05-013-4/+7
|
* Echo CancellationMarvin W2021-05-018-19/+385
|
* Adjust JMI vs direct calling orderfiaxh2021-04-291-10/+28
|
* Improve JMI handling (type=chat, filter message sender)fiaxh2021-04-292-25/+22
|
* Add support for OMEMO call encryptionfiaxh2021-04-2928-435/+859
|
* Handle non-existant call supportfiaxh2021-04-296-11/+65
|
* Video optimizationsMarvin W2021-04-2913-119/+1126
|
* Fix bad syntax in gnutls vapi, add libsrtp2 dependency to CI buildsfiaxh2021-04-122-2/+2
|
* ICE: Require libnice 0.1.15 or newerMarvin W2021-04-121-1/+1
|
* Handle DTLS edge-casesMarvin W2021-04-123-4/+21
|
* Handle broken VAPI in older valaMarvin W2021-04-111-2/+19
|
* Fix custom vapi integrationMarvin W2021-04-114-15/+10
|
* Fix usage of old libnice versionsMarvin W2021-04-113-6/+7
|
* Send JMI retractfiaxh2021-04-112-0/+14
|
* Improve automatic call window resizingfiaxh2021-04-111-4/+29
|
* Improve encryption displaying in callsfiaxh2021-04-111-30/+19
|
* Fix warningsfiaxh2021-04-118-24/+15
|
* GStreamer compatMarvin W2021-04-113-10/+30
|
* Fix dtls pull_timeout_function, fix cyclic referencesfiaxh2021-04-095-14/+23
|
* Accept additional jingle contents with senders=both (but modify to senders=peer)fiaxh2021-04-091-1/+12
|
* DTLS-SRTP: Wait for setup finish and handle setup=passiveMarvin W2021-04-095-91/+159
|
* Display+store call encryption infofiaxh2021-04-0917-72/+270
|
* Use outgoing JMI if contact has supporting devicefiaxh2021-04-017-47/+99
|
* Store limited history of contact resourcesfiaxh2021-04-011-8/+15
|
* Fix bug in legacy SRTP decryptionMarvin W2021-04-011-1/+6
|
* Remove unnecessary debug codeMarvin W2021-04-011-4/+0
|
* Migrate to libsrtp2Marvin W2021-03-2912-1102/+314
|
* Make RTCP-MUX a stream propertyMarvin W2021-03-292-0/+8
|
* Don't reuse PTs for different media typesMarvin W2021-03-291-4/+4
|
* Fix cyclic reference in DTLSMarvin W2021-03-291-4/+11
|
* Fix device manager usage for GStreamer 1.16Marvin W2021-03-261-2/+12
|
* Add initial support for DTLS-SRTPfiaxh2021-03-2514-42/+791
|
* Move SRTP implementation into crypto library for reuseMarvin W2021-03-236-28/+56
|
* Mark ICE component as ready even without the eventMarvin W2021-03-231-2/+11
|
* Resample audio data for common 48k sample rateMarvin W2021-03-232-10/+16
|
* Make foundation a stringMarvin W2021-03-232-5/+4
|
* Add support for SRTPMarvin W2021-03-2311-81/+1286
|
* Don't wait for reply on XEP-0199 pongs.Marvin W2021-03-211-1/+1
| | | | Nobody replies to pongs...
* RTP: Backport gst_caps_copy_nth from GStreamer 1.16Marvin W2021-03-211-2/+10
|
* Adapt github actions for libnice & libgstreamer dependencyfiaxh2021-03-211-1/+1
|
* Add UI for audio/video callsfiaxh2021-03-2129-7/+1514
|
* Add support for unencrypted RTP calls to libdinofiaxh2021-03-2114-7/+814
| | | | Co-authored-by: Marvin W <git@larma.de>
* Add RTP implementation as pluginMarvin W2021-03-2111-6/+1752
|
* Add gstreamer .cmake instructionsMarvin W2021-03-213-0/+40
|
* Add initial Jingle Message Initiation (XEP-0353) supportfiaxh2021-03-212-0/+101
| | | | Co-authored-by: Marvin W <git@larma.de>
* Add support for Jingle RTP sessions (XEP-0167) to xmpp-valaMarvin W2021-03-217-0/+507
| | | | Co-authored-by: fiaxh <git@lightrise.org>
* Add libnice-based ICE-UDP implementation as pluginMarvin W2021-03-217-16/+386
|