aboutsummaryrefslogtreecommitdiff
path: root/portal/tcp
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 /portal/tcp
parent6363eac43fe5e7df6ece304b59a57aad0925596a (diff)
fix(portal-tcp): rename tcp_endpoint to xmpp_port
Diffstat (limited to 'portal/tcp')
-rw-r--r--portal/tcp/portal_tcp.ml4
1 files changed, 2 insertions, 2 deletions
diff --git a/portal/tcp/portal_tcp.ml b/portal/tcp/portal_tcp.ml
index 3bf34a7..37a3065 100644
--- a/portal/tcp/portal_tcp.ml
+++ b/portal/tcp/portal_tcp.ml
@@ -1,5 +1,5 @@
-let tcp_endpoint (_domain : string) : int = 5222
- (** [tcp_endpoint domain] is the port where [domain]'s XMPP server is hosted.
+let xmpp_port (_domain : string) : int = 5222
+ (** [xmpp_port domain] is the port where [domain]'s XMPP server is hosted.
Currently, it falls back to 5222 (always), but should use SRV records in the near
future. *)