aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBadlop <badlop@process-one.net>2011-02-03 17:23:09 +0100
committerBadlop <badlop@process-one.net>2011-02-03 17:23:09 +0100
commit650b2802b5b971a08e9136632b0377dc071cbc0d (patch)
tree57009bfd748eb188ce9ecdfdd502e1a66f01b72e /src
parentHandle Tigase's unexpected version=1.0 when ejabberd doesn't announce it (EJA... (diff)
Remove erroneous comment (EJAB-645)
Diffstat (limited to 'src')
-rw-r--r--src/mod_muc/mod_muc_room.erl3
1 files changed, 0 insertions, 3 deletions
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 ->