summaryrefslogtreecommitdiff
path: root/poezio/contact.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/contact.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/contact.py')
-rw-r--r--poezio/contact.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/poezio/contact.py b/poezio/contact.py
index 6e01e41e..090fed92 100644
--- a/poezio/contact.py
+++ b/poezio/contact.py
@@ -65,6 +65,7 @@ class Contact(object):
self.__item = item
self.folded_states = defaultdict(lambda: True)
self._name = ''
+ self.avatar = None
self.error = None
self.tune = {}
self.gaming = {}