Interface IPubSubConfig
- All Known Implementing Classes:
PubSubConfig
public interface IPubSubConfig
-
Method Summary
Modifier and TypeMethodDescriptionString[]tigase.xmpp.jid.JIDlongtigase.xmpp.jid.BareJIDbooleanisAdmin(tigase.xmpp.jid.BareJID jid) booleanisAdmin(tigase.xmpp.jid.JID jid) booleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanisTrusted(tigase.xmpp.jid.BareJID jid) default booleanisTrusted(tigase.xmpp.jid.JID jid)
-
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) -
isTrusted
default boolean isTrusted(tigase.xmpp.jid.JID jid) -
isTrusted
boolean isTrusted(tigase.xmpp.jid.BareJID jid) -
isMAMEnabled
boolean isMAMEnabled() -
isMAMEnabledForGenericService
boolean isMAMEnabledForGenericService() -
isPepPeristent
boolean isPepPeristent() -
isPepRemoveEmptyGeoloc
boolean isPepRemoveEmptyGeoloc() -
isSendLastPublishedItemOnPresence
boolean isSendLastPublishedItemOnPresence() -
isSubscribeByPresenceFilteredNotifications
boolean isSubscribeByPresenceFilteredNotifications() -
isHighMemoryUsage
boolean isHighMemoryUsage()
-