PacketInterceptor Plug in

We have developed a packet Interceptor Plug in which only logs packets to a local file.

But somehow it is never logging anything to the file? We have followed exact steps for plugin development guide.

I will post the source code here.

Thanks,

Himanshu

You taken a look at the XMLDebugger source?

http://svn.igniterealtime.org/svn/repos/openfire/trunk/src/plugins/xmldebugger/

Just log to a file using Log4j etc. instead of writing to stdout.

We have a version of the plugin which does that, let me know if anyone wants it and I’ll stick it here.

There were permission issues on the server we were testing. It is resolved and the service works fine.

Thanks,

Himanshu