diff options
author | Clombrong <cromblong@egregore.fun> | 2025-06-28 10:24:30 +0200 |
---|---|---|
committer | Clombrong <cromblong@egregore.fun> | 2025-06-28 16:44:54 +0200 |
commit | be1094936794bd99baf8c49a02e91566b892ec5a (patch) | |
tree | 0a44542926eaf4c6f600a36bc91e70b4ef113188 /lib | |
parent | 3c589a4f52c504d2eda8d91be6ec6dda10ad979b (diff) |
feat(flesh): new module Starttls
Diffstat (limited to 'lib')
-rw-r--r-- | lib/flesh.ml | 1 | ||||
-rw-r--r-- | lib/starttls.ml | 0 |
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 |