From 71c35eb279b2271b89896dcff551ba762f66b3a5 Mon Sep 17 00:00:00 2001 From: mathieui Date: Mon, 11 Mar 2013 02:04:20 +0100 Subject: Implement XEP-0118 (Fix #1840) - Add new theming options - Show the tune in the roster (both in contact line and infowin) - add an option to show tunes as info messages --- src/connection.py | 1 + 1 file changed, 1 insertion(+) (limited to 'src/connection.py') diff --git a/src/connection.py b/src/connection.py index 8073d198..5b5ecba2 100644 --- a/src/connection.py +++ b/src/connection.py @@ -70,6 +70,7 @@ class Connection(sleekxmpp.ClientXMPP): self.register_plugin('xep_0071') self.register_plugin('xep_0085') self.register_plugin('xep_0115') + self.register_plugin('xep_0118') self.register_plugin('xep_0191') if config.get('send_poezio_info', 'true') == 'true': info = {'name':'poezio', -- cgit v1.2.3