Uses of Class
org.jivesoftware.openfire.muc.cluster.SyncLocalOccupantsAndSendJoinPresenceTask
-
Packages that use SyncLocalOccupantsAndSendJoinPresenceTask Package Description org.jivesoftware.openfire.muc.spi Implementation of Multi-User Chat (XEP-0045). -
-
Uses of SyncLocalOccupantsAndSendJoinPresenceTask in org.jivesoftware.openfire.muc.spi
Methods in org.jivesoftware.openfire.muc.spi with parameters of type SyncLocalOccupantsAndSendJoinPresenceTask Modifier and Type Method Description voidMultiUserChatServiceImpl. process(SyncLocalOccupantsAndSendJoinPresenceTask task)Used by other nodes telling us about their occupants.voidOccupantManager. process(SyncLocalOccupantsAndSendJoinPresenceTask task)Used by other nodes telling us about all of their occupants.
-