public interface ChannelHandler<T extends org.xmpp.packet.Packet>
void process(T packet) throws UnauthorizedException, PacketException
packet
- a packet to process.UnauthorizedException
- if not allowed to process the packet.PacketException
- thrown if the packet is malformed (results in the sender's
session being shutdown).Copyright © 2003-2008 Jive Software.