diff options
author | Clombrong <cromblong@egregore.fun> | 2025-06-26 00:24:25 +0200 |
---|---|---|
committer | Clombrong <cromblong@egregore.fun> | 2025-06-26 00:24:25 +0200 |
commit | 1d54e3f65f661d8b5e8f12fa347caab27b968c16 (patch) | |
tree | e260f71088b154bce9fc62d248e3126db696ddc5 /dune-project | |
parent | fdeff689457eab5c77133930f27d45df826dce58 (diff) |
feat(portal): make portal_tcp an implementation of Portal
Diffstat (limited to 'dune-project')
-rw-r--r-- | dune-project | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/dune-project b/dune-project index 8a2260d..6adc22f 100644 --- a/dune-project +++ b/dune-project @@ -65,4 +65,20 @@ In turn, the Portal module can implement various transports to XMPP (WebSockets, (tags (xmpp flesh portal websockets lwt))) +(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.") + (depends + ocaml + dune + (merlin :with-test) + (utop :with-test)) + (tags + (xmpp flesh portal tcp lwt))) + ; See the complete stanza docs at https://dune.readthedocs.io/en/stable/dune-files.html#dune-project |