1
0
Fork 0
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:
Badlop 2023-08-08 13:28:02 +02:00
parent 66df953da1
commit 2bd61abd71
7 changed files with 70 additions and 30 deletions

View file

@ -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(),