aboutsummaryrefslogtreecommitdiffstats
path: root/stanza/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar cel 🌸 <cel@bunny.garden>2025-07-03 14:11:46 +0100
committerLibravatar cel 🌸 <cel@bunny.garden>2025-07-03 14:11:46 +0100
commit561dc2d6b6bc729ddd936ff7fe175c91b175e8b2 (patch)
treed3b7a2d8cd0ef0208d126c19ec79c760d2042b73 /stanza/Cargo.toml
parentec5652c3b207153251df279944e0fe36e0dd7dec (diff)
downloadluz-561dc2d6b6bc729ddd936ff7fe175c91b175e8b2.tar.gz
luz-561dc2d6b6bc729ddd936ff7fe175c91b175e8b2.tar.bz2
luz-561dc2d6b6bc729ddd936ff7fe175c91b175e8b2.zip
feat(stanza): xep-0334 message processing hintsHEADmain
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 424264f..cd79cee 100644
--- a/stanza/Cargo.toml
+++ b/stanza/Cargo.toml
@@ -27,4 +27,5 @@ xep_0203 = ["dep:chrono"]
xep_0280 = ["xep_0297"]
xep_0297 = ["xep_0203"]
xep_0300 = []
+xep_0334 = []
xep_0390 = ["xep_0300"]