From fb7586f0491019476335f7bfbab512d245d71246 Mon Sep 17 00:00:00 2001 From: mathieui Date: Sun, 3 Mar 2013 13:47:11 +0100 Subject: Fix #1923 (caps) --- 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 6217023b..8073d198 100644 --- a/src/connection.py +++ b/src/connection.py @@ -69,6 +69,7 @@ class Connection(sleekxmpp.ClientXMPP): self.register_plugin('xep_0060') self.register_plugin('xep_0071') self.register_plugin('xep_0085') + self.register_plugin('xep_0115') self.register_plugin('xep_0191') if config.get('send_poezio_info', 'true') == 'true': info = {'name':'poezio', -- cgit v1.2.3