Uses of Enum Class
org.jivesoftware.openfire.muc.spi.FMUCMode
Packages that use FMUCMode
Package
Description
Implementation of Multi-User Chat (XEP-0045).
Implementation of Multi-User Chat (XEP-0045).
-
Uses of FMUCMode in org.jivesoftware.openfire.muc
Methods in org.jivesoftware.openfire.muc that return FMUCModeModifier and TypeMethodDescriptionMUCRoom.getFmucOutboundMode()Returns the 'mode' that describes the FMUC configuration is captured in the supplied object, which is either master-master or master-slave.Methods in org.jivesoftware.openfire.muc with parameters of type FMUCModeModifier and TypeMethodDescriptionvoidMUCRoom.setFmucOutboundMode(FMUCMode fmucOutboundMode) Sets the 'mode' that describes the FMUC configuration is captured in the supplied object, which is either master-master or master-slave. -
Uses of FMUCMode in org.jivesoftware.openfire.muc.spi
Methods in org.jivesoftware.openfire.muc.spi that return FMUCModeModifier and TypeMethodDescriptionFMUCHandler.OutboundJoin.getMode()FMUCHandler.OutboundJoinConfiguration.getMode()static FMUCModeReturns the enum constant of this class with the specified name.static FMUCMode[]FMUCMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.jivesoftware.openfire.muc.spi with parameters of type FMUCModeModifierConstructorDescriptionOutboundJoin(org.xmpp.packet.JID peer, FMUCMode mode) OutboundJoinConfiguration(org.xmpp.packet.JID peer, FMUCMode mode)