From: Badlop Date: Thu, 3 Feb 2011 16:23:09 +0000 (+0100) Subject: Remove erroneous comment (EJAB-645) X-Git-Tag: v2.1.7~66 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=650b2802b5b971a08e9136632b0377dc071cbc0d;p=ejabberd Remove erroneous comment (EJAB-645) --- diff --git a/src/mod_muc/mod_muc_room.erl b/src/mod_muc/mod_muc_room.erl index 4a89ca147..a40d96875 100644 --- a/src/mod_muc/mod_muc_room.erl +++ b/src/mod_muc/mod_muc_room.erl @@ -840,9 +840,6 @@ process_groupchat_message(From, {xmlelement, "message", Attrs, _Els} = 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 ->