From 9ce3827a7d25714d17f266f0f50bb29f41090175 Mon Sep 17 00:00:00 2001 From: cel 🌸 Date: Tue, 1 Apr 2025 21:40:23 +0100 Subject: feat(stanza): xep-0131: stanza headers --- 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 0bae7f7..0a71a26 100644 --- a/stanza/src/lib.rs +++ b/stanza/src/lib.rs @@ -17,6 +17,8 @@ pub mod xep_0030; pub mod xep_0059; #[cfg(feature = "xep_0060")] pub mod xep_0060; +#[cfg(feature = "xep_0131")] +pub mod xep_0131; #[cfg(feature = "xep_0199")] pub mod xep_0199; #[cfg(feature = "xep_0203")] -- cgit