aboutsummaryrefslogtreecommitdiff
path: root/src/mod_muc/mod_muc_room.hrl
diff options
context:
space:
mode:
authorBadlop <badlop@process-one.net>2011-07-11 17:33:26 +0200
committerBadlop <badlop@process-one.net>2011-07-11 17:34:07 +0200
commit1e88c3f1807f63134120c0284ffedd36d2d22aeb (patch)
treeb459753f32c4c6c0acd0bbbe92a69d0c587556fb /src/mod_muc/mod_muc_room.hrl
parentOne more fix (diff)
Room option to ignore private messages from visitors (thanks to Maxim Ignatenko)
Diffstat (limited to '')
-rw-r--r--src/mod_muc/mod_muc_room.hrl1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mod_muc/mod_muc_room.hrl b/src/mod_muc/mod_muc_room.hrl
index 192ecf845..6d0fe11c2 100644
--- a/src/mod_muc/mod_muc_room.hrl
+++ b/src/mod_muc/mod_muc_room.hrl
@@ -31,6 +31,7 @@
allow_change_subj = true,
allow_query_users = true,
allow_private_messages = true,
+ allow_private_messages_from_visitors = anyone,
allow_visitor_status = true,
allow_visitor_nickchange = true,
public = true,