aboutsummaryrefslogtreecommitdiffstats
path: root/stanza/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar cel 🌸 <cel@bunny.garden>2025-04-03 06:15:55 +0100
committerLibravatar cel 🌸 <cel@bunny.garden>2025-04-03 06:15:55 +0100
commitf3bdd599425424de8dbff5e4e89b7bcdef205c85 (patch)
treed6412aae282773dab26e91d93b0cd324e8774f5b /stanza/Cargo.toml
parent6664a9df01b8b6f89e72f9568f90ad7397ceae36 (diff)
downloadluz-f3bdd599425424de8dbff5e4e89b7bcdef205c85.tar.gz
luz-f3bdd599425424de8dbff5e4e89b7bcdef205c85.tar.bz2
luz-f3bdd599425424de8dbff5e4e89b7bcdef205c85.zip
feat(stanza): xep-0390: entity capabilities 2.0
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 c492f1b..1863aa5 100644
--- a/stanza/Cargo.toml
+++ b/stanza/Cargo.toml
@@ -20,3 +20,4 @@ xep_0172 = []
xep_0199 = []
xep_0203 = ["dep:chrono"]
xep_0300 = []
+xep_0390 = ["xep_0300"]