Uses of Class
tigase.xml.Element
-
-
Uses of Element in tigase.auth
Methods in tigase.auth that return Element Modifier and Type Method Description Element
BruteForceLockerBean.BruteForceLockerVHostExtension. toElement()
Methods in tigase.auth with parameters of type Element Modifier and Type Method Description void
BruteForceLockerBean.BruteForceLockerVHostExtension. initFromElement(Element item)
-
Uses of Element in tigase.cluster
Methods in tigase.cluster that return Element Modifier and Type Method Description Element
VirtualComponent. getDiscoInfo(java.lang.String node, JID jid, JID from)
Methods in tigase.cluster that return types with arguments of type Element Modifier and Type Method Description java.util.List<Element>
VirtualComponent. getDiscoFeatures(JID from)
java.util.List<Element>
VirtualComponent. getDiscoItems(java.lang.String node, JID jid, JID from)
Methods in tigase.cluster with parameters of type Element Modifier and Type Method Description void
ClusterController. handleClusterPacket(Element packet)
void
SessionManagerClustered. processPresenceUpdate(XMPPSession session, Element packet)
void
ClusterController. sendToNodes(java.lang.String command, java.util.Map<java.lang.String,java.lang.String> data, Element packet, JID fromNode, java.util.Set<JID> visitedNodes, JID... toNodes)
void
ClusterController. sendToNodes(java.lang.String command, Element packet, JID fromNode, java.util.Set<JID> visitedNodes, JID... toNodes)
Method parameters in tigase.cluster with type arguments of type Element Modifier and Type Method Description void
AmpComponentClustered.PacketForwardCommand. executeCommand(JID fromNode, java.util.Set<JID> visitedNodes, java.util.Map<java.lang.String,java.lang.String> data, java.util.Queue<Element> packets)
void
ClusterController. sendToNodes(java.lang.String command, java.util.Map<java.lang.String,java.lang.String> data, java.util.Queue<Element> packets, JID fromNode, java.util.Set<JID> visitedNodes, JID... toNodes)
void
ClusterController. sendToNodes(java.lang.String command, java.util.Queue<Element> packets, JID fromNode, java.util.Set<JID> visitedNodes, JID... toNodes)
-
Uses of Element in tigase.cluster.api
Methods in tigase.cluster.api that return Element Modifier and Type Method Description static Element
ClusterElement. clusterElement(JID from, JID to, StanzaType type)
static Element
ClusterElement. createClusterElement(JID from, JID to, StanzaType type, java.lang.String packet_from)
Element
ClusterElement. getClusterElement(java.lang.String id)
Methods in tigase.cluster.api that return types with arguments of type Element Modifier and Type Method Description java.util.Queue<Element>
ClusterElement. getDataPackets()
Methods in tigase.cluster.api with parameters of type Element Modifier and Type Method Description void
ClusterElement. addDataPacket(Element packet)
void
ClusterControllerIfc. handleClusterPacket(Element packet)
Method handles cluster packet received from cluster connection.protected void
ClusterElement. parseMethodCall(Element method_call)
void
SessionManagerClusteredIfc. processPresenceUpdate(XMPPSession session, Element element)
void
ClusterControllerIfc. sendToNodes(java.lang.String command, java.util.Map<java.lang.String,java.lang.String> data, Element packet, JID fromNode, java.util.Set<JID> visitedNodes, JID... toNodes)
Method which sends command to desired nodesvoid
ClusterControllerIfc. sendToNodes(java.lang.String command, Element packet, JID fromNode, java.util.Set<JID> visitedNodes, JID... toNodes)
Method which sends command to desired nodesMethod parameters in tigase.cluster.api with type arguments of type Element Modifier and Type Method Description void
ClusterElement. addDataPackets(java.util.Queue<Element> packets)
void
CommandListener. executeCommand(JID fromNode, java.util.Set<JID> visitedNodes, java.util.Map<java.lang.String,java.lang.String> data, java.util.Queue<Element> packets)
Method is responsible for executing commands from other nodes and appropriate processingvoid
ClusterControllerIfc. sendToNodes(java.lang.String command, java.util.Map<java.lang.String,java.lang.String> data, java.util.Queue<Element> packets, JID fromNode, java.util.Set<JID> visitedNodes, JID... toNodes)
Method which sends command to desired nodesvoid
ClusterControllerIfc. sendToNodes(java.lang.String command, java.util.Queue<Element> packets, JID fromNode, java.util.Set<JID> visitedNodes, JID... toNodes)
Method which sends command to desired nodesConstructors in tigase.cluster.api with parameters of type Element Constructor Description ClusterElement(Element elem)
Creates a newClusterElement
instance. -
Uses of Element in tigase.cluster.repo
Methods in tigase.cluster.repo that return Element Modifier and Type Method Description Element
ClusterRepoItem. toElement()
Methods in tigase.cluster.repo with parameters of type Element Modifier and Type Method Description void
ClusterRepoItem. initFromElement(Element elem)
-
Uses of Element in tigase.cluster.strategy
Methods in tigase.cluster.strategy that return Element Modifier and Type Method Description Element
ConnectionRecord. toElement()
Element
ConnectionRecordIfc. toElement()
Methods in tigase.cluster.strategy with parameters of type Element Modifier and Type Method Description void
ConnectionRecord. setElement(Element elem)
void
ConnectionRecordIfc. setElement(Element elem)
-
Uses of Element in tigase.cluster.strategy.cmd
Method parameters in tigase.cluster.strategy.cmd with type arguments of type Element Modifier and Type Method Description void
PacketForwardCmd. executeCommand(JID fromNode, java.util.Set<JID> visitedNodes, java.util.Map<java.lang.String,java.lang.String> data, java.util.Queue<Element> packets)
-
Uses of Element in tigase.component
Methods in tigase.component that return types with arguments of type Element Modifier and Type Method Description java.util.List<Element>
ComponenScriptCommandProcessor. getScriptItems(java.lang.String node, JID jid, JID from)
-
Uses of Element in tigase.component.adhoc
Methods in tigase.component.adhoc that return Element Modifier and Type Method Description Element
AdHocResponse. addDataForm(Command.DataType dataType)
Element
AdHocResponse. addDataForm(Command.DataType dataType, java.util.function.Consumer<Element> consumer)
Element
AdhHocRequest. getCommand()
Element
AdHocCommandException. getItem()
Element
AdHocCommandException. makeElement()
Element
AdHocCommandException. makeElement(boolean insertOriginal)
Element
AdHocCommandException. makeElement(Element sourceElement)
Element
AdHocCommandException. makeErrorElement()
Methods in tigase.component.adhoc that return types with arguments of type Element Modifier and Type Method Description java.util.List<Element>
AdHocScriptCommandManager. getCommandListItems(JID senderJid, JID toJid)
java.util.Collection<Element>
AdHocResponse. getElements()
Methods in tigase.component.adhoc with parameters of type Element Modifier and Type Method Description Element
AdHocCommandException. makeElement(Element sourceElement)
void
AdHocCommandManager. process(Packet packet, Element commandElement, java.lang.String node, java.lang.String action, java.lang.String sessionId, AdHocCommand adHocCommand, java.util.function.Consumer<Packet> resultConsumer)
Method parameters in tigase.component.adhoc with type arguments of type Element Modifier and Type Method Description Element
AdHocResponse. addDataForm(Command.DataType dataType, java.util.function.Consumer<Element> consumer)
Constructors in tigase.component.adhoc with parameters of type Element Constructor Description AdHocCommandException(Element item, Authorization errorCondition)
AdHocCommandException(Element item, Authorization errorCondition, java.lang.String message)
-
Uses of Element in tigase.component.modules
Methods in tigase.component.modules with parameters of type Element Modifier and Type Method Description protected void
AbstractModule. fireEvent(Element event)
Fires event. -
Uses of Element in tigase.component.modules.impl
Methods in tigase.component.modules.impl that return types with arguments of type Element Modifier and Type Method Description java.util.List<Element>
AdHocCommandModule. getCommandListItems(JID senderJid, JID toJid)
java.util.List<Element>
AdHocCommandModule. getScriptItems(java.lang.String node, JID stanzaTo, JID stanzaFrom)
java.util.List<Element>
AdHocCommandModule.ScriptCommandProcessor. getScriptItems(java.lang.String node, JID jid, JID from)
protected java.util.List<Element>
DiscoveryModule. prepareDiscoItems(JID jid, java.lang.String node, JID senderJID, RSM rsm)
Method parameters in tigase.component.modules.impl with type arguments of type Element Modifier and Type Method Description void
AdHocCommandModule. addCommandListItemsElements(java.lang.String node, JID stanzaTo, JID stanzaFrom, java.util.function.Consumer<Element> collector)
-
Uses of Element in tigase.conf
Methods in tigase.conf that return Element Modifier and Type Method Description Element
ConfiguratorOld. getDiscoInfo(java.lang.String node, JID jid, JID from)
Element
ConfigItem. toElement()
Methods in tigase.conf that return types with arguments of type Element Modifier and Type Method Description java.util.List<Element>
ConfiguratorOld. getDiscoFeatures(JID from)
java.util.List<Element>
ConfiguratorOld. getDiscoItems(java.lang.String node, JID jid, JID from)
Methods in tigase.conf with parameters of type Element Modifier and Type Method Description void
ConfigItem. initFromElement(Element elem)
-
Uses of Element in tigase.criteria
Methods in tigase.criteria with parameters of type Element Modifier and Type Method Description boolean
Criteria. match(Element element)
boolean
ElementCriteria. match(Element element)
boolean
Or. match(Element element)
-
Uses of Element in tigase.db
Methods in tigase.db that return Element Modifier and Type Method Description Element
OfflineMsgRepositoryIfc. getMessageExpired(long time, boolean delete)
Loads head of the payloads queue which holds items that would be expired after stated time with an option to delete them from repository after being retrieved.Methods in tigase.db that return types with arguments of type Element Modifier and Type Method Description java.util.List<Element>
MsgRepositoryIfc. getMessagesList(JID to)
java.util.Queue<Element>
MsgRepositoryIfc. loadMessagesToJID(java.util.List<java.lang.String> db_ids, XMPPResourceConnection session, boolean delete, MsgRepository.OfflineMessagesProcessor proc)
java.util.Queue<Element>
OfflineMsgRepositoryIfc. loadMessagesToJID(XMPPResourceConnection session, boolean delete)
Loads all payloads for the given user'sJID
from repository.Methods in tigase.db with parameters of type Element Modifier and Type Method Description boolean
OfflineMsgRepositoryIfc. storeMessage(JID from, JID to, java.util.Date expired, Element msg, NonAuthUserRepository userRepo)
Saves the massage to the repository -
Uses of Element in tigase.db.comp
Methods in tigase.db.comp that return Element Modifier and Type Method Description Element
RepositoryItem. toElement()
Item data can be stored in a more complex form than a simple property string.Element
RepositoryItemAbstract. toElement()
Methods in tigase.db.comp with parameters of type Element Modifier and Type Method Description void
RepositoryItem. initFromElement(Element elem)
The item can be also initialized from a more complex repositories: XML repository or SQL database.void
RepositoryItemAbstract. initFromElement(Element elem)
-
Uses of Element in tigase.db.xml
Methods in tigase.db.xml that return types with arguments of type Element Modifier and Type Method Description java.util.List<Element>
XMLMsgRepository. getMessagesList(JID to)
java.util.Queue<Element>
XMLMsgRepository. loadMessagesToJID(java.util.List<java.lang.String> db_ids, XMPPResourceConnection session, boolean delete, MsgRepository.OfflineMessagesProcessor proc)
java.util.Queue<Element>
XMLMsgRepository. loadMessagesToJID(XMPPResourceConnection session, boolean delete)
Methods in tigase.db.xml with parameters of type Element Modifier and Type Method Description boolean
XMLMsgRepository. storeMessage(JID from, JID to, java.util.Date expired, Element msg, NonAuthUserRepository userRepo)
-
Uses of Element in tigase.disco
Methods in tigase.disco that return Element Modifier and Type Method Description Element[]
ServiceEntity. getDiscoFeatures(java.lang.String node)
Element
ServiceEntity. getDiscoInfo(java.lang.String node)
Element
ServiceEntity. getDiscoInfo(java.lang.String node, boolean admin)
Element
XMPPService. getDiscoInfo(java.lang.String node, JID jid, JID from)
Returns service discovery info for the component.Element
ServiceEntity. getDiscoItem(java.lang.String node, java.lang.String jid)
Element
ServiceIdentity. getElement()
Methods in tigase.disco that return types with arguments of type Element Modifier and Type Method Description java.util.Optional<Element>
ServiceEntity. getCaps(boolean admin, java.lang.String domain)
java.util.List<Element>
XMPPService. getDiscoFeatures(JID from)
Returns features for top level disco infojava.util.List<Element>
ServiceEntity. getDiscoItems(java.lang.String node, java.lang.String jid)
java.util.List<Element>
ServiceEntity. getDiscoItems(java.lang.String node, java.lang.String jid, boolean admin)
java.util.List<Element>
XMPPService. getDiscoItems(java.lang.String node, JID jid, JID from)
Returns service discovery items for the component.java.util.List<Element>
ServiceEntity. getItems(java.lang.String node, java.lang.String jid)
java.util.List<Element>
ServiceEntity. getItems(java.lang.String node, java.lang.String jid, boolean admin)
Methods in tigase.disco with parameters of type Element Modifier and Type Method Description static java.lang.String[]
ServiceIdentity. getServiceIdentitiesCapsFromDiscoInfo(Element discoInfo)
static ServiceIdentity[]
ServiceIdentity. getServiceIdentitiesFromDiscoInfo(Element discoInfo)
Constructor parameters in tigase.disco with type arguments of type Element Constructor Description ServiceEntity(java.lang.String jid, java.lang.String node, java.lang.String name, java.util.function.Function<java.lang.String,Element> extensionSupplier)
ServiceEntity(java.lang.String jid, java.lang.String node, java.lang.String name, java.util.function.Function<java.lang.String,Element> extensionSupplier, boolean adminOnly)
-
Uses of Element in tigase.eventbus
Method parameters in tigase.eventbus with type arguments of type Element Modifier and Type Method Description void
EventBus. addListener(java.lang.String packageName, java.lang.String eventName, EventListener<Element> listener)
Adds listener of event to EventBus. -
Uses of Element in tigase.eventbus.component
Methods in tigase.eventbus.component that return Element Modifier and Type Method Description protected Element
SubscribeModule. processClusterSubscription(Packet packet)
protected Element
SubscribeModule. processNonClusterSubscription(Packet packet)
Methods in tigase.eventbus.component with parameters of type Element Modifier and Type Method Description boolean
ElemPathCriteria. match(Element element)
void
EventPublisherModule. publishEvent(java.lang.String eventPackage, java.lang.String name, Element event, java.util.Collection<Subscription> subscribers)
void
EventPublisherModule. publishEvent(Element event)
Method parameters in tigase.eventbus.component with type arguments of type Element Modifier and Type Method Description protected void
SubscribeModule. sendSubscribeRequest(java.lang.String to, java.util.Collection<Element> subscriptionElements)
protected void
UnsubscribeModule. sendUnsubscribeRequest(java.lang.String to, java.util.Collection<Element> subscriptionElement)
-
Uses of Element in tigase.eventbus.impl
Methods in tigase.eventbus.impl that return Element Modifier and Type Method Description Element
EventBusSerializer. serialize(java.lang.Object object)
Element
Serializer. serialize(java.lang.Object object)
Methods in tigase.eventbus.impl with parameters of type Element Modifier and Type Method Description <T> T
EventBusSerializer. deserialize(Element element)
<T> T
Serializer. deserialize(Element element)
Method parameters in tigase.eventbus.impl with type arguments of type Element Modifier and Type Method Description void
EventBusImplementation. addListener(java.lang.String packageName, java.lang.String eventName, EventListener<Element> listener)
void
EventBusImplementation. addListener(java.lang.String packageName, java.lang.String eventName, EventSourceListener<Element> listener)
-
Uses of Element in tigase.form
Methods in tigase.form that return Element Modifier and Type Method Description Element
AbstractForm. getElement()
Element
Field. getElement()
Element
Field. getElement(boolean type, boolean label)
Element
Form. getElement()
Element
MultiItemForm. getElement()
Methods in tigase.form with parameters of type Element Modifier and Type Method Description void
Form. copyValuesFrom(Element form)
long
FormSignatureVerifier. verify(JID to, Element form)
Verify signature of given form.long
FormSignatureVerifier. verify(JID to, Element form, FormSignatureVerifier.SignatureVerifyHandler handler)
Verify signature of given form.Constructors in tigase.form with parameters of type Element Constructor Description AbstractForm(Element form)
Field(Element fieldElement)
Form(Element form)
MultiItemForm(Element form)
-
Uses of Element in tigase.io
Methods in tigase.io that return Element Modifier and Type Method Description Element
SSLContextContainer.HardenedModeVHostItemExtension. toElement()
Methods in tigase.io with parameters of type Element Modifier and Type Method Description void
SSLContextContainer.HardenedModeVHostItemExtension. initFromElement(Element item)
-
Uses of Element in tigase.io.repo
Methods in tigase.io.repo that return Element Modifier and Type Method Description Element
CertificateItem. toElement()
Methods in tigase.io.repo with parameters of type Element Modifier and Type Method Description void
CertificateItem. initFromElement(Element elem)
-
Uses of Element in tigase.monitor
Methods in tigase.monitor that return Element Modifier and Type Method Description Element
TaskConfigItem. toElement()
Methods in tigase.monitor that return types with arguments of type Element Modifier and Type Method Description java.util.Collection<Element>
AdHocTask. getAdHocCommands(JID toJID, JID senderJID)
Methods in tigase.monitor with parameters of type Element Modifier and Type Method Description void
TaskConfigItem. initFromElement(Element elem)
-
Uses of Element in tigase.monitor.tasks
Methods in tigase.monitor.tasks that return Element Modifier and Type Method Description static Element
ConnectionsTask. createAlarmEvent(int currentOnlineUsers, int lastOnlineUsers, int thresholdMinimal, int threshold)
Creates alarm event if required. -
Uses of Element in tigase.server
Fields in tigase.server declared as Element Modifier and Type Field Description protected Element
Packet. elem
protected static Element
ConnectionManager. pingElement
Methods in tigase.server that return Element Modifier and Type Method Description static Element
DataForm. addDataForm(Element el, Command.DataType data_type)
Element
DataForm.Builder. build()
Element
DataForm.Field.Builder. build()
Element
DataForm.Item.Builder. build()
Element
DataForm.Reported.Builder. build()
protected static Element
Command. createCommandEl(java.lang.String node, Command.DataType data_type)
static Element
DataForm. createDataForm(Command.DataType data_type)
static Element
Command. createIqCommand(JID from, JID to, StanzaType type, java.lang.String id, java.lang.String node, Command.DataType data_type)
static Element
Command. getData(Packet packet, java.lang.String el_name, java.lang.String xmlns)
Element
BasicComponent. getDiscoExtensionsForm(java.lang.String domain)
Element
BasicComponent. getDiscoInfo(java.lang.String node, JID jid, JID from)
Element
MessageRouter. getDiscoInfo(JID toJid, JID fromJid, java.lang.String node)
Element
Packet. getElemChild(java.lang.String name)
Element
Packet. getElemChild(java.lang.String name, java.lang.String xmlns)
Element
Packet. getElement()
Method returns the stanza XML element in DOM format.Element
BasicComponent.ServerInfoVHostItemExtension. toElement()
Element
ComponentInfo. toElement()
Allows retrieving of component's information as ElementMethods in tigase.server that return types with arguments of type Element Modifier and Type Method Description static java.util.List<Element>
Command. getData(Packet packet)
java.util.List<Element>
BasicComponent. getDiscoFeatures()
Method returns list of features provided by this component.java.util.List<Element>
BasicComponent. getDiscoFeatures(JID from)
Method returns list of features provided by this component for provided JID.java.util.List<Element>
BasicComponent. getDiscoItems(java.lang.String node, JID jid, JID from)
java.util.List<Element>
Packet. getElemChildrenStaticStr(java.lang.String[] xmlPath)
Method returns a list of all XML children from the enclosed stanza for a given stanza element or child pointed by thexmlPath
parameter.java.util.List<Element>
BasicComponent. getScriptItems(java.lang.String node, JID jid, JID from)
java.util.Optional<Element>
BasicComponent. getServiceEntityCaps(JID fromJid)
java.util.Optional<Element>
MessageRouter. getServiceEntityCaps(JID fromJid)
Methods in tigase.server with parameters of type Element Modifier and Type Method Description static void
DataForm. addCheckBoxField(Element el, java.lang.String f_name, boolean f_value)
Data form-types as defined in the XEP-0050.static Element
DataForm. addDataForm(Element el, Command.DataType data_type)
static void
DataForm. addField(Element el, java.lang.String f_name, java.lang.String f_label, java.lang.String type)
static void
DataForm. addFieldMultiValue(Element el, java.lang.String f_name, java.lang.Throwable ex)
static void
DataForm. addFieldMultiValue(Element el, java.lang.String f_name, java.util.List<java.lang.String> f_value)
static void
DataForm. addFieldMultiValue(Element el, java.lang.String f_name, java.util.List<java.lang.String> f_value, java.lang.String label)
static void
DataForm. addFieldValue(Element el, java.lang.String f_name, java.lang.String f_value)
static void
DataForm. addFieldValue(Element el, java.lang.String f_name, java.lang.String[] f_values, java.lang.String label, java.lang.String[] labels, java.lang.String[] options)
static void
DataForm. addFieldValue(Element el, java.lang.String f_name, java.lang.String f_value, java.lang.String type)
static void
DataForm. addFieldValue(Element el, java.lang.String f_name, java.lang.String f_value, java.lang.String type, java.lang.String label)
static void
DataForm. addFieldValue(Element el, java.lang.String f_name, java.lang.String f_value, java.lang.String label, java.lang.String[] labels, java.lang.String[] options)
static void
DataForm. addFieldValue(Element el, java.lang.String f_name, java.lang.String f_value, java.lang.String label, java.lang.String[] labels, java.lang.String[] options, java.lang.String type)
static void
DataForm. addHiddenField(Element el, java.lang.String f_name, java.lang.String f_value)
static void
DataForm. addInstructions(Element el, java.lang.String instructions)
static void
DataForm. addTextField(Element el, java.lang.String f_name, java.lang.String f_value)
static void
DataForm. addTitle(Element el, java.lang.String title)
static java.lang.String
Packet. elemToString(Element el)
Method trimsElement
stanza to 1024 characters and returns String representation of the elementstatic java.lang.String
Packet. elemToStringSecure(Element el)
Method trimsElement
stanza to 1024 characters and returns String representation of the element.static boolean
DataForm. getFieldBoolValue(Element el, java.lang.String f_name)
static java.lang.String
DataForm. getFieldKeyStartingWith(Element el, java.lang.String f_name)
static java.util.Set<java.lang.String>
DataForm. getFields(Element el)
static java.lang.String
DataForm. getFieldValue(Element el, java.lang.String f_name)
static java.lang.String[]
DataForm. getFieldValues(Element el, java.lang.String f_name)
static java.lang.String
DataForm. getFormType(Element form)
void
BasicComponent.ServerInfoVHostItemExtension. initFromElement(Element item)
Packet
Packet. okResult(Element includeXML, int originalXML)
Method returns a modified copy of thePacket
with its stanza as stanzaresult
used for reporting IQ stanza results.static Packet
Packet. packetInstance(Element elem)
The method returnsPacket
instance.static Packet
Packet. packetInstance(Element elem, JID stanzaFrom, JID stanzaTo)
The method returnsPacket
instance.static boolean
DataForm. removeFieldValue(Element el, java.lang.String f_name)
static void
Command. setData(Packet packet, Element data)
Packet
Packet. swapFromTo(Element el, JID stanzaFrom, JID stanzaTo)
The method creates a new instance of thePacket
class with the packet source and destination addresses swapped and sets the given stanza element plus source and destination addresses for the new stanza.Method parameters in tigase.server with type arguments of type Element Modifier and Type Method Description static void
Command. setData(Packet packet, java.util.List<Element> data)
java.lang.String
ConnectionManager. xmppStreamError(IO serv, java.util.List<Element> err_el)
Constructors in tigase.server with parameters of type Element Constructor Description Builder(Element parent, Command.DataType type)
Builder(Element form, DataForm.FieldType type, java.lang.String var)
Builder(Element x)
Builder(Element x)
Iq(Element elem)
Iq(Element elem, JID stanzaFrom, JID stanzaTo)
Message(Element elem)
Message(Element elem, JID stanzaFrom, JID stanzaTo)
Packet(Element elem)
A constructor creating thePacket
instance.Packet(Element elem, JID stanzaFrom, JID stanzaTo)
A constructor creating thePacket
instance.Presence(Element elem)
Presence(Element elem, JID stanzaFrom, JID stanzaTo)
-
Uses of Element in tigase.server.amp
Methods in tigase.server.amp that return Element Modifier and Type Method Description Element
AmpComponent. getDiscoInfo(java.lang.String node, JID jid, JID from)
Methods in tigase.server.amp with parameters of type Element Modifier and Type Method Description boolean
ActionIfc. execute(Packet packet, Element rule)
boolean
ConditionIfc. match(Packet packet, Element rule)
protected Packet
ActionAbstract. prepareAmpPacket(Packet packet, Element rule)
-
Uses of Element in tigase.server.amp.action
Methods in tigase.server.amp.action with parameters of type Element Modifier and Type Method Description boolean
Alert. execute(Packet packet, Element rule)
boolean
Deliver. execute(Packet packet, Element rule)
boolean
Drop. execute(Packet packet, Element rule)
boolean
Error. execute(Packet packet, Element rule)
boolean
Notify. execute(Packet packet, Element rule)
boolean
Store. execute(Packet packet, Element rule)
-
Uses of Element in tigase.server.amp.cond
Methods in tigase.server.amp.cond with parameters of type Element Modifier and Type Method Description boolean
Deliver. match(Packet packet, Element rule)
boolean
ExpireAt. match(Packet packet, Element rule)
boolean
MatchResource. match(Packet packet, Element rule)
-
Uses of Element in tigase.server.amp.db
Fields in tigase.server.amp.db declared as Element Modifier and Type Field Description Element
MsgRepository.MsgDBItem. msg
Methods in tigase.server.amp.db that return Element Modifier and Type Method Description Element
MsgRepository. getMessageExpired(long time, boolean delete)
Element
MsgRepository.MsgRepositoryMDBean. getMessageExpired(long time, boolean delete)
Methods in tigase.server.amp.db that return types with arguments of type Element Modifier and Type Method Description java.util.List<Element>
JDBCMsgRepository. getMessagesList(JID to)
java.util.List<Element>
MsgRepository.MsgRepositoryMDBean. getMessagesList(JID to)
java.util.Queue<Element>
JDBCMsgRepository. loadMessagesToJID(java.util.List<java.lang.String> db_ids, XMPPResourceConnection session, boolean delete, MsgRepository.OfflineMessagesProcessor proc)
java.util.Queue<Element>
JDBCMsgRepository. loadMessagesToJID(XMPPResourceConnection session, boolean delete)
java.util.Queue<Element>
JDBCMsgRepository. loadMessagesToJID(XMPPResourceConnection session, boolean delete, MsgRepository.OfflineMessagesProcessor proc)
abstract java.util.Queue<Element>
MsgRepository. loadMessagesToJID(java.util.List<java.lang.String> db_ids, XMPPResourceConnection session, boolean delete, MsgRepository.OfflineMessagesProcessor proc)
java.util.Queue<Element>
MsgRepository.MsgRepositoryMDBean. loadMessagesToJID(java.util.List db_ids, XMPPResourceConnection session, boolean delete, MsgRepository.OfflineMessagesProcessor proc)
java.util.Queue<Element>
MsgRepository.MsgRepositoryMDBean. loadMessagesToJID(XMPPResourceConnection session, boolean delete)
protected java.util.Queue<Element>
JDBCMsgRepository. parseLoadedMessages(MsgRepository.OfflineMessagesProcessor proc, java.sql.ResultSet rs)
Methods in tigase.server.amp.db with parameters of type Element Modifier and Type Method Description protected void
JDBCMsgBroadcastRepository. insertBroadcastMessage(java.lang.String id, Element msg, java.util.Date expire, BareJID recipient)
protected abstract void
MsgBroadcastRepository. insertBroadcastMessage(java.lang.String id, Element msg, java.util.Date expire, BareJID recipient)
void
MsgRepository.OfflineMessagesProcessor. stamp(Element msg, java.lang.String msgID)
boolean
JDBCMsgRepository. storeMessage(JID from, JID to, java.util.Date expired, Element msg, NonAuthUserRepository userRepo)
boolean
MsgRepository.MsgRepositoryMDBean. storeMessage(JID from, JID to, java.util.Date expired, Element msg, NonAuthUserRepository userRepo)
boolean
MsgBroadcastRepository.MsgBroadcastRepositoryBean. updateBroadcastMessage(java.lang.String id, Element msg, java.util.Date expire, BareJID recipient)
boolean
MsgBroadcastRepository. updateBroadcastMessage(java.lang.String id, Element msg, java.util.Date expire, BareJID recipient)
boolean
MsgBroadcastRepositoryIfc. updateBroadcastMessage(java.lang.String id, Element msg, java.util.Date expire, BareJID recipient)
Constructors in tigase.server.amp.db with parameters of type Element Constructor Description BroadcastMsg(T db_id, Element msg, java.util.Date expired)
MsgDBItem(T db_id, Element msg, java.util.Date expired)
-
Uses of Element in tigase.server.bosh
Methods in tigase.server.bosh that return Element Modifier and Type Method Description Element
BoshConnectionManager. getSeeOtherHostError(Packet packet, BareJID destination)
Element
BoshSessionTaskHandler. getSeeOtherHostError(Packet packet, BareJID destination)
Methods in tigase.server.bosh that return types with arguments of type Element Modifier and Type Method Description java.util.List<Element>
BoshSessionCache. get(java.lang.String id)
java.util.List<Element>
BoshSessionCache. getAll()
java.util.List<Element>
BoshSessionCache. getAllPresences()
java.util.List<Element>
BoshSessionCache. getPresence(java.lang.String... from)
java.util.List<Element>
BoshSessionCache. remove(java.lang.String id)
Methods in tigase.server.bosh with parameters of type Element Modifier and Type Method Description void
BoshSessionCache. addFromMessage(Element message)
void
BoshSessionCache. addPresence(Element presence)
void
BoshSessionCache. addRoster(Element roster)
void
BoshSessionCache. addToMessage(Element message)
Method parameters in tigase.server.bosh with type arguments of type Element Modifier and Type Method Description void
BoshSessionCache. add(java.lang.String id, java.util.List<Element> data)
void
BoshSessionCache. set(java.lang.String id, java.util.List<Element> data)
-
Uses of Element in tigase.server.ext
Methods in tigase.server.ext that return Element Modifier and Type Method Description Element
CompRepoItem. toElement()
Methods in tigase.server.ext that return types with arguments of type Element Modifier and Type Method Description java.util.List<Element>
ComponentProtocol. getStreamFeatures(ComponentIOService serv)
java.util.List<Element>
ComponentProtocolHandler. getStreamFeatures(ComponentIOService serv)
java.util.List<Element>
ExtProcessor. getStreamFeatures(ComponentIOService serv, ComponentProtocolHandler handler)
Methods in tigase.server.ext with parameters of type Element Modifier and Type Method Description void
CompRepoItem. initFromElement(Element elem)
-
Uses of Element in tigase.server.ext.handlers
Methods in tigase.server.ext.handlers that return types with arguments of type Element Modifier and Type Method Description java.util.List<Element>
BindProcessor. getStreamFeatures(ComponentIOService serv, ComponentProtocolHandler handler)
java.util.List<Element>
HandshakeProcessor. getStreamFeatures(ComponentIOService serv, ComponentProtocolHandler handler)
java.util.List<Element>
SASLProcessor. getStreamFeatures(ComponentIOService serv, ComponentProtocolHandler handler)
java.util.List<Element>
StartTLSProcessor. getStreamFeatures(ComponentIOService serv, ComponentProtocolHandler handler)
java.util.List<Element>
StreamFeaturesProcessor. getStreamFeatures(ComponentIOService serv, ComponentProtocolHandler handler)
-
Uses of Element in tigase.server.extdisco
Methods in tigase.server.extdisco that return Element Modifier and Type Method Description Element
ExtServiceDiscoItem. toElement()
Methods in tigase.server.extdisco with parameters of type Element Modifier and Type Method Description void
ExtServiceDiscoItem. initFromElement(Element elem)
-
Uses of Element in tigase.server.websocket
Methods in tigase.server.websocket with parameters of type Element Modifier and Type Method Description protected void
WebSocketClientConnectionManager. preprocessStreamFeatures(XMPPIOService<java.lang.Object> serv, Element elem_features)
Method parameters in tigase.server.websocket with type arguments of type Element Modifier and Type Method Description protected java.lang.String
WebSocketClientConnectionManager. prepareStreamError(XMPPIOService<java.lang.Object> serv, java.util.List<Element> err_el)
-
Uses of Element in tigase.server.xmppclient
Methods in tigase.server.xmppclient that return Element Modifier and Type Method Description default Element
SeeOtherHostIfc. getStreamError(java.lang.String xmlns, BareJID destination, java.lang.Integer port)
Returns Element object containing stream:error messageElement[]
RegistrationThrottlingProcessor. supStreamFeatures(XMPPIOService service)
Element[]
StreamErrorCounterIOProcessor. supStreamFeatures(XMPPIOService service)
Element[]
StreamManagementIOProcessor. supStreamFeatures(XMPPIOService service)
Element[]
XMPPIOProcessor. supStreamFeatures(XMPPIOService service)
Returns array of features added by this processorElement
ClientTrustManagerFactory.ClientTrustVHostItemExtension. toElement()
Element
SeeOtherHost.SeeOtherHostVHostItemExtension. toElement()
Methods in tigase.server.xmppclient with parameters of type Element Modifier and Type Method Description void
ClientTrustManagerFactory.ClientTrustVHostItemExtension. initFromElement(Element item)
void
SeeOtherHost.SeeOtherHostVHostItemExtension. initFromElement(Element item)
protected void
ClientConnectionManager. preprocessStreamFeatures(XMPPIOService<java.lang.Object> serv, Element elem_features)
Method parameters in tigase.server.xmppclient with type arguments of type Element Modifier and Type Method Description protected java.lang.String
ClientConnectionManager. prepareStreamError(XMPPIOService<java.lang.Object> serv, java.util.List<Element> err_el)
java.lang.String
ClientConnectionManager. xmppStreamError(XMPPIOService<java.lang.Object> serv, java.util.List<Element> err_el)
-
Uses of Element in tigase.server.xmppcomponent
Methods in tigase.server.xmppcomponent that return Element Modifier and Type Method Description Element
ComponentConnectionManager. getDiscoInfo(java.lang.String node, JID jid, JID from)
Deprecated.Methods in tigase.server.xmppcomponent that return types with arguments of type Element Modifier and Type Method Description java.util.List<Element>
ComponentConnectionManager. getDiscoFeatures(JID from)
Deprecated.java.util.List<Element>
ComponentConnectionManager. getDiscoItems(java.lang.String node, JID jid, JID from)
Deprecated. -
Uses of Element in tigase.server.xmppserver
Methods in tigase.server.xmppserver that return types with arguments of type Element Modifier and Type Method Description java.util.List<Element>
S2SConnectionHandlerIfc. getStreamFeatures(S2SIOService serv)
Returns stream features available for particular S2S connection.java.util.List<Element>
S2SConnectionManager. getStreamFeatures(S2SIOService serv)
Methods in tigase.server.xmppserver with parameters of type Element Modifier and Type Method Description boolean
S2SConnectionHandlerIfc. sendVerifyResult(java.lang.String elem_name, CID connCid, CID keyCid, java.lang.Boolean valid, java.lang.String key_sessionId, java.lang.String serv_sessionId, java.lang.String cdata, boolean handshakingOnly, Element errorElem)
boolean
S2SConnectionManager. sendVerifyResult(java.lang.String elem_name, CID connCid, CID keyCid, java.lang.Boolean valid, java.lang.String key_sessionId, java.lang.String serv_sessionId, java.lang.String cdata, boolean handshakingOnly, Element errorElem)
Method parameters in tigase.server.xmppserver with type arguments of type Element Modifier and Type Method Description void
S2SProcessor. streamFeatures(S2SIOService serv, java.util.List<Element> results)
-
Uses of Element in tigase.server.xmppserver.proc
Method parameters in tigase.server.xmppserver.proc with type arguments of type Element Modifier and Type Method Description void
Dialback. streamFeatures(S2SIOService serv, java.util.List<Element> results)
void
S2SAbstractProcessor. streamFeatures(S2SIOService serv, java.util.List<Element> results)
void
SaslExternal. streamFeatures(S2SIOService serv, java.util.List<Element> results)
void
StartTLS. streamFeatures(S2SIOService serv, java.util.List<Element> results)
void
StartZlib. streamFeatures(S2SIOService serv, java.util.List<Element> results)
-
Uses of Element in tigase.server.xmppsession
Methods in tigase.server.xmppsession that return Element Modifier and Type Method Description Element
SessionManager. getDiscoInfo(java.lang.String node, JID jid, JID from)
Methods in tigase.server.xmppsession that return types with arguments of type Element Modifier and Type Method Description java.util.List<Element>
SessionManager. getDiscoFeatures(JID from)
java.util.List<Element>
SessionManager. getDiscoItems(java.lang.String node, JID jid, JID from)
Methods in tigase.server.xmppsession with parameters of type Element Modifier and Type Method Description protected void
SessionManager. processPresenceUpdate(XMPPSession session, Element packet)
-
Uses of Element in tigase.stats
Methods in tigase.stats that return Element Modifier and Type Method Description Element
StatisticsCollector. getDiscoInfo(java.lang.String node, JID jid, JID from)
Methods in tigase.stats that return types with arguments of type Element Modifier and Type Method Description java.util.List<Element>
StatisticsCollector. getDiscoFeatures(JID from)
java.util.List<Element>
StatisticsCollector. getDiscoItems(java.lang.String node, JID jid, JID from)
-
Uses of Element in tigase.stats.collector.provider
Methods in tigase.stats.collector.provider with parameters of type Element Modifier and Type Method Description void
StatisticsUploader.ResultCallback. onSuccess(Element result)
-
Uses of Element in tigase.vhosts
Methods in tigase.vhosts that return Element Modifier and Type Method Description Element
VHostItemExtensionIfc. toElement()
Method serializes data stored by this instance to element which will be then stored in the database.Element
VHostItemImpl. toElement()
Element
VHostItemImpl.VHostItemWrapper. toElement()
Methods in tigase.vhosts with parameters of type Element Modifier and Type Method Description protected void
AbstractVHostItemExtension. addBooleanFieldWithDefaultToCommand(Element commandEl, java.lang.String var, java.lang.String label, java.lang.Boolean value, boolean forDefault)
Method adds a boolean field to the formvoid
VHostItemExtensionIfc. initFromElement(Element item)
Method initializes instances of a class with values from the element which contains configuration loaded from the database.void
VHostItemImpl. initFromElement(Element elem)
void
VHostItemImpl.VHostItemWrapper. initFromElement(Element elem)
Constructors in tigase.vhosts with parameters of type Element Constructor Description VHostItemImpl(Element elem)
The constructor creates theVHostItem
instance from a given XML element. -
Uses of Element in tigase.xml
Methods in tigase.xml that return Element Modifier and Type Method Description Element
Element. clone()
Element
DefaultElementFactory. elementInstance(java.lang.String name, java.lang.String cdata, java.lang.StringBuilder[] attnames, java.lang.StringBuilder[] attvals)
Element
ElementFactory. elementInstance(java.lang.String name, java.lang.String cdata, java.lang.StringBuilder[] attNames, java.lang.StringBuilder[] attValues)
Element
Element. findChild(java.lang.String elementPath)
Deprecated.usefindChild(java.lang.String[])
instead.Element
Element. findChild(java.lang.String[] elemPath)
Element
Element. findChild(Element.Matcher<Element> matcher)
Element
Element. findChildStaticStr(java.lang.String[] elementPath)
Element
Element. getChild(java.lang.String name)
Element
Element. getChild(java.lang.String name, java.lang.String child_xmlns)
Element
Element. getChildStaticStr(java.lang.String name)
Element
Element. getChildStaticStr(java.lang.String name, java.lang.String child_xmlns)
Element
Element. withAttribute(java.lang.String attName, java.lang.String attValue)
Element
Element. withElement(java.lang.String name, java.lang.String xmlns, java.lang.String cdata)
Element
Element. withElement(java.lang.String name, java.lang.String xmlns, java.util.function.Consumer<Element> consumer)
Element
Element. withElement(java.lang.String name, java.util.function.Consumer<Element> consumer)
Methods in tigase.xml that return types with arguments of type Element Modifier and Type Method Description java.util.List<Element>
Element. findChildren(Element.Matcher<Element> matcher)
java.util.List<Element>
Element. getChildren()
java.util.List<Element>
Element. getChildren(java.lang.String elementPath)
Deprecated.usegetChildren(java.lang.String[])
instead.java.util.List<Element>
Element. getChildren(java.lang.String[] elementPath)
java.util.List<Element>
Element. getChildren(Element.Matcher<Element> matcher)
java.util.List<Element>
Element. getChildrenStaticStr(java.lang.String[] elementPath)
java.util.Queue<Element>
DomBuilderHandler. getParsedElements()
Methods in tigase.xml with parameters of type Element Modifier and Type Method Description int
Element. compareTo(Element elem)
boolean
Element. removeChild(Element child)
Method parameters in tigase.xml with type arguments of type Element Modifier and Type Method Description void
Element. addChildren(java.util.List<Element> children)
Element
Element. findChild(Element.Matcher<Element> matcher)
java.util.List<Element>
Element. findChildren(Element.Matcher<Element> matcher)
<R> java.util.List<R>
Element. flatMapChildren(java.util.function.Function<Element,java.util.Collection<? extends R>> mapper)
void
Element. forEachChild(java.util.function.Consumer<Element> consumer)
java.lang.String
Element. getChildCData(Element.Matcher<Element> matcher)
java.util.List<Element>
Element. getChildren(Element.Matcher<Element> matcher)
<R> R
Element. map(java.util.function.Function<Element,? extends R> mapper)
<R> java.util.List<R>
Element. mapChildren(java.util.function.Function<Element,? extends R> mapper)
<R> java.util.List<R>
Element. mapChildren(Element.Matcher<Element> matcher, java.util.function.Function<Element,? extends R> mapper)
<R> java.util.List<R>
Element. mapChildren(Element.Matcher<Element> matcher, java.util.function.Function<Element,? extends R> mapper)
boolean
Element. matches(Element.Matcher<Element> matcher)
Element
Element. withElement(java.lang.String name, java.lang.String xmlns, java.util.function.Consumer<Element> consumer)
Element
Element. withElement(java.lang.String name, java.util.function.Consumer<Element> consumer)
Constructors in tigase.xml with parameters of type Element Constructor Description Element(java.lang.String argName, Element[] children, java.lang.String[] att_names, java.lang.String[] att_values)
Element(Element element)
-
Uses of Element in tigase.xml.db
Subclasses of Element in tigase.xml.db Modifier and Type Class Description class
DBElement
DBElement
class extendstigase.xml.Element
.Methods in tigase.xml.db that return Element Modifier and Type Method Description Element
DBElementFactory. elementInstance(java.lang.String name, java.lang.String cdata, java.lang.StringBuilder[] attnames, java.lang.StringBuilder[] attvalues)
DescribeelementInstance
method here. -
Uses of Element in tigase.xmpp
Fields in tigase.xmpp declared as Element Modifier and Type Field Description static Element[]
SpamReportsConsumer. FEATURES
Methods in tigase.xmpp that return Element Modifier and Type Method Description Element
XMPPResourceConnection. getPresence()
Returns last presence packet with the user presence status ornull
if the user has not yet sent an initial presence.Element[]
XMPPImplIfc. supDiscoFeatures(XMPPResourceConnection session)
MethodsupDiscoFeatures
returns an array of XMLElement
s with service discovery features which have to be returned to the client uppon request.Element[]
XMPPProcessor. supDiscoFeatures(XMPPResourceConnection session)
Element[]
XMPPImplIfc. supStreamFeatures(XMPPResourceConnection session)
MethodsupStreamFeatures
returns an array of XMLElement
s with stream features which have to be returned to the client uppon request.Element[]
XMPPProcessor. supStreamFeatures(XMPPResourceConnection session)
Methods in tigase.xmpp that return types with arguments of type Element Modifier and Type Method Description java.util.Queue<Element>
XMPPDomBuilderHandler. getParsedElements()
Methods in tigase.xmpp with parameters of type Element Modifier and Type Method Description static SpamReportsConsumer.ReportType
SpamReportsConsumer.ReportType. fromElement(Element element)
static SpamReportsConsumer.ReportType
SpamReportsConsumer.ReportType. fromReport(Element report)
protected boolean
ElementMatcher. matches(Element child)
void
XMPPResourceConnection. setPresence(Element packet)
Method parameters in tigase.xmpp with type arguments of type Element Modifier and Type Method Description java.lang.String
XMPPIOServiceListener. xmppStreamError(IO serv, java.util.List<Element> err_el)
-
Uses of Element in tigase.xmpp.impl
Fields in tigase.xmpp.impl declared as Element Modifier and Type Field Description protected static Element
JabberIqPrivacy. BLOCKED_ELEM
protected static Element[]
JabberIqPrivacy. DISCO_FEATURES
Fields in tigase.xmpp.impl with type parameters of type Element Modifier and Type Field Description protected static java.util.Comparator<Element>
JabberIqPrivacy. compar
Methods in tigase.xmpp.impl that return types with arguments of type Element Modifier and Type Method Description protected java.util.Optional<Element>
LastActivityAbstract. getPresence(NonAuthUserRepository repo, BareJID requestedJid)
Methods in tigase.xmpp.impl with parameters of type Element Modifier and Type Method Description static void
Privacy. addList(XMPPResourceConnection session, Element list)
protected static void
PresenceState. broadcastDirectPresences(StanzaType t, XMPPResourceConnection session, java.util.Queue<Packet> results, Element pres)
broadcastDirectPresences
broadcast a direct Presence from providedpres
Element
object to the collection of JIDs stored in temporary session data under keyDIRECT_PRESENCE
.static Element
VCardXMPPProcessorAbstract. convertVCard4ToVCardTemp(Element vcard4)
static Element
VCardXMPPProcessorAbstract. convertVCardTempToVCard4(Element vcardTemp)
static PrivacyList
PrivacyList. create(java.util.Map<BareJID,RosterElement> roster, Element el)
static PrivacyList
PrivacyList. create(XMPPResourceConnection session, RosterAbstract rosterUtil, Element el)
protected void
JabberIqRegister. doGetRegistrationForm(Packet packet, Element request, XMPPResourceConnection session, java.util.Queue<Packet> results)
protected void
JabberIqRegister. doRemoveAccount(Packet packet, Element request, XMPPResourceConnection session, java.util.Queue<Packet> results)
default Element
PresenceState.ExtendedPresenceProcessorIfc. extend(Element presence, XMPPResourceConnection session, java.util.Queue<Packet> results)
Element
VCardTemp. extend(Element presence, XMPPResourceConnection session, java.util.Queue<Packet> results)
static void
C2SDeliveryErrorProcessor. filterErrorElement(Element messageElem)
static java.lang.String
PresenceCapabilitiesManager. generateVerificationString(java.lang.String[] identities, java.lang.String[] features, Element extensions)
static java.lang.String
PresenceCapabilitiesManager. generateVerificationStringFromDiscoInfo(Element discoInfo)
static java.lang.String[]
PresenceCapabilitiesManager. getFeaturesFromDiscoInfo(Element discoInfo)
static java.lang.String[]
JabberIqRoster. getItemGroups(Element item)
Returns an array of group names retrieved from Element itemvoid
PresenceSubscription.PresenceSubscriptionVHostItemExtension. initFromElement(Element item)
protected static void
LastActivityAbstract. persistLastActivity(XMPPResourceConnection session, Element presence)
static java.lang.String[]
PresenceCapabilitiesManager. processPresence(Element c)
static void
Privacy. removeList(XMPPResourceConnection session, Element list)
static void
PresenceAbstract. sendPresence(StanzaType t, BareJID from, BareJID to, java.util.Queue<Packet> results, Element pres)
Sends Presence stanza from provided parameters without returning created resultPacket
object.static Packet
PresenceAbstract. sendPresence(StanzaType t, JID from, JID to, java.util.Queue<Packet> results, Element pres)
Sends Presence stanza from provided parameters as well as returns created resultPacket
object.static void
PresenceState. sendPresenceBroadcast(StanzaType t, XMPPResourceConnection session, java.util.EnumSet<RosterAbstract.SubscriptionType> subscrs, java.util.Queue<Packet> results, Element pres, java.util.Map<java.lang.String,java.lang.Object> settings, RosterAbstract roster_util)
sendPresenceBroadcast
method broadcasts given presence to all buddies from roster and to all users to which direct presence was sent.protected void
MIXProcessor. sendToChannel(BareJID userJID, BareJID channel, java.lang.String id, Element actionEl, java.util.function.Consumer<Packet> writer)
protected void
MIXProcessor. sendToUser(BareJID userJID, java.lang.String resource, JID connectionJID, StanzaType stanzaType, java.lang.String id, Element actionEl, Element errorEl, java.util.function.Consumer<Packet> writer)
static void
Privacy. setDefaultList(XMPPResourceConnection session, Element list)
protected void
VCardXMPPProcessorAbstract. setVCard(XMPPResourceConnection session, Element vcard)
protected void
VCard4. storeVCard(XMPPResourceConnection session, Element elvCard)
protected void
VCardTemp. storeVCard(XMPPResourceConnection session, Element elvCard)
protected abstract void
VCardXMPPProcessorAbstract. storeVCard(XMPPResourceConnection session, Element vcard)
static void
RemoteRosterManagement. updateBuddyChange(XMPPResourceConnection session, Element item, Element update, java.util.Queue<Packet> results)
static void
PresenceAbstract. updateUserResources(Element presence, XMPPResourceConnection session, java.util.Queue<Packet> results, boolean initial)
updateUserResources
method is used to broadcast to all other resources presence stanza from one user resource.Method parameters in tigase.xmpp.impl with type arguments of type Element Modifier and Type Method Description static void
PresenceCapabilitiesManager. prepareCapsQueriesEl(JID compJid, JID to, java.lang.String[] caps_nodes, java.util.Queue<Element> results)
static Authorization
JabberIqPrivacy. validateList(XMPPResourceConnection session, java.util.List<Element> items)
Constructors in tigase.xmpp.impl with parameters of type Element Constructor Description PrivacyList(java.util.function.Function<JID,RosterElement> rosterElementGetter, Element el)
-
Uses of Element in tigase.xmpp.impl.annotation
Methods in tigase.xmpp.impl.annotation that return Element Modifier and Type Method Description Element[]
AnnotatedXMPPProcessor. supDiscoFeatures(XMPPResourceConnection session)
Element[]
AnnotatedXMPPProcessor. supStreamFeatures(XMPPResourceConnection session)
-
Uses of Element in tigase.xmpp.impl.push
Methods in tigase.xmpp.impl.push that return Element Modifier and Type Method Description protected Element
AbstractPushNotifications. createSettingsElement(JID jid, java.lang.String node, Element enableElem, Element optionsForm)
protected Element
PushNotifications. createSettingsElement(JID jid, java.lang.String node, Element enableElem, Element optionsForm)
Element[]
AwayPushNotificationsExtension. getDiscoFeatures()
Element[]
EncryptedPushNotificationExtension. getDiscoFeatures()
Element[]
GroupchatFilter. getDiscoFeatures()
Element[]
IgnoreFromUnknownFilter. getDiscoFeatures()
Element[]
JinglePushNotificationsExtension. getDiscoFeatures()
Element[]
MutedFilter. getDiscoFeatures()
Element[]
PriorityExtension. getDiscoFeatures()
default Element[]
PushNotificationsAware. getDiscoFeatures()
protected Element
AbstractPushNotifications. prepareNotificationPayload(Element pushServiceSettings, Packet packet, long msgCount)
protected Element
PushNotifications. prepareNotificationPayload(Element pushServiceSettings, Packet packet, long msgCount)
Element[]
PushNotifications. supDiscoFeatures(XMPPResourceConnection session)
Methods in tigase.xmpp.impl.push that return types with arguments of type Element Modifier and Type Method Description protected java.util.Map<java.lang.String,Element>
AbstractPushNotifications. getPushServices(BareJID userJid)
protected java.util.Map<java.lang.String,Element>
AbstractPushNotifications. getPushServices(XMPPResourceConnection session)
protected java.util.Collection<Element>
AwayPushNotificationsExtension. getPushServicesForAwayNotifications(XMPPResourceConnection session)
Methods in tigase.xmpp.impl.push with parameters of type Element Modifier and Type Method Description protected Element
AbstractPushNotifications. createSettingsElement(JID jid, java.lang.String node, Element enableElem, Element optionsForm)
protected Element
PushNotifications. createSettingsElement(JID jid, java.lang.String node, Element enableElem, Element optionsForm)
protected void
AbstractPushNotifications. enableNotifications(XMPPResourceConnection session, JID jid, java.lang.String node, Element settings)
protected void
AbstractPushNotifications. enableNotifications(XMPPResourceConnection session, JID jid, java.lang.String node, Element enableElem, Element optionsForm)
protected boolean
AbstractPushNotifications. isSendingNotificationAllowed(BareJID userJid, XMPPResourceConnection session, Element pushServiceSettings, Packet packet)
boolean
GroupchatFilter. isSendingNotificationAllowed(BareJID userJid, XMPPResourceConnection session, Element pushServiceSettings, Packet packet)
boolean
IgnoreFromUnknownFilter. isSendingNotificationAllowed(BareJID userJid, XMPPResourceConnection session, Element pushServiceSettings, Packet packet)
boolean
JinglePushNotificationsExtension. isSendingNotificationAllowed(BareJID userJid, XMPPResourceConnection session, Element pushServiceSettings, Packet packet)
boolean
MutedFilter. isSendingNotificationAllowed(BareJID userJid, XMPPResourceConnection session, Element pushServiceSettings, Packet packet)
protected boolean
PushNotifications. isSendingNotificationAllowed(BareJID userJid, XMPPResourceConnection session, Element pushServiceSettings, Packet packet)
boolean
PushNotificationsFilter. isSendingNotificationAllowed(BareJID userJid, XMPPResourceConnection session, Element pushServiceSettings, Packet packet)
protected Element
AbstractPushNotifications. prepareNotificationPayload(Element pushServiceSettings, Packet packet, long msgCount)
void
EncryptedPushNotificationExtension. prepareNotificationPayload(Element pushServiceSettings, Packet packet, long msgCount, Element notification)
void
PriorityExtension. prepareNotificationPayload(Element pushServiceSettings, Packet packet, long msgCount, Element notification)
protected Element
PushNotifications. prepareNotificationPayload(Element pushServiceSettings, Packet packet, long msgCount)
default void
PushNotificationsExtension. prepareNotificationPayload(Element pushServiceSettings, Packet packet, long msgCount, Element notification)
void
AwayPushNotificationsExtension. processEnableElement(Element enableEl, Element settingsEl)
void
EncryptedPushNotificationExtension. processEnableElement(Element enableEl, Element settingsEl)
void
GroupchatFilter. processEnableElement(Element enableEl, Element settingsEl)
void
IgnoreFromUnknownFilter. processEnableElement(Element enableEl, Element settingsEl)
void
JinglePushNotificationsExtension. processEnableElement(Element enableEl, Element settingsEl)
void
MutedFilter. processEnableElement(Element enableEl, Element settingsEl)
void
PriorityExtension. processEnableElement(Element enableEl, Element settingsEl)
default void
PushNotificationsAware. processEnableElement(Element enableEl, Element settingsEl)
Method parameters in tigase.xmpp.impl.push with type arguments of type Element Modifier and Type Method Description protected void
PushNotifications. notifyOfflineMessagesRetrieved(BareJID userJid, java.util.Collection<Element> pushServices)
protected void
AbstractPushNotifications. sendPushNotification(BareJID userJid, java.util.Collection<Element> pushServices, XMPPResourceConnection session, Packet packet, java.util.Map<java.lang.Enum,java.lang.Long> notificationData)
-
Uses of Element in tigase.xmpp.impl.roster
Fields in tigase.xmpp.impl.roster declared as Element Modifier and Type Field Description static Element[]
RosterAbstract. DISCO_FEATURES
static Element[]
RosterAbstract. FEATURES
Methods in tigase.xmpp.impl.roster that return Element Modifier and Type Method Description Element
AnonymousRoster. getBuddyItem(XMPPResourceConnection session, JID buddy)
static Element
DynamicRoster. getBuddyItem(XMPPResourceConnection session, java.util.Map<java.lang.String,java.lang.Object> settings, JID buddy)
Element
DynamicRosterIfc. getBuddyItem(XMPPResourceConnection session, JID buddy)
getBuddyItem
method returns buddy item element for a given JID ornull
if the buddy doesn't exist on the user roster list.Element
DynamicRosterTest. getBuddyItem(XMPPResourceConnection session, JID buddy)
Element
DynamicRosterTest123. getBuddyItem(XMPPResourceConnection session, JID buddy)
Element
RosterAbstract. getBuddyItem(XMPPResourceConnection session, JID buddy)
Element
RosterFlat. getBuddyItem(XMPPResourceConnection session, JID buddy)
abstract Element
RosterAbstract. getCustomChild(XMPPResourceConnection session, JID buddy)
Element
RosterFlat. getCustomChild(XMPPResourceConnection session, JID buddy)
Element
AnonymousRoster. getItemExtraData(Element item)
static Element
DynamicRoster. getItemExtraData(XMPPResourceConnection session, java.util.Map<java.lang.String,java.lang.Object> settings, Element item)
Element
DynamicRosterIfc. getItemExtraData(Element item)
Returns a new roster Item element with additional, non-standard information for a given item.Element
DynamicRosterTest. getItemExtraData(Element item)
Element
DynamicRosterTest123. getItemExtraData(Element item)
Element
RosterElement. getRosterElement()
Element
RosterElement. getRosterItem()
Methods in tigase.xmpp.impl.roster that return types with arguments of type Element Modifier and Type Method Description java.util.List<Element>
RosterAbstract. getCustomChildren(XMPPResourceConnection session, JID buddy)
java.util.List<Element>
AnonymousRoster. getRosterItems(XMPPResourceConnection session)
static java.util.List<Element>
DynamicRoster. getRosterItems(XMPPResourceConnection session, java.util.Map<java.lang.String,java.lang.Object> settings)
java.util.List<Element>
DynamicRosterIfc. getRosterItems(XMPPResourceConnection session)
getRosterItems
method returns a full list with all buddies generated by this dynamic roster implementation.java.util.List<Element>
DynamicRosterTest. getRosterItems(XMPPResourceConnection session)
java.util.List<Element>
DynamicRosterTest123. getRosterItems(XMPPResourceConnection session)
java.util.List<Element>
RosterAbstract. getRosterItems(XMPPResourceConnection session)
java.util.List<Element>
RosterFlat. getRosterItems(XMPPResourceConnection session)
Methods in tigase.xmpp.impl.roster with parameters of type Element Modifier and Type Method Description Element
AnonymousRoster. getItemExtraData(Element item)
static Element
DynamicRoster. getItemExtraData(XMPPResourceConnection session, java.util.Map<java.lang.String,java.lang.Object> settings, Element item)
Element
DynamicRosterIfc. getItemExtraData(Element item)
Returns a new roster Item element with additional, non-standard information for a given item.Element
DynamicRosterTest. getItemExtraData(Element item)
Element
DynamicRosterTest123. getItemExtraData(Element item)
void
AnonymousRoster. setItemExtraData(Element item)
static void
DynamicRoster. setItemExtraData(XMPPResourceConnection session, java.util.Map<java.lang.String,java.lang.Object> settings, Element item)
void
DynamicRosterIfc. setItemExtraData(Element item)
void
DynamicRosterTest. setItemExtraData(Element item)
void
DynamicRosterTest123. setItemExtraData(Element item)
void
RosterAbstract. updateBuddyChange(XMPPResourceConnection session, java.util.Queue<Packet> results, Element item)
Constructors in tigase.xmpp.impl.roster with parameters of type Element Constructor Description RosterElement(Element roster_el)
-
Uses of Element in tigase.xmpp.mam
Methods in tigase.xmpp.mam that return Element Modifier and Type Method Description Element
MAMRepository.Item. getMessage()
Element
MAMQueryParser. prepareForm(Element elem)
Element
MAMQueryParser. prepareForm(Element elem, java.lang.String xmlns)
Element
QueryParser. prepareForm(Element elem)
default Element
QueryParser. prepareForm(Element elem, java.lang.String xmlns)
Methods in tigase.xmpp.mam with parameters of type Element Modifier and Type Method Description protected void
MAMQueryParser. addField(Element x, java.lang.String var, java.lang.String type, java.lang.String label)
Element
MAMQueryParser. prepareForm(Element elem)
Element
MAMQueryParser. prepareForm(Element elem, java.lang.String xmlns)
Element
QueryParser. prepareForm(Element elem)
default Element
QueryParser. prepareForm(Element elem, java.lang.String xmlns)
-
Uses of Element in tigase.xmpp.rsm
Methods in tigase.xmpp.rsm that return Element Modifier and Type Method Description Element
RSM. toElement()
Methods in tigase.xmpp.rsm with parameters of type Element Modifier and Type Method Description RSM
RSM. fromElement(Element e)
static RSM
RSM. parseRootElement(Element e)
static RSM
RSM. parseRootElement(Element e, int defaultMax)
-