List<org.xmpp.packet.Presence> |
MUCRoom.addOutcast(org.xmpp.packet.JID jid,
String reason,
MUCRole actor) |
Adds a new user to the list of outcast users.
|
org.xmpp.packet.Presence |
MUCRoom.addParticipant(org.xmpp.packet.JID jid,
String reason,
MUCRole actor) |
Changes the role of the user within the room to participant.
|
org.xmpp.packet.Presence |
MUCRoom.addVisitor(org.xmpp.packet.JID jid,
MUCRole actor) |
Changes the role of the user within the room to visitor.
|
MUCRoom |
MultiUserChatService.getChatRoom(String roomName,
org.xmpp.packet.JID userjid) |
Obtains a chatroom by name.
|
org.xmpp.packet.Presence |
MUCRoom.kickOccupant(org.xmpp.packet.JID jid,
org.xmpp.packet.JID actorJID,
String actorNickname,
String reason) |
Kicks a user from the room.
|
void |
MUCRole.setAffiliation(MUCRole.Affiliation newAffiliation) |
Call this method to promote or demote a user's affiliation in a chatroom.
|
void |
MUCRole.setRole(MUCRole.Role newRole) |
Call this method to promote or demote a user's role in a chatroom.
|