aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/hello.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/hello.ml b/test/hello.ml
index 51468dd..6636d4d 100644
--- a/test/hello.ml
+++ b/test/hello.ml
@@ -4,7 +4,7 @@ open! Flesh
let main =
let config : Stream.config = {
- starttls = {prefer_starttls = true};
+ starttls = {prefer = true};
sasl = {
jid = (Sys.getenv "FLESH_JID");
password = (Sys.getenv "FLESH_PASSWORD");