-
How to handle the case when the stream's codec is not in the negotiated codecs?
-
Currently passing in an accept header equals `*/*` does not work. It tells that there's no match and `EncodingNegotiator::getBest()` returns `null` instead it should return the highest prioritized ava…
-
Hi All,
I have a scenario where Freeswitch getting an INVITE with both RTP and SRTP offer.
Even though I have set
` ` in vars.xml, Freeswitch still accepting SRTP instead of accepting RTP.
``…
-
- Rust strings are UTF-8, and JavaScript strings are UTF-16
- during initialisation, the client provides a list of compatible encodings, and the language server selects one and sends it back
- we've…
-
Hello.
I'm using the HttpNegotiateAuth() function with requests to post a file to a kerberos SSO webserver and keept getting this error message in windows:
File "C:\Users\X.X\AppData\Roaming\Pyt…
Zydox updated
3 years ago
-
See https://github.com/dotnet/corefx/issues/30203 for examples of what's needed for customers.
-
Hello - I asked on `#keepassxc-dev` and was told to file a security issue here.
I happened to notice the audit report announcement, but it didn't cover the browser integration at all, i.e. the scar…
-
Currently to process a confirm request, LSP would need to read and match the terms agreed upon in the previous related init request with what is sent on the confirm. This dependency of confirm on init…
-
Currently the client and the server independently advertise their capabilities, but there is no method to negotiate, agree and report on the capabilities in use for the session
-
I'd like to see a package that provides [RFC 4422](https://tools.ietf.org/html/rfc4422) Simple Authentication and Security Layer (SASL) support in the `golang.org/x/` package tree (possibly as `golang…