Uses of Class
org.jivesoftware.openfire.muc.ConflictException
-
Packages that use ConflictException Package Description org.jivesoftware.openfire.muc Implementation of Multi-User Chat (XEP-0045).org.jivesoftware.openfire.muc.spi Implementation of Multi-User Chat (XEP-0045). -
-
Uses of ConflictException in org.jivesoftware.openfire.muc
Methods in org.jivesoftware.openfire.muc that throw ConflictException Modifier and Type Method Description List<org.xmpp.packet.Presence>MUCRoom. addAdmin(org.xmpp.packet.JID jid, MUCRole senderRole)Adds a new user to the list of admins.List<org.xmpp.packet.Presence>MUCRoom. addAdmins(List<org.xmpp.packet.JID> newAdmins, MUCRole senderRole)Adds a list of users to the list of admins.List<org.xmpp.packet.Presence>MUCRoom. addMember(org.xmpp.packet.JID jid, String nickname, MUCRole senderRole)Adds a new user to the list of members.List<org.xmpp.packet.Presence>MUCRoom. addNone(org.xmpp.packet.JID jid, MUCRole senderRole)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 jid, String reason, MUCRole senderRole)Adds a new user to the list of outcast users.MUCRoleMUCRoom. joinRoom(String nickname, String password, HistoryRequest historyRequest, LocalMUCUser user, org.xmpp.packet.Presence presence)Joins the room using the given nickname. -
Uses of ConflictException in org.jivesoftware.openfire.muc.spi
Methods in org.jivesoftware.openfire.muc.spi that throw ConflictException Modifier and Type Method Description List<org.xmpp.packet.Presence>LocalMUCRoom. addAdmin(org.xmpp.packet.JID jid, MUCRole sendRole)List<org.xmpp.packet.Presence>LocalMUCRoom. addAdmins(List<org.xmpp.packet.JID> newAdmins, MUCRole senderRole)List<org.xmpp.packet.Presence>LocalMUCRoom. addMember(org.xmpp.packet.JID jid, String nickname, MUCRole sendRole)List<org.xmpp.packet.Presence>LocalMUCRoom. addNone(org.xmpp.packet.JID jid, MUCRole senderRole)List<org.xmpp.packet.Presence>LocalMUCRoom. addOutcast(org.xmpp.packet.JID jid, String reason, MUCRole senderRole)voidIQAdminHandler. handleIQ(org.xmpp.packet.IQ packet, MUCRole role)Handles the IQ packet sent by an owner or admin of the room.voidIQOwnerHandler. handleIQ(org.xmpp.packet.IQ packet, MUCRole role)Handles the IQ packet sent by an owner of the room.MUCRoleLocalMUCRoom. joinRoom(String nickname, String password, HistoryRequest historyRequest, LocalMUCUser user, org.xmpp.packet.Presence presence)
-