Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Openfire 4.9.0 compatibility & admin console page fixes #24

Merged
merged 3 commits into from
Aug 23, 2024

Commits on Aug 23, 2024

  1. Fix compatibility issue with Openfire 4.9.0

    Replaced Openfire API usage that was deprecated in Openfire 4.8.0 and removed in 4.9.0, with API that was introduced in 4.4.0
    
    This plugin is now compatible with Openfire 4.9.0 and retains compatibility with 4.4.0. No longer compatible with versions older than 4.4.0.
    guusdk committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    e1fa590 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    991154e View commit details
    Browse the repository at this point in the history
  3. Guard against Cross Site Scripting

    The admin console pages of this plugin should escape user-provided output. This prevents it from being usable in cross site scripting.
    
    Fixes igniterealtime#22
    guusdk committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    caa4220 View commit details
    Browse the repository at this point in the history