aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/stream.ml4
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/stream.ml b/lib/stream.ml
index ecfd31b..cbc8a16 100644
--- a/lib/stream.ml
+++ b/lib/stream.ml
@@ -70,9 +70,7 @@ let start (domain : string) (portal : Portal.t) : features Lwt.t =
in Wire.get portal.stream >|= parse_features
(** [negotiate mandatory feature portal] negotiates the feature [feature] with the XMPP
- server at [portal].
-
- Some features can be sent as [mandatory] or not. *)
+ server at [portal]. *)
let negotiate feature portal {starttls; sasl; _} : unit Lwt.t =
(* authenticate using SASL with the XMPP server. *)
let authenticate mechanisms =