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 boolean
equals(Object o)
FMUCMode
getMode()
org.xmpp.packet.JID
getPeer()
int
hashCode()
String
toString()
-
-
-
Method Detail
-
getMode
public FMUCMode getMode()
-
getPeer
public org.xmpp.packet.JID getPeer()
-
-