aboutsummaryrefslogtreecommitdiffstats
path: root/stanza/src/lib.rs
diff options
context:
space:
mode:
authorLibravatar cel 🌸 <cel@bunny.garden>2025-04-01 20:42:51 +0100
committerLibravatar cel 🌸 <cel@bunny.garden>2025-04-01 20:42:51 +0100
commitf7b88569987026bcfec6132ca97b1d8122f44edd (patch)
treee4c56b14a053ec17e00854ea5f7872a0c735bbfb /stanza/src/lib.rs
parent132d932e6264774ad7d6eab9f52719848c5c91bb (diff)
downloadluz-f7b88569987026bcfec6132ca97b1d8122f44edd.tar.gz
luz-f7b88569987026bcfec6132ca97b1d8122f44edd.tar.bz2
luz-f7b88569987026bcfec6132ca97b1d8122f44edd.zip
feat(stanza): xep-0059: result set management
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 f4c0899..0bae7f7 100644
--- a/stanza/src/lib.rs
+++ b/stanza/src/lib.rs
@@ -13,6 +13,8 @@ pub mod stream_error;
pub mod xep_0004;
#[cfg(feature = "xep_0030")]
pub mod xep_0030;
+#[cfg(feature = "xep_0059")]
+pub mod xep_0059;
#[cfg(feature = "xep_0060")]
pub mod xep_0060;
#[cfg(feature = "xep_0199")]