diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/hello.ml | 2 |
1 files changed, 1 insertions, 1 deletions
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] |