From 1af59efbb312b680b742bb84198c6ba18a79ec31 Mon Sep 17 00:00:00 2001 From: cel 🌸 Date: Thu, 3 Apr 2025 23:17:06 +0100 Subject: feat(stanza): xep-0084: user avatar --- 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 d63703f..69fabc2 100644 --- a/stanza/Cargo.toml +++ b/stanza/Cargo.toml @@ -15,6 +15,7 @@ xep_0004 = [] xep_0030 = [] xep_0059 = [] xep_0060 = ["xep_0004", "dep:chrono"] +xep_0084 = [] xep_0115 = [] xep_0128 = ["xep_0004"] xep_0131 = [] -- cgit