From 9ab1efc4625133264e805929ab024d80faf350dd Mon Sep 17 00:00:00 2001 From: Clombrong Date: Sun, 29 Jun 2025 15:25:01 +0200 Subject: style(sasl): rename auth_config to config --- test/hello.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/hello.ml b/test/hello.ml index df5d865..097e750 100644 --- a/test/hello.ml +++ b/test/hello.ml @@ -3,7 +3,7 @@ open! Lwt.Infix open! Flesh let main = - let config : Sasl.auth_config = { + let config : Sasl.config = { jid = (Sys.getenv "FLESH_JID"); password = (Sys.getenv "FLESH_PASSWORD"); preferred_mechanisms = [Sasl.PLAIN] -- cgit v1.2.3