diff options
author | 2025-04-03 23:17:06 +0100 | |
---|---|---|
committer | 2025-04-03 23:17:06 +0100 | |
commit | 1af59efbb312b680b742bb84198c6ba18a79ec31 (patch) | |
tree | d024166e5520f3b83d25c1e0d48445bebe31534d /stanza/src/lib.rs | |
parent | 20969bd8b9789c08303265ec263e02b5225348e6 (diff) | |
download | luz-1af59efbb312b680b742bb84198c6ba18a79ec31.tar.gz luz-1af59efbb312b680b742bb84198c6ba18a79ec31.tar.bz2 luz-1af59efbb312b680b742bb84198c6ba18a79ec31.zip |
feat(stanza): xep-0084: user avatar
Diffstat (limited to 'stanza/src/lib.rs')
-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 3ecace0..569b891 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_0084")] +pub mod xep_0084; #[cfg(feature = "xep_0115")] pub mod xep_0115; #[cfg(feature = "xep_0131")] |