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/connection.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'poezio/connection.py') 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 -- cgit v1.2.3