aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClombrong <cromblong@egregore.fun>2025-08-15 01:04:56 +0200
committerClombrong <cromblong@egregore.fun>2025-08-15 14:01:24 +0200
commit9524fc088a4134232669107ed10630cc53f99497 (patch)
treee26903e96a67e86328026bef63cc6cd9ade7146d
parent8f62333cb1ec03b1d7b5f671f63875b8ac6f89af (diff)
feat(flesh): new module Iq
-rw-r--r--lib/flesh.ml1
-rw-r--r--lib/iq.ml0
2 files changed, 1 insertions, 0 deletions
diff --git a/lib/flesh.ml b/lib/flesh.ml
index 49f4102..aa62b09 100644
--- a/lib/flesh.ml
+++ b/lib/flesh.ml
@@ -2,6 +2,7 @@ module Session = Session
module Stream = Stream
module Sasl = Sasl
module Starttls = Starttls
+module Iq = Iq
module Wire = Wire
module Xml = Xml
module Jid = Jid
diff --git a/lib/iq.ml b/lib/iq.ml
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/lib/iq.ml