Fix direct MUC invite
This commit is contained in:
parent
92af78f103
commit
2ce78334ca
1 changed files with 2 additions and 2 deletions
|
@ -312,8 +312,8 @@ 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
|
||||||
|
|
||||||
def _build_mediated_invite(self, room, to, reason, continue_):
|
def _build_mediated_invite(self, room, to, reason, continue_):
|
||||||
|
|
Loading…
Add table
Reference in a new issue