From 173ace76a67bc2ace48765aad0ec36739ccffbc7 Mon Sep 17 00:00:00 2001 From: xenia Date: Sun, 8 May 2022 00:06:56 -0400 Subject: [PATCH] add ALPN and headers needed for meet.jit.si --- Cargo.lock | 2 +- lib-gst-meet/src/tls.rs | 1 + lib-gst-meet/src/xmpp/connection.rs | 7 +++++++ 3 files changed, 9 insertions(+), 1 deletion(-) diff --git a/Cargo.lock b/Cargo.lock index 5d17431..d98158b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -519,7 +519,7 @@ dependencies = [ [[package]] name = "gst-meet" -version = "0.4.0" +version = "0.4.1" dependencies = [ "anyhow", "cocoa", diff --git a/lib-gst-meet/src/tls.rs b/lib-gst-meet/src/tls.rs index cf98549..a2860e7 100644 --- a/lib-gst-meet/src/tls.rs +++ b/lib-gst-meet/src/tls.rs @@ -24,6 +24,7 @@ pub(crate) fn wss_connector(insecure: bool) -> Result