Hi,
I just coded a custom plugin for openfire and it works fine but when i delete it from Admin console. It acts in a very strange way. The admin panel shows a success message but it does not actually remove the plugin from the admin console. When i check logs i see the messages from the initilizeplugin function, i have written. So it basically start unloading jar files and at the end it just execute the initilize function of my plugin and reloads the plugin.
I am not able to figure put what's actually causing this issue? when i remove the folder and jar files manually from /opt/openfire/plugins folder, it works but can someone guide me why it does not delete the plugin from the admin panel?