From 3221534b0f77a00043032c1e350814f607a56380 Mon Sep 17 00:00:00 2001 From: mathieui Date: Mon, 14 Apr 2014 22:32:34 +0200 Subject: Implement XEP-0249 (Direct MUC Invitations) - fallback to mediated invitations if only the bare jid is given to the command or if the jid does not advertise support TODO: provide a way to send passwords --- 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 bf84bd6d..5dc7c8e4 100644 --- a/src/connection.py +++ b/src/connection.py @@ -115,6 +115,7 @@ class Connection(sleekxmpp.ClientXMPP): if config.get('send_time', True): self.register_plugin('xep_0202') self.register_plugin('xep_0224') + self.register_plugin('xep_0249') self.register_plugin('xep_0280') self.register_plugin('xep_0297') self.register_plugin('xep_0308') -- cgit v1.2.3