diff options
author | 2025-03-24 20:51:15 +0000 | |
---|---|---|
committer | 2025-03-24 20:51:15 +0000 | |
commit | 85a3093674506b60b31a023ae40df1d65b2f1fb4 (patch) | |
tree | 3443a36a3bf02544440a934d387c5b85e83b2264 /stanza/src/lib.rs | |
parent | f0cb64670a7fdc49c334d99428458dfaf450171c (diff) | |
download | luz-85a3093674506b60b31a023ae40df1d65b2f1fb4.tar.gz luz-85a3093674506b60b31a023ae40df1d65b2f1fb4.tar.bz2 luz-85a3093674506b60b31a023ae40df1d65b2f1fb4.zip |
feat(stanza): xep-0030
Diffstat (limited to 'stanza/src/lib.rs')
-rw-r--r-- | stanza/src/lib.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/stanza/src/lib.rs b/stanza/src/lib.rs index 4629c07..c8daaa5 100644 --- a/stanza/src/lib.rs +++ b/stanza/src/lib.rs @@ -8,6 +8,8 @@ pub mod stanza_error; pub mod starttls; pub mod stream; pub mod stream_error; +#[cfg(feature = "xep_0030")] +pub mod xep_0030; pub mod xep_0199; #[cfg(feature = "xep_0203")] pub mod xep_0203; |