diff options
author | 2025-04-03 06:15:55 +0100 | |
---|---|---|
committer | 2025-04-03 06:15:55 +0100 | |
commit | f3bdd599425424de8dbff5e4e89b7bcdef205c85 (patch) | |
tree | d6412aae282773dab26e91d93b0cd324e8774f5b /stanza/Cargo.toml | |
parent | 6664a9df01b8b6f89e72f9568f90ad7397ceae36 (diff) | |
download | luz-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.toml | 1 |
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"] |