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=bqzJgpLm 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 C6DD3B4391F for ; Fri, 30 May 2025 14:08:11 +0200 (CEST) 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 54UC86vQ031823 for ; Fri, 30 May 2025 14:08:06 +0200 Received: from mailhub.math.univ-paris-diderot.fr (localhost [127.0.0.1]) by mailhub.math.univ-paris-diderot.fr (Postfix) with ESMTP id 2AD6B32DFF for ; Fri, 30 May 2025 14:08:06 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=irif.fr; h= content-type:content-type:mime-version:user-agent:subject :subject:from:from:message-id:date:date:received:received; s= dkim-irif; t=1748606884; x=1749470885; bh=tzKtwTnoq74PQGuFV9M9PU W65h/40SHmQL4lOiY/0Z8=; b=bqzJgpLmyFJ45ycRwK3qoRxk8TQgORDdgYj1GV bxh7P++Q8wEcVjfyLJKZZXpuhjSEXvx2sviwEAJx5Dz4WfpKoMZHlg/JrPsVURZ5 oQTdOQj1/WA4w7TdAa6Q/iiFRgFXJqSOVb7cJQra4Jn18mHcti8MytV6MaJ1cMHj jXV21DYp2zPqOq/z8cxz1Rn1dAWDP26DIAWa73kVamWW8a+QAh45F5fDKGs9y1R7 +ZyoeAlH/xRVO+Ye3tp2B5uo3ZILQwNrqWvL7hyXWpc0+YfkfPdjBkHIYS8wq0aY sfPjeCoAlyOoZlP2VPp7EyPWcrnJhu3puNhKyKOuQfCs9Pmw== 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 XuHp2ZwTV8wN for ; Fri, 30 May 2025 14:08:04 +0200 (CEST) Received: from pirx.irif.fr (unknown [89.64.69.230]) (Authenticated sender: jch) by mailhub.math.univ-paris-diderot.fr (Postfix) with ESMTPSA id 92B45331B0 for ; Fri, 30 May 2025 14:08:04 +0200 (CEST) Date: Fri, 30 May 2025 14:08:03 +0200 Message-ID: <87r006z4gs.wl-jch@irif.fr> From: Juliusz Chroboczek To: galene@lists.galene.org User-Agent: Wanderlust/2.15.9 (Almost Unreal) Emacs/30.1 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]); Fri, 30 May 2025 14:08:06 +0200 (CEST) X-Miltered: at korolev with ID 68399FA6.000 by Joe's j-chkmail (http : // j-chkmail dot ensmp dot fr)! X-j-chkmail-Enveloppe: 68399FA6.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 : 68399FA6.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: RLG5ZFB5QN2PJEMFBIQ37MEN3T6C6W5J X-Message-ID-Hash: RLG5ZFB5QN2PJEMFBIQ37MEN3T6C6W5J 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 X-Mailman-Version: 3.3.10 Precedence: list Subject: [Galene] ANNOUNCE: Galene client library for Go 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: Hi, It's been a long time coming, but I've finally made a reasonably complete client-side library for Go. https://github.com/jech/gclient There are usage examples in the "examples/" directory. I've also updated galene-stt and galene-file-transfer to use the library instead of reimplementing the protocol from scratch. Documentation is here: https://pkg.go.dev/github.com/jech/gclient Expect the API to be stable-ish, but details are likely to change as I'm currently working on another Galene client written in Go (a SIP adapter). Enjoy, -- Juliusz