diff options
author | 2025-07-01 18:50:21 +0100 | |
---|---|---|
committer | 2025-07-01 18:50:21 +0100 | |
commit | ec5652c3b207153251df279944e0fe36e0dd7dec (patch) | |
tree | cfbc7e47eacbc131c2acad690d60ffdea239d0be /stanza/Cargo.toml | |
parent | e225a6c7d5ef2eb44d068f9d13cb9717cb0ba3bb (diff) | |
download | luz-ec5652c3b207153251df279944e0fe36e0dd7dec.tar.gz luz-ec5652c3b207153251df279944e0fe36e0dd7dec.tar.bz2 luz-ec5652c3b207153251df279944e0fe36e0dd7dec.zip |
feat(stanza): xep-0280 message carbons
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 ec68499..424264f 100644 --- a/stanza/Cargo.toml +++ b/stanza/Cargo.toml @@ -24,6 +24,7 @@ xep_0156 = ["dep:chrono"] xep_0172 = [] xep_0199 = [] xep_0203 = ["dep:chrono"] +xep_0280 = ["xep_0297"] xep_0297 = ["xep_0203"] xep_0300 = [] xep_0390 = ["xep_0300"] |