From 6385e43e8ca467e53c6a705a932016c5af75c3a2 Mon Sep 17 00:00:00 2001 From: cel 🌸 Date: Sun, 22 Dec 2024 18:58:28 +0000 Subject: implement sink and stream with tokio::spawn --- stanza/src/lib.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'stanza/src/lib.rs') diff --git a/stanza/src/lib.rs b/stanza/src/lib.rs index 32716d3..f3b0dca 100644 --- a/stanza/src/lib.rs +++ b/stanza/src/lib.rs @@ -7,5 +7,6 @@ pub mod stanza_error; pub mod starttls; pub mod stream; pub mod stream_error; +pub mod xep_0199; pub static XML_VERSION: VersionInfo = VersionInfo::One; -- cgit