From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: mail.toke.dk; spf=pass (mailfrom) smtp.mailfrom=irif.fr (client-ip=2001:660:3301:8000::1:2; helo=korolev.univ-paris7.fr; envelope-from=jch@irif.fr; receiver=) Authentication-Results: mail.toke.dk; dkim=pass (2048-bit key; unprotected) header.d=irif.fr header.i=@irif.fr header.a=rsa-sha256 header.s=dkim-irif header.b=pv5Opym9 Received: from korolev.univ-paris7.fr (korolev.univ-paris7.fr [IPv6:2001:660:3301:8000::1:2]) by mail.toke.dk (Postfix) with ESMTPS id 8FDC6A94FB0 for ; Sun, 03 Nov 2024 20:43:11 +0100 (CET) Received: from mailhub.math.univ-paris-diderot.fr (mailhub.math.univ-paris-diderot.fr [81.194.30.253]) by korolev.univ-paris7.fr (8.14.4/8.14.4/relay1/82085) with ESMTP id 4A3JhAIp023581; Sun, 3 Nov 2024 20:43:10 +0100 Received: from mailhub.math.univ-paris-diderot.fr (localhost [127.0.0.1]) by mailhub.math.univ-paris-diderot.fr (Postfix) with ESMTP id 02CAB31A8F; Sun, 3 Nov 2024 20:43:09 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=irif.fr; h= content-type:content-type:mime-version:user-agent:references :in-reply-to:subject:subject:from:from:message-id:date:date :received:received; s=dkim-irif; t=1730662988; x=1731526989; bh= n8BZArQG/EFl4JRCLDOPaGQ6YxSe+uDqh3F7BTH7mCU=; b=pv5Opym9fjOSXTG3 7Hf/TneA+rSTTkLwmhSNtu1+97EIuPTH2kQ5hcN7qA9YW9AWi1QrAjhT2tbJiMsA AHbxD8bUahCOIh0We+mMjEhSmKnSlwoSCMolTdhnBUTcRE/050d1GMapSqyrpyM9 RPkI3RqFWcN6v+WSGJuHgHM2wSSM6R4VbtPslQSK/lfvwtFoghwf8TPhs++OcYnj 6dXBRnovjwkFiOX12AtswETeyUGSPHs4sVqzWhh8RiLvnE/BqFLhIS0bgnnjV8K4 u5W5SOGRjJMydzx3kXselYzEoclf5jGbdZdWzMKH+N/Xne92OSDOGuv7a90tHyqU T6iazg== X-Virus-Scanned: amavisd-new at math.univ-paris-diderot.fr Received: from mailhub.math.univ-paris-diderot.fr ([127.0.0.1]) by mailhub.math.univ-paris-diderot.fr (mailhub.math.univ-paris-diderot.fr [127.0.0.1]) (amavisd-new, port 10023) with ESMTP id w9GzhkV6aE8P; Sun, 3 Nov 2024 20:43:08 +0100 (CET) Received: from pirx.irif.fr (89-64-68-167.dynamic.chello.pl [89.64.68.167]) (Authenticated sender: jch) by mailhub.math.univ-paris-diderot.fr (Postfix) with ESMTPSA id D389331A2C; Sun, 3 Nov 2024 20:43:07 +0100 (CET) Date: Sun, 03 Nov 2024 20:43:05 +0100 Message-ID: <87wmhk5cja.wl-jch@irif.fr> From: Juliusz Chroboczek To: Marty Betz In-Reply-To: References: User-Agent: Wanderlust/2.15.9 (Almost Unreal) Emacs/29.4 Mule/6.0 MIME-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") Content-Type: text/plain; charset=US-ASCII X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.7 (korolev.univ-paris7.fr [194.254.61.138]); Sun, 03 Nov 2024 20:43:10 +0100 (CET) X-Miltered: at korolev with ID 6727D24E.000 by Joe's j-chkmail (http : // j-chkmail dot ensmp dot fr)! X-j-chkmail-Enveloppe: 6727D24E.000 from mailhub.math.univ-paris-diderot.fr/mailhub.math.univ-paris-diderot.fr/null/mailhub.math.univ-paris-diderot.fr/ X-j-chkmail-Score: MSGID : 6727D24E.000 on korolev.univ-paris7.fr : j-chkmail score : . : R=. U=. O=. B=0.000 -> S=0.000 X-j-chkmail-Status: Ham Message-ID-Hash: BN3VGDQU4LXGFVEEHDTW4DBXZYEJW3PG X-Message-ID-Hash: BN3VGDQU4LXGFVEEHDTW4DBXZYEJW3PG X-MailFrom: jch@irif.fr X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; loop; banned-address; emergency; member-moderation; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header CC: galene@lists.galene.org X-Mailman-Version: 3.3.10 Precedence: list Subject: [Galene] Re: CORS help needed List-Id: =?utf-8?q?Gal=C3=A8ne_videoconferencing_server_discussion_list?= Archived-At: List-Archive: List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: > I'm just learning about Galene details. What are administrative > interactions vs user interactions? Galene currently implements three independent protocols: 1. the native protocol, carried over a WebSocket over TLS; 2. the WHIP ingress protocol, carried over HTTP over TLS; 3. a REST-like interface for administration, used by the "change password" dialog and by the galenectl tool; hopefully, at some point somebody will write a graphical administration tool (but it won't be me). > 1. For instance, will third party clients often want CORS access to data > like /public-groups.json? Yes, they'll want to be able to display the list of public groups. They might also want to allow a user to change their password. -- Juliusz