@Bean(name="pubsubConfig",
parent=PubSubComponent.class,
active=true)
public class PubSubConfig
extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String[] |
admins |
static String |
ADMINS_KEY |
protected Logger |
log |
protected tigase.xmpp.jid.BareJID |
serviceBareJID |
| Constructor and Description |
|---|
PubSubConfig() |
| Modifier and Type | Method and Description |
|---|---|
String[] |
getAdmins() |
tigase.xmpp.jid.JID |
getComponentJID() |
long |
getDelayOnLowMemory() |
Integer |
getMaxCacheSize() |
tigase.xmpp.jid.BareJID |
getServiceBareJID() |
boolean |
isAdmin(tigase.xmpp.jid.BareJID jid) |
boolean |
isAdmin(tigase.xmpp.jid.JID jid) |
boolean |
isAutoSubscribeNodeCreator() |
boolean |
isPepPeristent() |
boolean |
isPepRemoveEmptyGeoloc() |
boolean |
isSendLastPublishedItemOnPresence() |
boolean |
isSubscribeByPresenceFilteredNotifications() |
void |
setAdmins(String[] strings) |
void |
setProperties(Map<String,Object> props) |
public static final String ADMINS_KEY
protected final Logger log
@ConfigField(desc="List of admins",
alias="admins")
protected String[] admins
protected tigase.xmpp.jid.BareJID serviceBareJID
public String[] getAdmins()
public void setAdmins(String[] strings)
public tigase.xmpp.jid.JID getComponentJID()
public long getDelayOnLowMemory()
public Integer getMaxCacheSize()
public tigase.xmpp.jid.BareJID getServiceBareJID()
public boolean isAutoSubscribeNodeCreator()
public boolean isAdmin(tigase.xmpp.jid.BareJID jid)
public boolean isAdmin(tigase.xmpp.jid.JID jid)
public boolean isPepPeristent()
public boolean isPepRemoveEmptyGeoloc()
public boolean isSendLastPublishedItemOnPresence()
public boolean isSubscribeByPresenceFilteredNotifications()
Copyright © 2008–2019 Tigase. All rights reserved.