aboutsummaryrefslogtreecommitdiff
path: root/test/native/native_hello.ml
diff options
context:
space:
mode:
authorClombrong <cromblong@egregore.fun>2025-06-25 14:16:18 +0200
committerClombrong <cromblong@egregore.fun>2025-06-25 14:16:18 +0200
commit08d7c8435d487e85e37e8d7264572f4cc20b4c61 (patch)
tree515b34b322ff3af14c910f84e1f94c3507b1e634 /test/native/native_hello.ml
parent6363eac43fe5e7df6ece304b59a57aad0925596a (diff)
fix(portal-tcp): rename tcp_endpoint to xmpp_port
Diffstat (limited to 'test/native/native_hello.ml')
-rw-r--r--test/native/native_hello.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/native/native_hello.ml b/test/native/native_hello.ml
index b5456c1..e30c7a5 100644
--- a/test/native/native_hello.ml
+++ b/test/native/native_hello.ml
@@ -4,5 +4,5 @@ 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 = tcp_endpoint domain
+ in let port = xmpp_port domain
in print_endline (string_of_int port)