diff options
author | 2025-04-03 09:45:41 +0100 | |
---|---|---|
committer | 2025-04-03 09:45:41 +0100 | |
commit | 9b18e40d8ba5f891e077daa039632f81d5fd2f86 (patch) | |
tree | 3b34d3449088cd1defb84ff8d10134e31c588ef0 /stanza/Cargo.toml | |
parent | f3bdd599425424de8dbff5e4e89b7bcdef205c85 (diff) | |
download | luz-9b18e40d8ba5f891e077daa039632f81d5fd2f86.tar.gz luz-9b18e40d8ba5f891e077daa039632f81d5fd2f86.tar.bz2 luz-9b18e40d8ba5f891e077daa039632f81d5fd2f86.zip |
feat(stanza): xep-0128: service discovery extensions
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 1863aa5..3ffa59f 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_0128 = ["xep_0004"] xep_0131 = [] xep_0172 = [] xep_0199 = [] |