summaryrefslogtreecommitdiff
path: root/src/rexmpp_rust.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/rexmpp_rust.rs')
-rw-r--r--src/rexmpp_rust.rs6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/rexmpp_rust.rs b/src/rexmpp_rust.rs
index 9fa3ae4..fd19bd4 100644
--- a/src/rexmpp_rust.rs
+++ b/src/rexmpp_rust.rs
@@ -1,2 +1,6 @@
-mod rexmpp_socks;
+mod rexmpp_jid;
mod rexmpp_xml;
+mod rexmpp_dns;
+mod rexmpp_tcp;
+mod rexmpp_socks;
+mod rexmpp;