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/contact.py | 1 + 1 file changed, 1 insertion(+) (limited to 'poezio/contact.py') 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 = {} -- cgit v1.2.3