Packet filter

is there any way in which i can have get all the packets which are sent to a server ? i want to modify them before delivering them.

Hi,

If you want to intercept packets which are sent to a server, you should implement the org.jivesoftware.messenger.interceptor.PacketInterceptor interface.

Once you register you impl with the InteceptorManager you will start to receive packets.

Conor.