Uses of Class
org.jivesoftware.openfire.muc.spi.FMUCMode
-
Packages that use FMUCMode 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 FMUCMode in org.jivesoftware.openfire.muc
Methods in org.jivesoftware.openfire.muc that return FMUCMode Modifier and Type Method Description FMUCMode
MUCRoom. 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 FMUCMode Modifier and Type Method Description void
MUCRoom. 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 FMUCMode Modifier and Type Method Description FMUCMode
FMUCHandler.OutboundJoin. getMode()
FMUCMode
FMUCHandler.OutboundJoinConfiguration. getMode()
static FMUCMode
FMUCMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static FMUCMode[]
FMUCMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.jivesoftware.openfire.muc.spi with parameters of type FMUCMode Constructor Description OutboundJoin(org.xmpp.packet.JID peer, FMUCMode mode)
OutboundJoinConfiguration(org.xmpp.packet.JID peer, FMUCMode mode)
-