diff options
author | 2025-04-01 08:27:33 +0100 | |
---|---|---|
committer | 2025-04-01 08:27:33 +0100 | |
commit | 132d932e6264774ad7d6eab9f52719848c5c91bb (patch) | |
tree | 35eb26a46e3da3e7a6451d6fe49f413c00458199 /stanza/Cargo.toml | |
parent | b18c1cc2568dc116de5944d9829303ef8cc61b00 (diff) | |
download | luz-132d932e6264774ad7d6eab9f52719848c5c91bb.tar.gz luz-132d932e6264774ad7d6eab9f52719848c5c91bb.tar.bz2 luz-132d932e6264774ad7d6eab9f52719848c5c91bb.zip |
feat(stanza): xep-0060: pubsub
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 352d1ce..0e6f6b5 100644 --- a/stanza/Cargo.toml +++ b/stanza/Cargo.toml @@ -13,5 +13,6 @@ chrono = { version = "0.4.40", optional = true } rfc_6121 = [] xep_0004 = [] xep_0030 = [] +xep_0060 = ["xep_0004", "dep:chrono"] xep_0199 = [] xep_0203 = ["dep:chrono"] |