Uses of Class
org.jivesoftware.openfire.muc.cluster.OccupantAddedTask
-
Packages that use OccupantAddedTask Package Description org.jivesoftware.openfire.muc.spi Implementation of Multi-User Chat (XEP-0045). -
-
Uses of OccupantAddedTask in org.jivesoftware.openfire.muc.spi
Methods in org.jivesoftware.openfire.muc.spi that return OccupantAddedTask Modifier and Type Method Description OccupantAddedTaskOccupantManager. registerOccupantJoinedLocally(org.xmpp.packet.JID roomJID, org.xmpp.packet.JID userJID, String nickname)Methods in org.jivesoftware.openfire.muc.spi with parameters of type OccupantAddedTask Modifier and Type Method Description voidOccupantManager. process(OccupantAddedTask task)Updates the data maintained by this instance to perform post-cluster event maintenance, based on the data from the clustered task.
-