diff options
author | Clombrong <cromblong@egregore.fun> | 2025-06-29 20:51:10 +0200 |
---|---|---|
committer | Clombrong <cromblong@egregore.fun> | 2025-06-29 20:51:10 +0200 |
commit | c090fa105c47a01a0dc1123174f6deaa5dc5ff29 (patch) | |
tree | 73bb6f8d4dd80c0ff173a97b62eed81e79cd65ec /lib/stream.ml | |
parent | 0182a2e8b2f48032f8783215ad62349674e2bdb7 (diff) |
docs(portal): remove useless bit of doc
Diffstat (limited to 'lib/stream.ml')
-rw-r--r-- | lib/stream.ml | 4 |
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 = |