public class RemoteMUCUser extends Object implements MUCUser
| Constructor and Description |
|---|
RemoteMUCUser(org.xmpp.packet.JID realjid,
LocalMUCRoom room) |
| Modifier and Type | Method and Description |
|---|---|
org.xmpp.packet.JID |
getAddress()
Obtain the address of the user.
|
void |
process(org.xmpp.packet.Packet packet)
Process an XMPP packet.
|
public RemoteMUCUser(org.xmpp.packet.JID realjid,
LocalMUCRoom room)
public org.xmpp.packet.JID getAddress()
MUCUsergetAddress in interface MUCUserpublic void process(org.xmpp.packet.Packet packet)
throws UnauthorizedException,
PacketException
ChannelHandlerprocess in interface ChannelHandler<org.xmpp.packet.Packet>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–2019 Ignite Realtime. All rights reserved.