Presence plugin won''t install

I downloaded the wildfire 2.6.2 source and built all the plugins but the documentation for the presence plugin is out of date I think. It says to copy presence.jar to the plugins directory but there are two jars:

plugin-presence-jspc.jar

plugin-presence.jar

I copied plugin-presence.jar to the server’‘s plugins directory and restarted it but it doesn’'t pick up the new plugin.

Is there something I’'m doing wrong?

thanks

Hey alistairskye,

Those files are located under target\plugins-dev\presence\target\lib. The plugins-dev folder is internally used for compiling and building plugins. The final output of the plugin build is located in target\plugins\presence.jar. So the file you need to copy (to some other Wildfire install) is the output file shown above.

Regards,

– Gato