aboutsummaryrefslogtreecommitdiff
path: root/portal/tcp/portal_tcp.ml
blob: 3bf34a795ceacb955e71e3dab899d965df065b4c (plain) (blame)
1
2
3
4
5
let tcp_endpoint (_domain : string) : int = 5222
  (** [tcp_endpoint 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. *)