From 8261d1bfe46b532fd926afb46702a5443552f2a8 Mon Sep 17 00:00:00 2001 From: cel 🌸 Date: Sun, 13 Apr 2025 15:02:41 +0100 Subject: feat(stanza): rfc 7395 --- stanza/Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'stanza/Cargo.toml') diff --git a/stanza/Cargo.toml b/stanza/Cargo.toml index e4eb302..2832ed6 100644 --- a/stanza/Cargo.toml +++ b/stanza/Cargo.toml @@ -11,6 +11,7 @@ chrono = { version = "0.4.40", optional = true } [features] rfc_6121 = [] +rfc_7395 = [] xep_0004 = [] xep_0030 = [] xep_0059 = [] -- cgit