Package tigase.pubsub

Interface IPubSubConfig

All Known Implementing Classes:
PubSubConfig

public interface IPubSubConfig
  • Method Details

    • getAdmins

      String[] getAdmins()
    • getComponentName

      String getComponentName()
    • getComponentJID

      tigase.xmpp.jid.JID getComponentJID()
    • getDelayOnLowMemory

      long getDelayOnLowMemory()
    • getMaxCacheSize

      Integer getMaxCacheSize()
    • getServiceBareJID

      tigase.xmpp.jid.BareJID getServiceBareJID()
    • isAutoSubscribeNodeCreator

      boolean isAutoSubscribeNodeCreator()
    • isAdmin

      boolean isAdmin(tigase.xmpp.jid.BareJID jid)
    • isAdmin

      boolean isAdmin(tigase.xmpp.jid.JID jid)
    • isMAMEnabled

      boolean isMAMEnabled()
    • isMAMEnabledForGenericService

      boolean isMAMEnabledForGenericService()
    • isPepPeristent

      boolean isPepPeristent()
    • isPepRemoveEmptyGeoloc

      boolean isPepRemoveEmptyGeoloc()
    • isSendLastPublishedItemOnPresence

      boolean isSendLastPublishedItemOnPresence()
    • isSubscribeByPresenceFilteredNotifications

      boolean isSubscribeByPresenceFilteredNotifications()
    • isHighMemoryUsage

      boolean isHighMemoryUsage()