Make continued conversations (chat2muc) members-only (fix #4102)

This commit is contained in:
Julien Pivotto 2008-08-11 08:12:11 +00:00
parent bda1d9cd56
commit 2733ffb3d0
1 changed files with 3 additions and 0 deletions

View File

@ -1301,6 +1301,9 @@ class Interface:
f.value = True
elif f.var == 'muc#roomconfig_publicroom':
f.value = False
elif f.var == 'muc#roomconfig_membersonly':
f.value = True
print 'Hello'
gajim.connections[account].send_gc_config(room_jid, form)
else:
# use default configuration