xmpp_client/src
Christopher Vollick ef24d2050b Remove Renomination from WebRTC Options
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
2021-03-04 08:26:52 +00:00
..
compat/java/eu/siacs/conversations do not include own phone number in sycn 2021-01-22 08:24:19 +01:00
conversations pulled translations from transifex 2021-03-03 09:48:29 +01:00
conversationsFree/java/eu/siacs/conversations/utils use installreferrer libray instead of broadcast listener 2020-01-11 11:08:09 +01:00
conversationsPlaystore/java/eu/siacs/conversations/utils validate install referrer beforing accepting it as xmpp uri 2020-06-18 10:15:51 +02:00
free/java/eu/siacs/conversations/services remove XEP-0357 support for group chats 2020-04-28 06:50:04 +02:00
freeCompat/java/eu/siacs/conversations/ui/service Migrate from Android Support Library to AndroidX 2021-01-18 20:49:35 +01:00
main Remove Renomination from WebRTC Options 2021-03-04 08:26:52 +00:00
playstore automated code clean up 2021-01-23 09:25:34 +01:00
playstoreCompat automated code clean up 2021-01-23 09:25:34 +01:00
quicksy pulled translations from transifex 2021-03-03 09:48:29 +01:00
quicksyFree/java/eu/siacs/conversations/utils automatically receive Quicksy SMS. fixes #3962 2021-01-19 15:45:43 +01:00
quicksyPlaystore/java/eu/siacs/conversations/utils automatically receive Quicksy SMS. fixes #3962 2021-01-19 15:45:43 +01:00
system/java/eu/siacs/conversations Migrate from Android Support Library to AndroidX 2021-01-18 20:49:35 +01:00