Commit 7b25df1c authored by Gaston Dombiak's avatar Gaston Dombiak Committed by gaston

Changed defaults when creating new room.


git-svn-id: http://svn.igniterealtime.org/svn/repos/messenger/trunk@1625 b35dd754-fafc-0310-a699-88a17e54d16e
parent 7ebf9955
...@@ -276,6 +276,8 @@ ...@@ -276,6 +276,8 @@
publicRoom = "true"; publicRoom = "true";
// Rooms created from the admin console are always persistent // Rooms created from the admin console are always persistent
persistentRoom = "true"; persistentRoom = "true";
canChangeNick = "true";
registrationEnabled = "true";
} }
else { else {
naturalName = room.getNaturalLanguageName(); naturalName = room.getNaturalLanguageName();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment