Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Pivotto <roidelapluie@esquimaux.be>2008-08-11 12:12:11 +0400
committerJulien Pivotto <roidelapluie@esquimaux.be>2008-08-11 12:12:11 +0400
commit2733ffb3d09bb176cbcabdddbae98e977e923167 (patch)
tree7926caec9b3fdc375d4b276a2693d73dee70ee04
parentbda1d9cd5646562c5cf5bb9991367ef696e1e5a6 (diff)
Make continued conversations (chat2muc) members-only (fix #4102)
-rwxr-xr-xsrc/gajim.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gajim.py b/src/gajim.py
index dd9c73752..455631bdc 100755
--- a/src/gajim.py
+++ b/src/gajim.py
@@ -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