public interface PacketDeliverer
| Modifier and Type | Method and Description |
|---|---|
void |
deliver(org.xmpp.packet.Packet packet)
Delivers the given packet based on packet recipient and sender.
|
void deliver(org.xmpp.packet.Packet packet)
throws UnauthorizedException,
PacketException
packet - the packet to routePacketException - if the packet is null or the packet could not be routed.UnauthorizedExceptionCopyright © 2003-2008 Jive Software.