igniterealtime / openfire-httpFileUpload-plugin

Adds XEP-0363 functionality to Openfire that allows compliant clients to exchange files
Apache License 2.0
8 stars 10 forks source link

Use SystemProperty to replace old style properties #38

Closed guusdk closed 1 year ago

guusdk commented 1 year ago

This plugin should use the SystemProperty class to replace the old JiveGlobals-based property interaction. The newer implementation comes with a few nice features that this plugin will benefit from.