mirror of
https://github.com/correl/SleekXMPP.git
synced 2024-11-23 19:19:53 +00:00
Fix typo.
This commit is contained in:
parent
a420771665
commit
feb7f892ea
1 changed files with 1 additions and 1 deletions
|
@ -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):
|
||||
|
|
Loading…
Reference in a new issue