How can I use org.jivesoftware.openfire.container

I am trying to make my own plugin, when I google it says I need to use org.jivesoftware.openfire.container. And to use org.jivesoftware.openfire.container I need to use the openfire.jar file which is located at /Openfire/lib. But the openfire.jar file is not in this directory. Where can I download it to use this.

I do not recommend finding random guides that you find via Google. Try using our Openfire plugin developer guide instead!

1 Like

I have. I am doing it without Maven aswell.

Iā€™m not sure what you mean. I recommend against not using Maven.

Maybe it would be good to look at other plugins for inspiration. Have a look, for instance, at our example plugin source code that is available at GitHub - igniterealtime/openfire-exampleplugin: Example Openfire Plugin using Maven build