I just wanted to be clear on a couple of things, so to implement this, I would add an entry such as below in the init.properties file;
Is that correct?
Then which directory would I add the script? Is it just in the /etc/tigase-server/scripts/admin directory ? Or do I need to create directory to associate with the above?
Many thanks
Jon
wojciech.kapcia@tigase.net commented 1 decade ago
What do you mean by 'script'? You specify class name that implements DynamicRoster interface therefore it will follow java convention hence if you have class tigase.xmpp.impl.DynamicRosterTest123 it should reside in tigase/xmpp/impl/ subdirectory (in case of tigase-server we are following maven guidelines for directory structure hence you will find this file under @tigase-server/src/main/…@).
Btw. for such discussions please stick to using forums.
Hi Guys,
Sorry for another question.
I looked at the following topic around dynamic rosters;
https://projects.tigase.org/boards/4/topics/1762?r=1768
I just wanted to be clear on a couple of things, so to implement this, I would add an entry such as below in the init.properties file;