- Mar 09, 2021
-
-
Daniel Gultsch authored
-
- Mar 07, 2021
-
-
Daniel Gultsch authored
-
- Mar 06, 2021
-
-
Daniel Gultsch authored
-
Daniel Gultsch authored
-
Daniel Gultsch authored
-
Daniel Gultsch authored
-
- Mar 04, 2021
-
-
Christopher Vollick authored
This is a feature of WebRTC that's [not standardized][1] and only supported by libwebrtc. Since there's no support in jingle for passing this capability from one peer to another, we're currently hard-coding this option into both the local candidate and also the remote candidate so they can use it. But I'm trying to call a user that isn't using WebRTC, and renomination is causing the call to stay in "connecting..." state for 10 or 20 seconds, sometimes longer, while both sides wait for the other to nominate something based on their individual beliefs about the standards they're using. Removing this seems to make connecting relatively instantaneous. If we want to reintroduce this feature, we should probably make a XEP so the peers can negotiate honestly about it, and only use it if both sides truely support the feature. [1]: https://datatracker.ietf.org/doc/html/draft-thatcher-ice-renomination-01
-
Daniel Gultsch authored
-
- Mar 03, 2021
-
-
Daniel Gultsch authored
-
Daniel Gultsch authored
-
Daniel Gultsch authored
-
Daniel Gultsch authored
-
Daniel Gultsch authored
-
Daniel Gultsch authored
-
- Mar 02, 2021
-
-
Daniel Gultsch authored
-
- Feb 26, 2021
-
-
Daniel Gultsch authored
-
- Feb 24, 2021
-
-
Daniel Gultsch authored
-
Daniel Gultsch authored
-
Daniel Gultsch authored
-
Daniel Gultsch authored
-
- Feb 22, 2021
-
-
Daniel Gultsch authored
-
Daniel Gultsch authored
-
Daniel Gultsch authored
-
- Feb 21, 2021
-
-
Daniel Gultsch authored
-
Daniel Gultsch authored
-
- Feb 20, 2021
-
-
Daniel Gultsch authored
-
Daniel Gultsch authored
-
Daniel Gultsch authored
-
- Feb 19, 2021
-
-
Daniel Gultsch authored
fixes #3978
-
Daniel Gultsch authored
trying to play 'none' ringtone resulted in the default ring tone being played
-
- Feb 18, 2021
-
-
Daniel Gultsch authored
-
Daniel Gultsch authored
fixes #3972 fixes #3801 fixes #3931
-
Daniel Gultsch authored
the 'strings' resource on transifex was in the internal 'Android 1' format instead of the more modern 'Android 2' format. This according to transifex support caused some weird issues… The only work around (apparently) was to create a new resource (now call main-strings) and use that instead. I hope we didn’t mess anything up in the process. Let's be extra careful with the next release
-
Daniel Gultsch authored
-
Daniel Gultsch authored
-
Daniel Gultsch authored
-
- Feb 17, 2021
-
-
Daniel Gultsch authored
-
Daniel Gultsch authored
Conversations used to deduplicate disco queries based on their hash. However that relies on the first query to go through (device to actually respond) and to respond properly (hash matches). Creating a proper retry behaviour for this is actually quite challanging. (which one would you try next, how long do you wait?)
-
- Feb 12, 2021
-
-
Daniel Gultsch authored
-
Daniel Gultsch authored
-