summaryrefslogtreecommitdiff
path: root/poezio/config.py
diff options
context:
space:
mode:
authorEmmanuel Gil Peyrot <linkmauve@linkmauve.fr>2017-10-07 18:08:39 +0100
committerEmmanuel Gil Peyrot <linkmauve@linkmauve.fr>2017-10-07 18:11:33 +0100
commit554ff650bff79488d259f32622dbc6b49842c243 (patch)
tree0ca47c1266b91829e74198de8be15fc0407270ab /poezio/config.py
parent232ef11630eed44d9f15b2e09b35bffb022c7afd (diff)
downloadpoezio-554ff650bff79488d259f32622dbc6b49842c243.tar.gz
poezio-554ff650bff79488d259f32622dbc6b49842c243.tar.bz2
poezio-554ff650bff79488d259f32622dbc6b49842c243.tar.xz
poezio-554ff650bff79488d259f32622dbc6b49842c243.zip
Display contact avatar in the roster.
Implements XEP-0084 and XEP-0153.
Diffstat (limited to 'poezio/config.py')
-rw-r--r--poezio/config.py1
1 files changed, 1 insertions, 0 deletions
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,