aboutsummaryrefslogtreecommitdiffstats
path: root/stanza/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar cel 🌸 <cel@bunny.garden>2025-06-12 04:54:40 +0100
committerLibravatar cel 🌸 <cel@bunny.garden>2025-06-12 04:54:40 +0100
commite225a6c7d5ef2eb44d068f9d13cb9717cb0ba3bb (patch)
tree47c1f3f389f062c6c17cd1c023b9a5c8460d3df9 /stanza/Cargo.toml
parentdd589458e41eb81a53363ac59445c585ee46b5a9 (diff)
downloadluz-e225a6c7d5ef2eb44d068f9d13cb9717cb0ba3bb.tar.gz
luz-e225a6c7d5ef2eb44d068f9d13cb9717cb0ba3bb.tar.bz2
luz-e225a6c7d5ef2eb44d068f9d13cb9717cb0ba3bb.zip
feat(stanza): xep-0297 message forwardingHEADmain
Diffstat (limited to 'stanza/Cargo.toml')
-rw-r--r--stanza/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/stanza/Cargo.toml b/stanza/Cargo.toml
index 884584a..ec68499 100644
--- a/stanza/Cargo.toml
+++ b/stanza/Cargo.toml
@@ -24,5 +24,6 @@ xep_0156 = ["dep:chrono"]
xep_0172 = []
xep_0199 = []
xep_0203 = ["dep:chrono"]
+xep_0297 = ["xep_0203"]
xep_0300 = []
xep_0390 = ["xep_0300"]