aboutsummaryrefslogtreecommitdiffstats
path: root/stanza/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar cel 🌸 <cel@bunny.garden>2025-07-01 18:50:21 +0100
committerLibravatar cel 🌸 <cel@bunny.garden>2025-07-01 18:50:21 +0100
commitec5652c3b207153251df279944e0fe36e0dd7dec (patch)
treecfbc7e47eacbc131c2acad690d60ffdea239d0be /stanza/Cargo.toml
parente225a6c7d5ef2eb44d068f9d13cb9717cb0ba3bb (diff)
downloadluz-ec5652c3b207153251df279944e0fe36e0dd7dec.tar.gz
luz-ec5652c3b207153251df279944e0fe36e0dd7dec.tar.bz2
luz-ec5652c3b207153251df279944e0fe36e0dd7dec.zip
feat(stanza): xep-0280 message carbons
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 ec68499..424264f 100644
--- a/stanza/Cargo.toml
+++ b/stanza/Cargo.toml
@@ -24,6 +24,7 @@ xep_0156 = ["dep:chrono"]
xep_0172 = []
xep_0199 = []
xep_0203 = ["dep:chrono"]
+xep_0280 = ["xep_0297"]
xep_0297 = ["xep_0203"]
xep_0300 = []
xep_0390 = ["xep_0300"]