24
1
mirror of https://github.com/processone/ejabberd.git synced 2024-06-02 21:17:12 +02:00

Altering XForms text for allow_visitor_status mod_muc_room option. (EJAB-624)

SVN Revision: 1481
This commit is contained in:
Geoff Cant 2008-07-23 17:45:39 +00:00
parent 102281194f
commit 318823fe68

View File

@ -2718,7 +2718,7 @@ get_config(Lang, StateData, From) ->
?BOOLXFIELD("Allow users to send invites", ?BOOLXFIELD("Allow users to send invites",
"muc#roomconfig_allowinvites", "muc#roomconfig_allowinvites",
Config#config.allow_user_invites), Config#config.allow_user_invites),
?BOOLXFIELD("Allow visitors to set custom status messages in the room", ?BOOLXFIELD("Allow visitors to send status text in presence updates",
"muc#roomconfig_allowvisitorstatus", "muc#roomconfig_allowvisitorstatus",
Config#config.allow_visitor_status), Config#config.allow_visitor_status),
?BOOLXFIELD("Allow visitors to change nickname", ?BOOLXFIELD("Allow visitors to change nickname",