Package | Description |
---|---|
tigase.component.modules | |
tigase.component.modules.impl | |
tigase.eventbus.component | |
tigase.server |
The main package with top level API for server side components.
|
tigase.server.amp.action | |
tigase.server.extdisco | |
tigase.server.test | |
tigase.server.xmppclient | |
tigase.server.xmppsession | |
tigase.util.repository | |
tigase.util.stringprep | |
tigase.vhosts | |
tigase.workgroupqueues.modules.agent | |
tigase.workgroupqueues.modules.muc | |
tigase.workgroupqueues.modules.user | |
tigase.workgroupqueues.scheduler | |
tigase.xmpp | |
tigase.xmpp.impl |
Package containing implementation of all Session Manager plugins
|
tigase.xmpp.impl.roster | |
tigase.xmpp.jid | |
tigase.xmpp.mam.modules |
Modifier and Type | Method and Description |
---|---|
void |
Module.process(Packet packet)
Process incoming stanza.
|
Modifier and Type | Method and Description |
---|---|
void |
DiscoveryModule.process(Packet packet) |
Modifier and Type | Method and Description |
---|---|
void |
UnsubscribeModule.process(Packet packet) |
void |
SubscribeModule.process(Packet packet) |
void |
EventReceiverModule.process(Packet packet) |
void |
EventPublisherModule.process(Packet packet) |
protected Element |
SubscribeModule.processClusterSubscription(Packet packet) |
protected Element |
SubscribeModule.processNonClusterSubscription(Packet packet) |
Modifier and Type | Method and Description |
---|---|
static Packet |
Iq.commandResultForm(Iq packet) |
static Packet |
Iq.commandResultResult(Iq packet) |
void |
Packet.initVars()
The method allows for re-syncing/parsing stanza JIDs stored in the packet with the attributes of the stanza if
they have been changed for any reason.
|
static Packet |
Packet.packetInstance(Element elem)
The method returns
Packet instance. |
static Packet |
Packet.packetInstance(String el_name,
String from,
String to,
StanzaType type)
The method creates XML stanza from given parameters and returns
Packet instance for this XML stanza. |
Packet |
Packet.unpackRouted()
The method unpacks the original packet and stanza from
route stanza. |
Constructor and Description |
---|
Iq(Element elem) |
Message(Element elem) |
Packet(Element elem)
A constructor creating the
Packet instance. |
Presence(Element elem) |
Modifier and Type | Method and Description |
---|---|
void |
Broadcast.sendBroadcastMessage(JID jid,
MsgBroadcastRepository.BroadcastMsg msg) |
Modifier and Type | Method and Description |
---|---|
void |
ExternalServiceDiscoveryModule.process(Packet packet) |
Modifier and Type | Method and Description |
---|---|
void |
TestSpamModule.process(Packet packet) |
void |
TestGeneratorModule.process(Packet packet) |
Modifier and Type | Method and Description |
---|---|
BareJID |
SeeOtherHostDB.SeeOtherHostRepository.queryDBFor(BareJID jid) |
BareJID |
SeeOtherHostDB.JDBCSeeOtherHostRepository.queryDBFor(BareJID user) |
Modifier and Type | Method and Description |
---|---|
protected XMPPResourceConnection |
SessionManager.createUserSession(JID conn_id,
String domain) |
Modifier and Type | Method and Description |
---|---|
static void |
RepositoryUtils.parseParams(String[] args) |
Modifier and Type | Method and Description |
---|---|
String |
XMPPStringPrepSimple.nameprep(String domain) |
String |
XMPPStringPrepIfc.nameprep(String domain)
JID's domain part stringprep processing.
|
String |
XMPPStringPrepSimple.nodeprep(String localpart) |
String |
XMPPStringPrepIfc.nodeprep(String localpart)
JID's localpart (or nick name) stringprep processing.
|
String |
XMPPStringPrepSimple.resourceprep(String resource) |
String |
XMPPStringPrepIfc.resourceprep(String resource)
JID's resource stringprep proessing.
|
Modifier and Type | Method and Description |
---|---|
void |
VHostItemImpl.setVHost(String vhost) |
Constructor and Description |
---|
VHostItemImpl(String vhost)
The constructor creates the
VHostItem instance for a given domain name with default values for all
other parameters. |
Modifier and Type | Method and Description |
---|---|
void |
StatusModule.process(Packet packet) |
void |
PresenceModule.process(Packet packet) |
void |
OfferModule.process(Packet packet) |
void |
OfferModule.sendAgentInvitation(BareJID roomJID,
Agent agent,
User user,
Queue queue,
String reason) |
void |
PresenceModule.sendAgentStatusUpdate(Agent agent)
Workgroup Status Update.
|
void |
OfferModule.sendOffer(User user,
Agent toAgent,
int timeout) |
void |
OfferModule.sendOfferRevoke(User user,
Agent toAgent,
String reason)
Send revocation of earlier offer to chat to a user.
|
void |
PresenceModule.sendPresenceUpdateOf(Agent agent) |
void |
PresenceModule.sendQueueStatusDetailsUpdate(Agent agent)
Queue Status Update.
|
void |
PresenceModule.sendQueueStatusUpdate(Agent agent)
Queue Status Update.
|
Modifier and Type | Method and Description |
---|---|
void |
MucControllerModule.addAgent(Queue queue,
Room room,
Agent agent,
AsyncCallback asyncCallback) |
void |
MucControllerModule.addUser(Queue queue,
Room room,
User user,
AsyncCallback asyncCallback) |
void |
MucControllerModule.createRoom(Queue queue,
Room room,
AsyncCallback asyncCallback) |
void |
MucControllerModule.destroyRoom(Queue queue,
Room room) |
void |
MucControllerModule.process(Packet packet) |
Modifier and Type | Method and Description |
---|---|
void |
DepartQueueModule.depart(User user) |
void |
QueueStatusModule.process(Packet packet) |
void |
JoinQueueModule.process(Packet packet) |
void |
DepartQueueModule.process(Packet packet) |
void |
QueueStatusModule.sendCurrentStatus(Queue queue,
User user) |
void |
JoinQueueModule.sendUserInvitation(BareJID roomJID,
User user,
Queue queue,
String reason) |
Modifier and Type | Method and Description |
---|---|
Room |
DefaultController.createRoomInstance(Queue queue,
User user) |
Room |
Controller.createRoomInstance(Queue queue,
User user)
Creates instance of
Room instance. |
Modifier and Type | Method and Description |
---|---|
void |
XMPPSession.addResourceConnection(XMPPResourceConnection conn)
This method is called each time the resource is set for connection.
|
void |
XMPPResourceConnection.authorizeJID(BareJID jid,
boolean anonymous) |
Authorization |
RepositoryAccess.changeRegistration(String name_param,
String pass_param,
Map<String,String> registr_params) |
void |
RepositoryAccess.setDomain(VHostItem domain) |
void |
XMPPResourceConnection.setParentSession(XMPPSession parent) |
void |
RepositoryAccess.setRegistration(String name_param,
String pass_param,
Map<String,String> registr_params) |
void |
XMPPResourceConnection.setResource(String argResource)
Sets the connection resource
|
Authorization |
XMPPResourceConnection.unregister(String name_param)
Deprecated.
|
Authorization |
RepositoryAccess.unregister(String name_param)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected void |
JabberIqRegister.createAccount(XMPPResourceConnection session,
String user_name,
VHostItem domain,
String password,
String email,
Map<String,String> reg_params) |
protected void |
JabberIqRegister.doRemoveAccount(Packet packet,
Element request,
XMPPResourceConnection session,
Queue<Packet> results) |
Constructor and Description |
---|
RosterElement(Element roster_el) |
Modifier and Type | Method and Description |
---|---|
static BareJID |
BareJID.bareJIDInstance(String jid)
The method creates an instance of the
BareJID class. |
static BareJID |
BareJID.bareJIDInstance(String p_localpart,
String p_domain)
The method creates an instance of the
BareJID class. |
JID |
JID.copyWithResource(String resource)
The method returns a copy of the
JID instance with a different resource part given as a parameter. |
static JID |
JID.jidInstance(BareJID bareJid,
String p_resource)
Constructs a new
JID instance using given BareJID instance as user bare JID and
String instance as a resource part. |
static JID |
JID.jidInstance(String jid)
Constructs a new
JID instance using a JID parameter given as a String instance. |
static JID |
JID.jidInstance(String localpart,
String domain)
Constructs a new
JID instance using given String parameters. |
static JID |
JID.jidInstance(String localpart,
String domain,
String resource)
Constructs a new
JID instance using given String parameters. |
Modifier and Type | Method and Description |
---|---|
void |
QueryModule.process(Packet packet) |
void |
GetFormModule.process(Packet packet) |
Copyright © 2004–2021 "Tigase, Inc.". All rights reserved.