1. 12 Jan, 2016 2 commits
    • Ben Markwardt's avatar
      User not kicked from room after banning. · f48d8989
      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
      f48d8989
    • Ben Markwardt's avatar
      Openfire sends presence updates of affiliation "none" instead of "outcast" when banning. · 6ddb7424
      Ben Markwardt authored
      Based on the MUC spec it should be sending "outcast" on banning.
      
      Looks like this was introduced in commit 822abb01
      6ddb7424
  2. 11 Jan, 2016 4 commits
  3. 09 Jan, 2016 2 commits
  4. 08 Jan, 2016 12 commits
  5. 07 Jan, 2016 13 commits
  6. 06 Jan, 2016 7 commits