From 554ff650bff79488d259f32622dbc6b49842c243 Mon Sep 17 00:00:00 2001 From: Emmanuel Gil Peyrot Date: Sat, 7 Oct 2017 18:08:39 +0100 Subject: Display contact avatar in the roster. Implements XEP-0084 and XEP-0153. --- poezio/config.py | 1 + 1 file changed, 1 insertion(+) (limited to 'poezio/config.py') diff --git a/poezio/config.py b/poezio/config.py index ade9f740..b1d09810 100644 --- a/poezio/config.py +++ b/poezio/config.py @@ -50,6 +50,7 @@ DEFAULT_CONFIG = { 'display_mood_notifications': False, 'display_tune_notifications': False, 'display_user_color_in_join_part': True, + 'enable_avatars': True, 'enable_carbons': True, 'enable_user_activity': True, 'enable_user_gaming': True, -- cgit v1.2.3