Skip to content
  1. Mar 09, 2021
  2. Mar 07, 2021
  3. Mar 06, 2021
  4. Mar 04, 2021
    • Christopher Vollick's avatar
      Remove Renomination from WebRTC Options · ef24d205
      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
      ef24d205
    • Daniel Gultsch's avatar
      version bump to 2.9.8-beta · 4a175f91
      Daniel Gultsch authored
      4a175f91
  5. Mar 03, 2021
  6. Mar 02, 2021
  7. Feb 26, 2021
  8. Feb 24, 2021
  9. Feb 22, 2021
  10. Feb 21, 2021
  11. Feb 20, 2021
  12. Feb 19, 2021
  13. Feb 18, 2021
  14. Feb 17, 2021
    • Daniel Gultsch's avatar
      use detached signatures · 78901e33
      Daniel Gultsch authored
      78901e33
    • Daniel Gultsch's avatar
      do not deduplicate disco queries · 149224a0
      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?)
      149224a0
  15. Feb 12, 2021
Loading