public class DeafOccupantInterceptor
extends java.lang.Object
implements org.jivesoftware.smack.PacketInterceptor
Deaf occupants will not get messages broadcasted to all room occupants. However, they will
be able to get private messages, presences, IQ packets or room history. To use this
functionality you will need to send the message
MultiUserChat.addPresenceInterceptor(org.jivesoftware.smack.PacketInterceptor)
and
pass this interceptor as the parameter.
Note that this is a custom extension to the MUC service so it may not work with other servers than Wildfire.
Constructor and Description |
---|
DeafOccupantInterceptor() |
Modifier and Type | Method and Description |
---|---|
void |
interceptPacket(org.jivesoftware.smack.packet.Packet packet) |