From 6664a9df01b8b6f89e72f9568f90ad7397ceae36 Mon Sep 17 00:00:00 2001 From: cel 🌸 Date: Thu, 3 Apr 2025 05:30:35 +0100 Subject: feat(stanza): xep-0300: use of cryptographic hash functions --- stanza/src/lib.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'stanza/src/lib.rs') diff --git a/stanza/src/lib.rs b/stanza/src/lib.rs index 5474aee..bc8d59a 100644 --- a/stanza/src/lib.rs +++ b/stanza/src/lib.rs @@ -25,5 +25,7 @@ pub mod xep_0172; pub mod xep_0199; #[cfg(feature = "xep_0203")] pub mod xep_0203; +#[cfg(feature = "xep_0300")] +pub mod xep_0300; pub static XML_VERSION: VersionInfo = VersionInfo::One; -- cgit