1. 12 Jan, 2016 3 commits
    • akrherz's avatar
      Update plugin min Openfire version requirement to 4.0.0 · 88a4deeb
      akrherz authored
      Previously, we had a quasi-hack of `3.11.0-alpha` as the min requirement
      on these, but this release never happened.  This update moves all these
      plugins to 4.0.0, which hopefully provokes less confusion.
      88a4deeb
    • 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
    • Ben Markwardt's avatar
      Openfire sends presence updates of affiliation "none" instead of "outcast" when banning. · a2f4d8c7
      Ben Markwardt authored
      Based on the MUC spec it should be sending "outcast" on banning.
      
      Looks like this was introduced in commit 822abb01
      a2f4d8c7
  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 6 commits