Fixed
Details
Assignee
Dave CridlandDave CridlandReporter
Guus der KinderenGuus der KinderenComponents
Fix versions
Priority
Minor
Details
Details
Assignee
Dave Cridland
Dave CridlandReporter
Guus der Kinderen
Guus der KinderenComponents
Fix versions
Priority
Created June 20, 2017 at 7:22 AM
Updated June 24, 2017 at 1:38 PM
Resolved June 24, 2017 at 11:40 AM
Plugins can define a
minServerVersion
inplugin.xml
, which defines the minimum version of Openfire that is required to run the plugin. A similar attribute that defines the maximum version, or a version on or after which a plugin can no longer be used, should be added.This feature could be used for plugins of which the functionality has been merged into Openfire's core code at some point. When that happens, it no longer makes sense to have the plugin loaded, as that would then offer a duplicate (potentially conflicting) implementation.