aboutsummaryrefslogtreecommitdiffstats
path: root/stanza/src/lib.rs
diff options
context:
space:
mode:
authorLibravatar cel 🌸 <cel@bunny.garden>2025-04-13 15:02:41 +0100
committerLibravatar cel 🌸 <cel@bunny.garden>2025-04-13 15:02:41 +0100
commit8261d1bfe46b532fd926afb46702a5443552f2a8 (patch)
tree8f523e0ef3ff4575ef264c97dd824c95ce3440cf /stanza/src/lib.rs
parent986350b3fb786c1530a3fef199b6d51c536b1188 (diff)
downloadluz-8261d1bfe46b532fd926afb46702a5443552f2a8.tar.gz
luz-8261d1bfe46b532fd926afb46702a5443552f2a8.tar.bz2
luz-8261d1bfe46b532fd926afb46702a5443552f2a8.zip
feat(stanza): rfc 7395
Diffstat (limited to 'stanza/src/lib.rs')
-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 569b891..5e30cd0 100644
--- a/stanza/src/lib.rs
+++ b/stanza/src/lib.rs
@@ -2,6 +2,8 @@ use peanuts::declaration::VersionInfo;
pub mod bind;
pub mod client;
+#[cfg(feature = "rfc_7395")]
+pub mod rfc_7395;
#[cfg(feature = "rfc_6121")]
pub mod roster;
pub mod sasl;