From 8265439154737933d7103a7c2f0a871b475876af Mon Sep 17 00:00:00 2001 From: Clombrong Date: Wed, 25 Jun 2025 14:19:39 +0200 Subject: feat(portal_tcp): add connect function --- test/native/native_hello.ml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'test') diff --git a/test/native/native_hello.ml b/test/native/native_hello.ml index e30c7a5..308857f 100644 --- a/test/native/native_hello.ml +++ b/test/native/native_hello.ml @@ -4,5 +4,4 @@ let () = let jid = Sys.getenv "FLESH_JID" and _password = Sys.getenv "FLESH_PASSWORD" in let domain = (List.nth (String.split_on_char '@' jid) 1) - in let port = xmpp_port domain - in print_endline (string_of_int port) + in connect domain -- cgit v1.2.3