Uses of Class
org.jivesoftware.openfire.muc.NotAcceptableException
Packages that use NotAcceptableException
Package
Description
Implementation of Multi-User Chat (XEP-0045).
Implementation of Multi-User Chat (XEP-0045).
-
Uses of NotAcceptableException in org.jivesoftware.openfire.muc
Methods in org.jivesoftware.openfire.muc that throw NotAcceptableExceptionModifier and TypeMethodDescriptionMUCRoom.joinRoom
(String nickname, String password, HistoryRequest historyRequest, org.xmpp.packet.JID realAddress, org.xmpp.packet.Presence presence) Joins the room using the given nickname.void
MUCRoom.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 NotAcceptableExceptionModifier and TypeMethodDescriptionvoid
IQOwnerHandler.handleIQ
(org.xmpp.packet.IQ packet, MUCOccupant actorOccupant) Handles the IQ packet sent by an owner of the room.