aboutsummaryrefslogtreecommitdiffstats
path: root/stanza/src/lib.rs
diff options
context:
space:
mode:
authorLibravatar cel 🌸 <cel@bunny.garden>2025-07-03 14:11:46 +0100
committerLibravatar cel 🌸 <cel@bunny.garden>2025-07-03 14:11:46 +0100
commit561dc2d6b6bc729ddd936ff7fe175c91b175e8b2 (patch)
treed3b7a2d8cd0ef0208d126c19ec79c760d2042b73 /stanza/src/lib.rs
parentec5652c3b207153251df279944e0fe36e0dd7dec (diff)
downloadluz-561dc2d6b6bc729ddd936ff7fe175c91b175e8b2.tar.gz
luz-561dc2d6b6bc729ddd936ff7fe175c91b175e8b2.tar.bz2
luz-561dc2d6b6bc729ddd936ff7fe175c91b175e8b2.zip
feat(stanza): xep-0334 message processing hintsHEADmain
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;