Prepare room JID in create_room command

This commit is contained in:
Badlop 2016-02-08 21:35:26 +01:00
parent 217b6da5fd
commit 1de085ec23
1 changed files with 3 additions and 1 deletions

View File

@ -396,7 +396,9 @@ prepare_room_info(Room_info) ->
%% @spec (Name::binary(), Host::binary(), ServerHost::binary()) ->
%% ok | error
%% @doc Create a room immediately with the default options.
create_room(Name, Host, ServerHost) ->
create_room(Name1, Host1, ServerHost) ->
Name = jid:nodeprep(Name1),
Host = jid:nodeprep(Host1),
%% Get the default room options from the muc configuration
DefRoomOpts = gen_mod:get_module_opt(ServerHost, mod_muc,