aboutsummaryrefslogtreecommitdiffstats
path: root/stanza/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--stanza/src/lib.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/stanza/src/lib.rs b/stanza/src/lib.rs
index 5b6ec11..4cb62a3 100644
--- a/stanza/src/lib.rs
+++ b/stanza/src/lib.rs
@@ -39,6 +39,8 @@ pub mod xep_0280;
pub mod xep_0297;
#[cfg(feature = "xep_0300")]
pub mod xep_0300;
+#[cfg(feature = "xep_0334")]
+pub mod xep_0334;
#[cfg(feature = "xep_0390")]
pub mod xep_0390;