Fix direct MUC invite
This commit is contained in:
parent
92af78f103
commit
2ce78334ca
1 changed files with 2 additions and 2 deletions
|
@ -312,7 +312,7 @@ class MUC:
|
||||||
password = app.gc_passwords.get(room, None)
|
password = app.gc_passwords.get(room, None)
|
||||||
if password:
|
if password:
|
||||||
attrs['password'] = password
|
attrs['password'] = password
|
||||||
message = message.addChild(name='x', attrs=attrs,
|
message.addChild(name='x', attrs=attrs,
|
||||||
namespace=nbxmpp.NS_CONFERENCE)
|
namespace=nbxmpp.NS_CONFERENCE)
|
||||||
return message
|
return message
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue