]> granicus.if.org Git - ejabberd/commitdiff
Remove erroneous comment (EJAB-645)
authorBadlop <badlop@process-one.net>
Thu, 3 Feb 2011 16:23:09 +0000 (17:23 +0100)
committerBadlop <badlop@process-one.net>
Thu, 3 Feb 2011 16:23:09 +0000 (17:23 +0100)
src/mod_muc/mod_muc_room.erl

index 4a89ca1478c61f5a782ea54539f11066ed4a7465..a40d9687567457a4d63401bd795cf86d87abb9a3 100644 (file)
@@ -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 ->