1. 06 Jan, 2016 21 commits
  2. 05 Jan, 2016 17 commits
  3. 04 Jan, 2016 2 commits
    • Tom Evans's avatar
      OF-122: Use strict policy by default · 7ef6b4a7
      Tom Evans authored
      Per PR feedback, default to a strict (conforming) policy when detecting
      MUC room subject change requests.
      
      Additional work could be done to add a corresponding configuration
      option to the MUC service admin console, but is not included in the
      scope of this PR.
      7ef6b4a7
    • Guus der Kinderen's avatar
      Use StreamIDFactory when generating Stream IDs · 579a8247
      Guus der Kinderen authored
      StreamIDFactory is designed to generate stream IDs. It's silly to use
      something else when generating stream IDs.
      579a8247