tigase.muc
Class MucConfig

java.lang.Object
  extended by tigase.muc.MucConfig

public class MucConfig
extends Object

Author:
bmalkow

Constructor Summary
MucConfig()
           
 
Method Summary
 Map<String,Object> getProps()
           
 tigase.xmpp.BareJID getServiceName()
           
 void init(Map<String,Object> props)
           
 boolean isMessageFilterEnabled()
           
 boolean isPresenceFilterEnabled()
           
 boolean isPublicLoggingEnabled()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MucConfig

public MucConfig()
Method Detail

getProps

public Map<String,Object> getProps()

getServiceName

public tigase.xmpp.BareJID getServiceName()

init

public void init(Map<String,Object> props)

isMessageFilterEnabled

public boolean isMessageFilterEnabled()

isPresenceFilterEnabled

public boolean isPresenceFilterEnabled()

isPublicLoggingEnabled

public boolean isPublicLoggingEnabled()
Returns:


Copyright © 2007-2012 Tigase. All Rights Reserved.