diff options
author | 2025-03-26 15:48:20 +0000 | |
---|---|---|
committer | 2025-03-26 15:48:20 +0000 | |
commit | 4d1be876f8bccf8018728d5ee474f91c256da5c9 (patch) | |
tree | 87bd55596221246e31b2f13942ce82f1014b146a /filamento | |
parent | bf677e1f9ce07e2fa8971c15b9a082cddbb40dec (diff) | |
download | luz-4d1be876f8bccf8018728d5ee474f91c256da5c9.tar.gz luz-4d1be876f8bccf8018728d5ee474f91c256da5c9.tar.bz2 luz-4d1be876f8bccf8018728d5ee474f91c256da5c9.zip |
feat(stanza): feature-gate rfc 6121 jabber:iq:roster
Diffstat (limited to 'filamento')
-rw-r--r-- | filamento/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/filamento/Cargo.toml b/filamento/Cargo.toml index e25024a..821a6a0 100644 --- a/filamento/Cargo.toml +++ b/filamento/Cargo.toml @@ -8,7 +8,7 @@ futures = "0.3.31" lampada = { version = "0.1.0", path = "../lampada" } tokio = "1.42.0" thiserror = "2.0.11" -stanza = { version = "0.1.0", path = "../stanza", features = ["xep_0203"] } +stanza = { version = "0.1.0", path = "../stanza", features = ["rfc_6121", "xep_0203"] } sqlx = { version = "0.8.3", features = ["sqlite", "runtime-tokio", "uuid", "chrono"] } # TODO: re-export jid? jid = { version = "0.1.0", path = "../jid", features = ["sqlx"] } |