diff options
author | 2025-04-03 09:59:58 +0100 | |
---|---|---|
committer | 2025-04-03 09:59:58 +0100 | |
commit | 236c8a4ba8ee285decf951f73a8cb1e389414e8e (patch) | |
tree | ad1ffbbdc43b3d11305bf91877180d72e0e99faa /stanza/src/lib.rs | |
parent | 362a716150e40c4fb7a11a7487fb618a2cd25a4e (diff) | |
download | luz-236c8a4ba8ee285decf951f73a8cb1e389414e8e.tar.gz luz-236c8a4ba8ee285decf951f73a8cb1e389414e8e.tar.bz2 luz-236c8a4ba8ee285decf951f73a8cb1e389414e8e.zip |
feat(stanza): xep-0115: entity capabilities
Diffstat (limited to '')
-rw-r--r-- | stanza/src/lib.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/stanza/src/lib.rs b/stanza/src/lib.rs index ced847e..3ecace0 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_0115")] +pub mod xep_0115; #[cfg(feature = "xep_0131")] pub mod xep_0131; #[cfg(feature = "xep_0172")] |