diff options
Diffstat (limited to '')
-rw-r--r-- | stanza/Cargo.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/stanza/Cargo.toml b/stanza/Cargo.toml index ec68499..cd79cee 100644 --- a/stanza/Cargo.toml +++ b/stanza/Cargo.toml @@ -24,6 +24,8 @@ xep_0156 = ["dep:chrono"] xep_0172 = [] xep_0199 = [] xep_0203 = ["dep:chrono"] +xep_0280 = ["xep_0297"] xep_0297 = ["xep_0203"] xep_0300 = [] +xep_0334 = [] xep_0390 = ["xep_0300"] |