diff options
Diffstat (limited to 'portal')
-rw-r--r-- | portal/portal.mli | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/portal/portal.mli b/portal/portal.mli index 758893e..a9810cd 100644 --- a/portal/portal.mli +++ b/portal/portal.mli @@ -16,9 +16,9 @@ type t = { since the Portal interface is supposed to be agnostic. *) val xmlns : string -(** [header domain portal] sends an initial stream header to the provided [portal] and - the XMPP server. It returns the server-assigned [id] of the stream included in the - response stream header. +(** [header domain portal] sends an initial stream header to the XMPP server [portal] + addressed to [domain]. It returns the server-assigned [id] of the stream included in + the response stream header. When [from] is specified, a from attribute is included. *) val header : ?from:string -> string -> t -> string Lwt.t |