public interface Module
| Modifier and Type | Field and Description |
|---|---|
static String |
HTTP_CONTEXT_PATH_KEY |
static String |
HTTP_SERVER_KEY |
static String |
VHOSTS_KEY |
| Modifier and Type | Method and Description |
|---|---|
boolean |
addOutPacket(tigase.server.Packet packet) |
boolean |
addOutPacket(tigase.server.Packet packet,
Integer timeout,
PacketWriter.Callback callback) |
tigase.db.AuthRepository |
getAuthRepository() |
Map<String,Object> |
getDefaults() |
String |
getDescription() |
tigase.xml.Element |
getDiscoInfo(String node,
boolean isAdmin) |
List<tigase.xml.Element> |
getDiscoItems(String node,
tigase.xmpp.JID jid,
tigase.xmpp.JID from) |
String[] |
getFeatures() |
tigase.xmpp.JID |
getJid() |
String |
getName() |
tigase.db.UserRepository |
getUserRepository() |
void |
init(tigase.xmpp.JID jid,
PacketWriter writer) |
void |
initBindings(Bindings binds) |
boolean |
isAdmin(tigase.xmpp.BareJID user) |
boolean |
isRequestAllowed(String key,
String domain,
String path) |
boolean |
processPacket(tigase.server.Packet packet) |
void |
setProperties(Map<String,Object> props) |
void |
start() |
void |
stop() |
static final String VHOSTS_KEY
static final String HTTP_SERVER_KEY
static final String HTTP_CONTEXT_PATH_KEY
String getName()
String getDescription()
tigase.xml.Element getDiscoInfo(String node, boolean isAdmin)
List<tigase.xml.Element> getDiscoItems(String node, tigase.xmpp.JID jid, tigase.xmpp.JID from)
tigase.xmpp.JID getJid()
boolean addOutPacket(tigase.server.Packet packet)
boolean addOutPacket(tigase.server.Packet packet,
Integer timeout,
PacketWriter.Callback callback)
String[] getFeatures()
void initBindings(Bindings binds)
boolean processPacket(tigase.server.Packet packet)
void init(tigase.xmpp.JID jid,
PacketWriter writer)
boolean isAdmin(tigase.xmpp.BareJID user)
void start()
void stop()
tigase.db.UserRepository getUserRepository()
tigase.db.AuthRepository getAuthRepository()
Copyright © 2015 Tigase. All rights reserved.