Registering a plugin as a PacketInterceptor?

Hi there,

are there any examples or instructions of how to design a plugin to register as a packetInterceptor.

I saw this but it doesn’t give any further info

Register a plugin as a PacketInterceptor to receive all packets being sent through the system and optionally reject them.

Maybe i am missing something but i can’t seem to find much documentation… Any help woudl be gratefully appreciated…

Is there a plugin manual apart from the JAVADOCS api which doesn’t seem to give examples

Have i missed it?

Thansk in advnace

Hi John,

I would recommend you download the Openfire source and check out the PacketFilter plugin.

Hope that helps,

Ryan