Modifying wildfire

Hi,

I am trying to modifying the wildfire source code, for moderating the messages. So I have made some changes in the source code and compiled successfully. But it is not reflecting while it is executing. Because it uses already compiled jar file. So I don’'t know how to modify these jar file.

Is there is any configuration file available for ant interpreter to get new jar file.

Nabli;

Here’‘s the Ant manual . You just need to use the task after you’'ve compiled.

However, you’'d be much better off making your changes in a plugin for openfire instead. Future upgrades will be a lot easier to deal with.

Openfire Plugin Development Guide

Hi Nabil,

http://wiki.igniterealtime.org/display/WILDFIRE/BuildWildfirewith+Eclipse could also help you.

LG

I am trying to change this code for moderating the messages. Is it be possible it do by doing it through plug in development.

The ContentFilter plugin allows stripping certain patterns from messages, so i’'m sure you can make a plugin that modifies messages in other ways. You can check out the ContentFilter source for examples too