summaryrefslogtreecommitdiff
path: root/poezio/connection.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/connection.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/connection.py')
-rw-r--r--poezio/connection.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/poezio/connection.py b/poezio/connection.py
index 45667ab7..d00f714f 100644
--- a/poezio/connection.py
+++ b/poezio/connection.py
@@ -106,8 +106,10 @@ class Connection(slixmpp.ClientXMPP):
self.register_plugin('xep_0071')
self.register_plugin('xep_0077')
self.plugin['xep_0077'].create_account = False
+ self.register_plugin('xep_0084')
self.register_plugin('xep_0085')
self.register_plugin('xep_0115')
+ self.register_plugin('xep_0153')
# monkey-patch xep_0184 to avoid requesting receipts for messages
# without a body