summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClombrong <cromblong@egregore.fun>2025-06-28 10:24:30 +0200
committerClombrong <cromblong@egregore.fun>2025-06-28 16:44:54 +0200
commitbe1094936794bd99baf8c49a02e91566b892ec5a (patch)
tree0a44542926eaf4c6f600a36bc91e70b4ef113188
parent3c589a4f52c504d2eda8d91be6ec6dda10ad979b (diff)
feat(flesh): new module Starttls
-rw-r--r--lib/flesh.ml1
-rw-r--r--lib/starttls.ml0
2 files changed, 1 insertions, 0 deletions
diff --git a/lib/flesh.ml b/lib/flesh.ml
index 976702e..c6ab079 100644
--- a/lib/flesh.ml
+++ b/lib/flesh.ml
@@ -1,4 +1,5 @@
module Stream = Stream
module Sasl = Sasl
+module Starttls = Starttls
module Wire = Wire
module Xml = Xml
diff --git a/lib/starttls.ml b/lib/starttls.ml
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/lib/starttls.ml