Hello Everyone,
We have been developing some Openfire plugins (simple things for learning purposes), but i'm not clear on how to work in some cases:
if I have an Openfire installation and I have a Repo where I keep the code of that installation, and now I want to develop a plugin for that installation/code should I work on this same repo or create a separate one for my new plugin?.
Should one mix different plugins in the same repo?
Could I have dependency problems if I dont put every plugin on the same repo, when I compile them?
Thanks!