From ec5652c3b207153251df279944e0fe36e0dd7dec Mon Sep 17 00:00:00 2001 From: cel 🌸 Date: Tue, 1 Jul 2025 18:50:21 +0100 Subject: feat(stanza): xep-0280 message carbons --- 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 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"] -- cgit