com.jivesoftware.forum.im
Class ForumsChatSettings
java.lang.Object
com.jivesoftware.webchat.ChatSettings
com.jivesoftware.forum.im.ForumsChatSettings
public class ForumsChatSettings
- extends ChatSettings
Forums specific chat settings class which contains additional properties.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ForumsChatSettings
public ForumsChatSettings()
isRegisteredChatEnabled
public boolean isRegisteredChatEnabled()
setRegisteredChatEnabled
public void setRegisteredChatEnabled(boolean registeredChatEnabled)
isGuestChatEnabled
public boolean isGuestChatEnabled()
setGuestChatEnabled
public void setGuestChatEnabled(boolean guestChatEnabled)
isXMPPPresenceEnabled
public boolean isXMPPPresenceEnabled()
setXMPPPresenceEnabled
public void setXMPPPresenceEnabled(boolean xmppPresenceEnabled)
isAIMPresenceEnabled
public boolean isAIMPresenceEnabled()
setAIMPresenceEnabled
public void setAIMPresenceEnabled(boolean aimPresenceEnabled)
getXMPPAdminPort
public int getXMPPAdminPort()
setXMPPAdminPort
public void setXMPPAdminPort(int xmppAdminPort)
getXMPPUser
public java.lang.String getXMPPUser()
setXMPPUser
public void setXMPPUser(java.lang.String xmppUser)
getXMPPPassword
public java.lang.String getXMPPPassword()
setXMPPPassword
public void setXMPPPassword(java.lang.String xmppPassword)
getBrandingPrefix
public java.lang.String getBrandingPrefix()
setBrandingPrefix
public void setBrandingPrefix(java.lang.String brandingPrefix)
getBrandingTitle
public java.lang.String getBrandingTitle()
- Overrides:
getBrandingTitle
in class ChatSettings
setBrandingTitle
public void setBrandingTitle(java.lang.String brandingTitle)
- Overrides:
setBrandingTitle
in class ChatSettings
isAnonymousXMPPConnectionEnabled
public boolean isAnonymousXMPPConnectionEnabled()
setAnonymousXMPPConnectionEnabled
public void setAnonymousXMPPConnectionEnabled(boolean anonymousConnectionEnabled)
Copyright © 1999-2006 Jive Software.