diff options
author | Lance Stout <lancestout@gmail.com> | 2011-03-24 09:36:26 -0400 |
---|---|---|
committer | Lance Stout <lancestout@gmail.com> | 2011-03-24 09:36:26 -0400 |
commit | d9be51b2efcdaaf6b62488700eb3ce859bb0958a (patch) | |
tree | bd0283a9b25e3c15c4127fd352071a677c049149 /sleekxmpp/plugins/xep_0249 | |
parent | 393259c24b017a9005a16338e3297da5c79e9b9a (diff) | |
parent | a3d111be12144d9dea80165d84cd8168714d3d54 (diff) | |
download | slixmpp-d9be51b2efcdaaf6b62488700eb3ce859bb0958a.tar.gz slixmpp-d9be51b2efcdaaf6b62488700eb3ce859bb0958a.tar.bz2 slixmpp-d9be51b2efcdaaf6b62488700eb3ce859bb0958a.tar.xz slixmpp-d9be51b2efcdaaf6b62488700eb3ce859bb0958a.zip |
Merge branch 'develop' into roster
Diffstat (limited to 'sleekxmpp/plugins/xep_0249')
-rw-r--r-- | sleekxmpp/plugins/xep_0249/invite.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sleekxmpp/plugins/xep_0249/invite.py b/sleekxmpp/plugins/xep_0249/invite.py index fdeffdea..95fcb37c 100644 --- a/sleekxmpp/plugins/xep_0249/invite.py +++ b/sleekxmpp/plugins/xep_0249/invite.py @@ -49,7 +49,7 @@ class xep_0249(base_plugin): log.debug("Received direct muc invitation from %s to room %s", msg['from'], msg['groupchat_invite']['jid']) - self.xmpp.event('groupchat_direct_invite', message) + self.xmpp.event('groupchat_direct_invite', msg) def send_invitation(self, jid, roomjid, password=None, reason=None, ifrom=None): |