diff options
-rw-r--r-- | lib/flesh.ml | 1 | ||||
-rw-r--r-- | lib/iq.ml | 0 |
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 |