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.UnauthorizedException
- if the user is not authorisedCopyright © 2003–2019 Ignite Realtime. All rights reserved.