diff options
author | 2025-06-12 04:54:40 +0100 | |
---|---|---|
committer | 2025-06-12 04:54:40 +0100 | |
commit | e225a6c7d5ef2eb44d068f9d13cb9717cb0ba3bb (patch) | |
tree | 47c1f3f389f062c6c17cd1c023b9a5c8460d3df9 /stanza/src/lib.rs | |
parent | dd589458e41eb81a53363ac59445c585ee46b5a9 (diff) | |
download | luz-e225a6c7d5ef2eb44d068f9d13cb9717cb0ba3bb.tar.gz luz-e225a6c7d5ef2eb44d068f9d13cb9717cb0ba3bb.tar.bz2 luz-e225a6c7d5ef2eb44d068f9d13cb9717cb0ba3bb.zip |
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 8f8d430..8f9b788 100644 --- a/stanza/src/lib.rs +++ b/stanza/src/lib.rs @@ -33,6 +33,8 @@ pub mod xep_0172; pub mod xep_0199; #[cfg(feature = "xep_0203")] pub mod xep_0203; +#[cfg(feature = "xep_0297")] +pub mod xep_0297; #[cfg(feature = "xep_0300")] pub mod xep_0300; #[cfg(feature = "xep_0390")] |