Uses of Class
org.jivesoftware.openfire.muc.NotAcceptableException
-
Packages that use NotAcceptableException 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 NotAcceptableException in org.jivesoftware.openfire.muc
Methods in org.jivesoftware.openfire.muc that throw NotAcceptableException Modifier and Type Method Description MUCOccupantMUCRoom. joinRoom(String nickname, String password, HistoryRequest historyRequest, org.xmpp.packet.JID realAddress, org.xmpp.packet.Presence presence)Joins the room using the given nickname.voidMUCRoom. sendPrivatePacket(org.xmpp.packet.Packet packet, MUCOccupant sender)Sends a private packet to a selected occupant. -
Uses of NotAcceptableException in org.jivesoftware.openfire.muc.spi
Methods in org.jivesoftware.openfire.muc.spi that throw NotAcceptableException Modifier and Type Method Description voidIQOwnerHandler. handleIQ(org.xmpp.packet.IQ packet, MUCOccupant actorOccupant)Handles the IQ packet sent by an owner of the room.
-