mirror of
https://github.com/processone/ejabberd.git
synced 2024-12-22 17:28:25 +01:00
Remove erroneous comment (EJAB-645)
This commit is contained in:
parent
6ddc66db9f
commit
650b2802b5
@ -840,9 +840,6 @@ process_groupchat_message(From, {xmlelement, "message", Attrs, _Els} = Packet,
|
|||||||
%% an implementation MAY allow users with certain privileges
|
%% an implementation MAY allow users with certain privileges
|
||||||
%% (e.g., a room owner, room admin, or service-level admin)
|
%% (e.g., a room owner, room admin, or service-level admin)
|
||||||
%% to send messages to the room even if those users are not occupants.
|
%% 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) ->
|
is_user_allowed_message_nonparticipant(JID, StateData) ->
|
||||||
case get_service_affiliation(JID, StateData) of
|
case get_service_affiliation(JID, StateData) of
|
||||||
owner ->
|
owner ->
|
||||||
|
Loading…
Reference in New Issue
Block a user