mirror of
https://github.com/processone/ejabberd
synced 2025-10-03 01:39:35 +02:00
Convert allow_private_message MUC room option to allowpm (#3736)
This commit is contained in:
parent
66df953da1
commit
2bd61abd71
7 changed files with 70 additions and 30 deletions
|
@ -38,7 +38,7 @@
|
|||
description = <<"">> :: binary(),
|
||||
allow_change_subj = true :: boolean(),
|
||||
allow_query_users = true :: boolean(),
|
||||
allow_private_messages = true :: boolean(),
|
||||
allowpm = anyone :: anyone | participants | moderators | none,
|
||||
allow_private_messages_from_visitors = anyone :: anyone | moderators | nobody ,
|
||||
allow_visitor_status = true :: boolean(),
|
||||
allow_visitor_nickchange = true :: boolean(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue