From a3dba06baf22168e84a743685a3076710a5aa486 Mon Sep 17 00:00:00 2001 From: Badlop Date: Thu, 3 Feb 2011 17:23:09 +0100 Subject: [PATCH] Remove erroneous comment (EJAB-645) --- src/mod_muc/mod_muc_room.erl | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/mod_muc/mod_muc_room.erl b/src/mod_muc/mod_muc_room.erl index 692bc30d6..089541abd 100644 --- a/src/mod_muc/mod_muc_room.erl +++ b/src/mod_muc/mod_muc_room.erl @@ -893,9 +893,6 @@ process_groupchat_message(From, #xmlel{name = 'message'} = Packet, %% an implementation MAY allow users with certain privileges %% (e.g., a room owner, room admin, or service-level admin) %% to send messages to the room even if those users are not occupants. -%% -%% Check the mod_muc option access_message_nonparticipant and wether this JID -%% is allowed or denied is_user_allowed_message_nonparticipant(JID, StateData) -> case get_service_affiliation(JID, StateData) of owner ->