1. 13 Aug, 2014 3 commits
  2. 10 Aug, 2014 2 commits
    • Shawn Debnath's avatar
      3d115213
    • Shawn Debnath's avatar
      In setup, some of the host settings are loaded from XML properties specified... · 8b2743f6
      Shawn Debnath authored
      In setup, some of the host settings are loaded from XML properties specified in openfire.xml, while others are incorrectly loaded from whats currently in JiveGlobals. Since we are in setup mode, JiveGlobals.getProperty returns null thereby ignoring any property overrides in openfire.xml specified by the user.
      
      Changelog: 
      1. Instead of just blindly setting anonymous auth to true, check if user has an override property in XML configuration, if not, default to true.
      2. Call getXMLProperty to load user configuration override values and not what is currently in JiveGlobals. During setup mode, this is always null.
      3. Instead of setting default values for auth, user, group, card, lockout, securityAudit and admin class names, check if the user has provided overrides for those properties, and if so, use those, otherwise use defaults.
      4. Expose a method to retrieve XML property names, and then in finishSetup, go through the rest of the XML properties overridden by user that were not touched by setup and individually set those. This is particularly useful when users have to specify primary and secondary * hybrid providers.
      8b2743f6
  3. 07 Aug, 2014 4 commits
  4. 05 Aug, 2014 1 commit
    • Dave Cridland's avatar
      More S2S fixes · dc21027b
      Dave Cridland authored
      Kim 'Zash' Alvefur commented that an empty authzid in EXTERNAL wasn't working.
      
      This patch adds this handling, and also changes authorization checks from a
      domain.contains() to a domain.equals().
      dc21027b
  5. 04 Aug, 2014 4 commits
  6. 23 Jul, 2014 1 commit
  7. 22 Jul, 2014 2 commits
  8. 16 Jul, 2014 2 commits
  9. 11 Jul, 2014 1 commit
  10. 10 Jul, 2014 1 commit
    • Redor's avatar
      MUC Service Plugin 0.2.0 · a98343cc
      Redor authored
      - Extended the service with /participants endpoint to get all room
      participants
      - Extended the muc service to manage chat room roles (owners, admins,
      members, outcasts)
      a98343cc
  11. 30 Jun, 2014 4 commits
  12. 24 Jun, 2014 2 commits
  13. 23 Jun, 2014 5 commits
  14. 22 Jun, 2014 1 commit
  15. 21 Jun, 2014 1 commit
    • Dele Olajide's avatar
      Section 8.5.1 of RFC 6121 - No such user · 637cc817
      Dele Olajide authored
      This cannot be enforced strictly for openfire IQ handlers to process packets for custom namespaces. I am modifying the original fix to exclude IQ handlers and also check for anonymous users.
      637cc817
  16. 18 Jun, 2014 4 commits
  17. 17 Jun, 2014 2 commits