Class FMUCHandler.OutboundJoinConfiguration
- java.lang.Object
-
- org.jivesoftware.openfire.muc.spi.FMUCHandler.OutboundJoinConfiguration
-
- Enclosing class:
- FMUCHandler
public static class FMUCHandler.OutboundJoinConfiguration extends Object
-
-
Constructor Summary
Constructors Constructor Description OutboundJoinConfiguration(org.xmpp.packet.JID peer, FMUCMode mode)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)FMUCModegetMode()org.xmpp.packet.JIDgetPeer()inthashCode()StringtoString()
-
-
-
Method Detail
-
getMode
public FMUCMode getMode()
-
getPeer
public org.xmpp.packet.JID getPeer()
-
-