summaryrefslogtreecommitdiff
path: root/src/rexmpp_rust.rs
diff options
context:
space:
mode:
authordefanor <defanor@uberspace.net>2023-06-20 21:49:53 +0300
committerdefanor <defanor@uberspace.net>2023-06-20 21:49:53 +0300
commitc3cb19dec32ffae9e4f93c269b4e1d3504321643 (patch)
treed5c5bc4fc9582b01b68a4056a52a00692d77f5da /src/rexmpp_rust.rs
parentc12a24ef337889ed1f980cce2baf78ac6bd0ee93 (diff)
Add Rust versions of the TCP module and of a few structures
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;