25
1
mirror of https://github.com/processone/ejabberd.git synced 2024-12-22 17:28:25 +01:00

* src/mod_muc/mod_muc_room.erl: Added logging of MUC admin/owner

queries

SVN Revision: 907
This commit is contained in:
Alexey Shchepin 2007-09-01 21:15:40 +00:00
parent 722563ed94
commit 978b7aea12
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2007-09-02 Alexey Shchepin <alexey@process-one.net>
* src/mod_muc/mod_muc_room.erl: Added logging of MUC admin/owner
queries
2007-09-01 Alexey Shchepin <alexey@process-one.net>
* src/mod_muc/mod_muc_room.erl: Added user_message_shaper and

View File

@ -1905,6 +1905,8 @@ process_admin_items_set(UJID, Items, Lang, StateData) ->
URole = get_role(UJID, StateData),
case find_changed_items(UJID, UAffiliation, URole, Items, Lang, StateData, []) of
{result, Res} ->
?INFO_MSG("Processing MUC admin query from ~s:~n ~p~n",
[jlib:jid_to_string(UJID), Res]),
NSD =
lists:foldl(
fun(E, SD) ->