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 MUCRole
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. -
Uses of NotAcceptableException in org.jivesoftware.openfire.muc.spi
Methods in org.jivesoftware.openfire.muc.spi that throw NotAcceptableException Modifier and Type Method Description void
IQOwnerHandler. handleIQ(org.xmpp.packet.IQ packet, MUCRole sender)
Handles the IQ packet sent by an owner of the room.
-