List<org.xmpp.packet.Presence> |
MUCRoom.addAdmin(org.xmpp.packet.JID targetUserAddress,
Affiliation actorAffiliation) |
Adds a new user to the list of admins.
|
List<org.xmpp.packet.Presence> |
MUCRoom.addAdmins(List<org.xmpp.packet.JID> targetUserAddresses,
Affiliation actorAffiliation) |
Adds a list of users to the list of admins.
|
List<org.xmpp.packet.Presence> |
MUCRoom.addMember(org.xmpp.packet.JID targetUserAddress,
String nickname,
Affiliation actorAffiliation) |
Adds a new user to the list of members.
|
List<org.xmpp.packet.Presence> |
MUCRoom.addNone(org.xmpp.packet.JID targetUserAddress,
Affiliation actorAffiliation) |
Removes the user from all the other affiliation list thus giving the user a NONE affiliation.
|
List<org.xmpp.packet.Presence> |
MUCRoom.addOutcast(org.xmpp.packet.JID targetUserAddress,
String reason,
org.xmpp.packet.JID actorUserAddress,
Affiliation actorAffiliation,
Role actorRole) |
Adds a new user to the list of outcast users.
|
MUCOccupant |
MUCRoom.joinRoom(String nickname,
String password,
HistoryRequest historyRequest,
org.xmpp.packet.JID realAddress,
org.xmpp.packet.Presence presence) |
Joins the room using the given nickname.
|