From 2733ffb3d09bb176cbcabdddbae98e977e923167 Mon Sep 17 00:00:00 2001
From: Julien Pivotto <roidelapluie@esquimaux.be>
Date: Mon, 11 Aug 2008 08:12:11 +0000
Subject: [PATCH] Make continued conversations (chat2muc) members-only (fix
 #4102)

---
 src/gajim.py | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/gajim.py b/src/gajim.py
index dd9c73752a..455631bdcc 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
-- 
GitLab