aboutsummaryrefslogtreecommitdiff
path: root/dune-project
diff options
context:
space:
mode:
Diffstat (limited to 'dune-project')
-rw-r--r--dune-project10
1 files changed, 3 insertions, 7 deletions
diff --git a/dune-project b/dune-project
index 65a7a75..96234e6 100644
--- a/dune-project
+++ b/dune-project
@@ -53,7 +53,7 @@ In turn, the Portal module can implement various transports to XMPP (WebSockets,
(package
(name portal-websockets)
(synopsis "WebSockets XMPP portal")
- (description "This library implements an XMPP Portal for Websockets.")
+ (description "This library implements an XMPP Portal for the Websocket subprotocol.")
(depends
ocaml
dune
@@ -67,12 +67,8 @@ In turn, the Portal module can implement various transports to XMPP (WebSockets,
(package
(name portal-tcp)
- (synopsis "Plain TCP XMPP portal")
- (description "This library implements an XMPP Portal for plain TCP.
-
-This package sends your credential over unsecured plaintext wire.
-
-You should probably not use this unless you know what you're doing.")
+ (synopsis "TCP XMPP portal")
+ (description "This library implements an XMPP Portal for TCP transports.")
(depends
ocaml
dune