diff options
author | Clombrong <cromblong@egregore.fun> | 2025-06-30 08:41:58 +0200 |
---|---|---|
committer | Clombrong <cromblong@egregore.fun> | 2025-06-30 18:09:07 +0200 |
commit | 530b648bb826ef8a5dfaf5eaa85e8e8eb51ae1ef (patch) | |
tree | 4f4385897aadea39762b222f5c06e02c8fd98dc8 /lib/flesh.ml | |
parent | c55193c8ba67753595b80b7c059b4465ff6c8c57 (diff) |
feat(jid): new type Jid.t
Diffstat (limited to 'lib/flesh.ml')
-rw-r--r-- | lib/flesh.ml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/flesh.ml b/lib/flesh.ml index 03882b4..084c21f 100644 --- a/lib/flesh.ml +++ b/lib/flesh.ml @@ -3,6 +3,7 @@ module Sasl = Sasl module Starttls = Starttls module Wire = Wire module Xml = Xml +module Jid = Jid open Lwt.Syntax open Lwt.Infix |