aboutsummaryrefslogtreecommitdiff
path: root/portal
diff options
context:
space:
mode:
Diffstat (limited to 'portal')
-rw-r--r--portal/portal.mli1
1 files changed, 1 insertions, 0 deletions
diff --git a/portal/portal.mli b/portal/portal.mli
index 5efc355..758893e 100644
--- a/portal/portal.mli
+++ b/portal/portal.mli
@@ -28,4 +28,5 @@ val header : ?from:string -> string -> t -> string Lwt.t
any way: It's the caller's job to provide it to the stream. *)
val close : (signal, sync) stream
+(** [connect domain] returns a Portal connected to the XMPP server [domain]. *)
val connect : string -> t Lwt.t