• Ben Markwardt's avatar
    User not kicked from room after banning. · 503de5c0
    Ben Markwardt authored
    After banning, the user is not kicked from the room. The user is added
    to the ban list so they can't re-join the room or post messages, but
    they are not kicked out of the room so the user can still receive messages
    sent to the room.
    
    The problem is an additional check for isMembersOnly() was only allowing users
    to be kicked from members only chat rooms. Whenever a user is marked as an
    outcast they should be kicked from the room regardless of if the room is a
    members only room or not.
    
    Looks like this problem was introduced in commit
    822abb01
    503de5c0
Name
Last commit
Last update
..
bin Loading commit data...
conf Loading commit data...
database Loading commit data...
i18n Loading commit data...
java Loading commit data...
javadoc/jdk15 Loading commit data...
plugins Loading commit data...
resources Loading commit data...
security Loading commit data...
spank Loading commit data...
test Loading commit data...
tools/anttask/org/jivesoftware/ant Loading commit data...
web Loading commit data...