From c090fa105c47a01a0dc1123174f6deaa5dc5ff29 Mon Sep 17 00:00:00 2001 From: Clombrong Date: Sun, 29 Jun 2025 20:51:10 +0200 Subject: docs(portal): remove useless bit of doc --- lib/stream.ml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'lib') 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 = -- cgit v1.2.3