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:
parent
722563ed94
commit
978b7aea12
@ -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
|
||||
|
@ -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) ->
|
||||
|
Loading…
Reference in New Issue
Block a user