aboutsummaryrefslogtreecommitdiffstats
path: root/stanza/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar cel 🌸 <cel@bunny.garden>2025-04-03 09:59:58 +0100
committerLibravatar cel 🌸 <cel@bunny.garden>2025-04-03 09:59:58 +0100
commit236c8a4ba8ee285decf951f73a8cb1e389414e8e (patch)
treead1ffbbdc43b3d11305bf91877180d72e0e99faa /stanza/Cargo.toml
parent362a716150e40c4fb7a11a7487fb618a2cd25a4e (diff)
downloadluz-236c8a4ba8ee285decf951f73a8cb1e389414e8e.tar.gz
luz-236c8a4ba8ee285decf951f73a8cb1e389414e8e.tar.bz2
luz-236c8a4ba8ee285decf951f73a8cb1e389414e8e.zip
feat(stanza): xep-0115: entity capabilities
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 3ffa59f..d63703f 100644
--- a/stanza/Cargo.toml
+++ b/stanza/Cargo.toml
@@ -15,6 +15,7 @@ xep_0004 = []
xep_0030 = []
xep_0059 = []
xep_0060 = ["xep_0004", "dep:chrono"]
+xep_0115 = []
xep_0128 = ["xep_0004"]
xep_0131 = []
xep_0172 = []