aboutsummaryrefslogtreecommitdiffstats
path: root/src/stanza/client/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/stanza/client/mod.rs')
-rw-r--r--src/stanza/client/mod.rs6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/stanza/client/mod.rs b/src/stanza/client/mod.rs
new file mode 100644
index 0000000..7b25b15
--- /dev/null
+++ b/src/stanza/client/mod.rs
@@ -0,0 +1,6 @@
+pub mod error;
+pub mod iq;
+pub mod message;
+pub mod presence;
+
+pub const XMLNS: &str = "jabber:client";