Uses of Class
tigase.xml.Element
-
-
Uses of Element in tigase.auth
Methods in tigase.auth that return Element Modifier and Type Method Description ElementBruteForceLockerBean.BruteForceLockerVHostExtension. toElement()Methods in tigase.auth with parameters of type Element Modifier and Type Method Description voidBruteForceLockerBean.BruteForceLockerVHostExtension. initFromElement(Element item) -
Uses of Element in tigase.cluster
Methods in tigase.cluster that return Element Modifier and Type Method Description ElementVirtualComponent. 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 voidClusterController. handleClusterPacket(Element packet)voidSessionManagerClustered. processPresenceUpdate(XMPPSession session, Element packet)voidClusterController. 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)voidClusterController. 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 voidAmpComponentClustered.PacketForwardCommand. executeCommand(JID fromNode, java.util.Set<JID> visitedNodes, java.util.Map<java.lang.String,java.lang.String> data, java.util.Queue<Element> packets)voidClusterController. 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)voidClusterController. 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 ElementClusterElement. clusterElement(JID from, JID to, StanzaType type)static ElementClusterElement. createClusterElement(JID from, JID to, StanzaType type, java.lang.String packet_from)ElementClusterElement. 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 voidClusterElement. addDataPacket(Element packet)voidClusterControllerIfc. handleClusterPacket(Element packet)Method handles cluster packet received from cluster connection.protected voidClusterElement. parseMethodCall(Element method_call)voidSessionManagerClusteredIfc. processPresenceUpdate(XMPPSession session, Element element)voidClusterControllerIfc. 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 nodesvoidClusterControllerIfc. 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 voidClusterElement. addDataPackets(java.util.Queue<Element> packets)voidCommandListener. 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 processingvoidClusterControllerIfc. 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 nodesvoidClusterControllerIfc. 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 newClusterElementinstance. -
Uses of Element in tigase.cluster.repo
Methods in tigase.cluster.repo that return Element Modifier and Type Method Description ElementClusterRepoItem. toElement()Methods in tigase.cluster.repo with parameters of type Element Modifier and Type Method Description voidClusterRepoItem. initFromElement(Element elem) -
Uses of Element in tigase.cluster.strategy
Methods in tigase.cluster.strategy that return Element Modifier and Type Method Description ElementConnectionRecord. toElement()ElementConnectionRecordIfc. toElement()Methods in tigase.cluster.strategy with parameters of type Element Modifier and Type Method Description voidConnectionRecord. setElement(Element elem)voidConnectionRecordIfc. 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 voidPacketForwardCmd. 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 ElementAdHocResponse. addDataForm(Command.DataType dataType)ElementAdHocResponse. addDataForm(Command.DataType dataType, java.util.function.Consumer<Element> consumer)ElementAdhHocRequest. getCommand()ElementAdHocCommandException. getItem()ElementAdHocCommandException. makeElement()ElementAdHocCommandException. makeElement(boolean insertOriginal)ElementAdHocCommandException. makeElement(Element sourceElement)ElementAdHocCommandException. 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 ElementAdHocCommandException. makeElement(Element sourceElement)voidAdHocCommandManager. 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 ElementAdHocResponse. 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 voidAbstractModule. 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 voidAdHocCommandModule. 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 ElementConfiguratorOld. getDiscoInfo(java.lang.String node, JID jid, JID from)ElementConfigItem. 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 voidConfigItem. initFromElement(Element elem) -
Uses of Element in tigase.criteria
Methods in tigase.criteria with parameters of type Element Modifier and Type Method Description booleanCriteria. match(Element element)booleanElementCriteria. match(Element element)booleanOr. match(Element element) -
Uses of Element in tigase.db
Methods in tigase.db that return Element Modifier and Type Method Description ElementOfflineMsgRepositoryIfc. getMessageExpired(long time, boolean delete)Deprecated.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'sJIDfrom repository.Methods in tigase.db with parameters of type Element Modifier and Type Method Description booleanOfflineMsgRepositoryIfc. 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 ElementRepositoryItem. toElement()Item data can be stored in a more complex form than a simple property string.ElementRepositoryItemAbstract. toElement()Methods in tigase.db.comp with parameters of type Element Modifier and Type Method Description voidRepositoryItem. initFromElement(Element elem)The item can be also initialized from a more complex repositories: XML repository or SQL database.voidRepositoryItemAbstract. 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 booleanXMLMsgRepository. 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)ElementServiceEntity. getDiscoInfo(java.lang.String node)ElementServiceEntity. getDiscoInfo(java.lang.String node, boolean admin)ElementXMPPService. getDiscoInfo(java.lang.String node, JID jid, JID from)Returns service discovery info for the component.ElementServiceEntity. getDiscoItem(java.lang.String node, java.lang.String jid)ElementServiceIdentity. 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
Methods in tigase.eventbus that return Element Modifier and Type Method Description ElementXMLEventBusEvent. serialize()Methods in tigase.eventbus with parameters of type Element Modifier and Type Method Description EXMLEventBusEvent. deserialize(Element element)Method parameters in tigase.eventbus with type arguments of type Element Modifier and Type Method Description voidEventBus. addListener(java.lang.String packageName, java.lang.String eventName, EventListener<Element> listener)Deprecated. -
Uses of Element in tigase.eventbus.component
Methods in tigase.eventbus.component that return Element Modifier and Type Method Description protected ElementSubscribeModule. processClusterSubscription(Packet packet)protected ElementSubscribeModule. processNonClusterSubscription(Packet packet)Methods in tigase.eventbus.component with parameters of type Element Modifier and Type Method Description booleanElemPathCriteria. match(Element element)voidEventPublisherModule. publishEvent(java.lang.String eventPackage, java.lang.String name, Element event, java.util.Collection<Subscription> subscribers)voidEventPublisherModule. publishEvent(Element event)Method parameters in tigase.eventbus.component with type arguments of type Element Modifier and Type Method Description protected voidSubscribeModule. sendSubscribeRequest(java.lang.String to, java.util.Collection<Element> subscriptionElements)protected voidUnsubscribeModule. 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 ElementEventBusSerializer. serialize(java.lang.Object object)ElementSerializer. serialize(java.lang.Object object)Methods in tigase.eventbus.impl with parameters of type Element Modifier and Type Method Description <T> TEventBusSerializer. deserialize(Element element)<T> TSerializer. deserialize(Element element)Method parameters in tigase.eventbus.impl with type arguments of type Element Modifier and Type Method Description voidEventBusImplementation. addListener(java.lang.String packageName, java.lang.String eventName, EventListener<Element> listener)Deprecated.voidEventBusImplementation. addListener(java.lang.String packageName, java.lang.String eventName, EventSourceListener<Element> listener)Deprecated. -
Uses of Element in tigase.form
Methods in tigase.form that return Element Modifier and Type Method Description ElementAbstractForm. getElement()ElementField. getElement()ElementField. getElement(boolean type, boolean label)ElementForm. getElement()ElementMultiItemForm. getElement()Methods in tigase.form with parameters of type Element Modifier and Type Method Description voidForm. copyValuesFrom(Element form)longFormSignatureVerifier. verify(JID to, Element form)Verify signature of given form.longFormSignatureVerifier. 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 ElementSSLContextContainer.HardenedModeVHostItemExtension. toElement()Methods in tigase.io with parameters of type Element Modifier and Type Method Description voidSSLContextContainer.HardenedModeVHostItemExtension. initFromElement(Element item) -
Uses of Element in tigase.io.repo
Methods in tigase.io.repo that return Element Modifier and Type Method Description ElementCertificateItem. toElement()Methods in tigase.io.repo with parameters of type Element Modifier and Type Method Description voidCertificateItem. initFromElement(Element elem) -
Uses of Element in tigase.licence
Methods in tigase.licence that return Element Modifier and Type Method Description ElementLicenceCheckerUpdateCallback. getComponentAdditionalData()Method responsible for obtaining additional component information to be submitted to the server.ElementLicenceCheckerUpdateCallbackImpl. getComponentAdditionalData()protected static ElementLicenceCheckerUpdater. getComponentInfo()Returns Component Information about all system componentsstatic ElementLicenceChecker. getLicencingDetails(java.lang.String component)protected ElementInstallationIdRetriever. loadData(java.lang.String url, java.util.List<JID> managedVHosts, java.util.List<java.lang.String> oldLicencesHashes)ElementLicenceRetriever. loadData(java.lang.String url, java.lang.String installationId, java.lang.String componentId, java.util.List<JID> managedVHosts, java.util.Map<java.lang.String,java.lang.String> additionalMetrics)Methods in tigase.licence with parameters of type Element Modifier and Type Method Description protected java.lang.StringLicenceRetriever. extractLicenceText(Element e)protected static java.lang.StringInstallationIdRetriever. parseInstIdResponse(Element element) -
Uses of Element in tigase.licence.utils
Methods in tigase.licence.utils that return Element Modifier and Type Method Description ElementDataLoader. loadData(java.lang.String url, java.lang.String encodedData) -
Uses of Element in tigase.monitor
Methods in tigase.monitor that return Element Modifier and Type Method Description ElementTaskConfigItem. 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 voidTaskConfigItem. initFromElement(Element elem) -
Uses of Element in tigase.monitor.tasks
Methods in tigase.monitor.tasks that return Element Modifier and Type Method Description static ElementConnectionsTask. createAlarmEvent(int currentOnlineUsers, int lastOnlineUsers, int thresholdMinimal, int threshold)Deprecated. -
Uses of Element in tigase.server
Fields in tigase.server declared as Element Modifier and Type Field Description protected ElementPacket. elemprotected static ElementConnectionManager. pingElementMethods in tigase.server that return Element Modifier and Type Method Description static ElementDataForm. addDataForm(Element el, Command.DataType data_type)ElementDataForm.Builder. build()ElementDataForm.Field.Builder. build()ElementDataForm.Item.Builder. build()ElementDataForm.Reported.Builder. build()protected static ElementCommand. createCommandEl(java.lang.String node, Command.DataType data_type)static ElementDataForm. createDataForm(Command.DataType data_type)static ElementCommand. createIqCommand(JID from, JID to, StanzaType type, java.lang.String id, java.lang.String node, Command.DataType data_type)static ElementCommand. getData(Packet packet, java.lang.String el_name, java.lang.String xmlns)ElementBasicComponent. getDiscoExtensionsForm(java.lang.String domain)ElementBasicComponent. getDiscoInfo(java.lang.String node, JID jid, JID from)ElementMessageRouter. getDiscoInfo(JID toJid, JID fromJid, java.lang.String node)ElementPacket. getElemChild(java.lang.String name)ElementPacket. getElemChild(java.lang.String name, java.lang.String xmlns)ElementPacket. getElement()Method returns the stanza XML element in DOM format.ElementBasicComponent.ServerInfoVHostItemExtension. toElement()ElementComponentInfo. 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 thexmlPathparameter.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 voidDataForm. addCheckBoxField(Element el, java.lang.String f_name, boolean f_value)Data form-types as defined in the XEP-0050.static ElementDataForm. addDataForm(Element el, Command.DataType data_type)static voidDataForm. addField(Element el, java.lang.String f_name, java.lang.String f_label, java.lang.String type)static voidDataForm. addFieldListMultiValue(Element el, java.lang.String f_name, java.util.List<java.lang.String> f_value)static voidDataForm. addFieldListMultiValue(Element el, java.lang.String f_name, java.util.List<java.lang.String> f_value, java.lang.String label)static voidDataForm. addFieldMultiValue(Element el, java.lang.String f_name, java.lang.Throwable ex)static voidDataForm. addFieldMultiValue(Element el, java.lang.String f_name, java.util.List<java.lang.String> f_value)static voidDataForm. addFieldMultiValue(Element el, java.lang.String f_name, java.util.List<java.lang.String> f_value, java.lang.String label)static voidDataForm. addFieldMultiValue(Element el, java.lang.String f_name, java.util.List<java.lang.String> f_value, java.lang.String label, java.lang.String type)static voidDataForm. addFieldValue(Element el, java.lang.String f_name, java.lang.String f_value)static voidDataForm. 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 voidDataForm. addFieldValue(Element el, java.lang.String f_name, java.lang.String f_value, java.lang.String type)static voidDataForm. addFieldValue(Element el, java.lang.String f_name, java.lang.String f_value, java.lang.String type, java.lang.String label)static voidDataForm. 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 voidDataForm. 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 voidDataForm. addHiddenField(Element el, java.lang.String f_name, java.lang.String f_value)static voidDataForm. addInstructions(Element el, java.lang.String instructions)static voidDataForm. addTextField(Element el, java.lang.String f_name, java.lang.String f_value)static voidDataForm. addTitle(Element el, java.lang.String title)static java.lang.StringPacket. elemToString(Element el)Method trimsElementstanza to 1024 characters and returns String representation of the elementstatic java.lang.StringPacket. elemToStringSecure(Element el)Method trimsElementstanza to 1024 characters and returns String representation of the element.static booleanDataForm. getFieldBoolValue(Element el, java.lang.String f_name)static java.lang.StringDataForm. getFieldKeyStartingWith(Element el, java.lang.String f_name)static java.util.Set<java.lang.String>DataForm. getFields(Element el)static java.lang.StringDataForm. getFieldValue(Element el, java.lang.String f_name)static java.lang.String[]DataForm. getFieldValues(Element el, java.lang.String f_name)static java.lang.StringDataForm. getFormType(Element form)voidBasicComponent.ServerInfoVHostItemExtension. initFromElement(Element item)PacketPacket. okResult(Element includeXML, int originalXML)Method returns a modified copy of thePacketwith its stanza as stanzaresultused for reporting IQ stanza results.static PacketPacket. packetInstance(Element elem)The method returnsPacketinstance.static PacketPacket. packetInstance(Element elem, JID stanzaFrom, JID stanzaTo)The method returnsPacketinstance.static booleanDataForm. removeFieldValue(Element el, java.lang.String f_name)static voidCommand. setData(Packet packet, Element data)PacketPacket. swapFromTo(Element el, JID stanzaFrom, JID stanzaTo)The method creates a new instance of thePacketclass 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 voidCommand. setData(Packet packet, java.util.List<Element> data)java.lang.StringConnectionManager. 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 thePacketinstance.Packet(Element elem, JID stanzaFrom, JID stanzaTo)A constructor creating thePacketinstance.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 ElementAmpComponent. getDiscoInfo(java.lang.String node, JID jid, JID from)Methods in tigase.server.amp with parameters of type Element Modifier and Type Method Description booleanActionIfc. execute(Packet packet, Element rule)booleanConditionIfc. match(Packet packet, Element rule)protected PacketActionAbstract. 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 booleanAlert. execute(Packet packet, Element rule)booleanDeliver. execute(Packet packet, Element rule)booleanDrop. execute(Packet packet, Element rule)booleanError. execute(Packet packet, Element rule)booleanNotify. execute(Packet packet, Element rule)booleanStore. 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 booleanDeliver. match(Packet packet, Element rule)booleanExpireAt. match(Packet packet, Element rule)booleanMatchResource. 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 ElementMsgRepository.MsgDBItem. msgMethods in tigase.server.amp.db that return Element Modifier and Type Method Description ElementMsgRepository. getMessageExpired(long time, boolean delete)Deprecated.ElementMsgRepository.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 voidJDBCMsgBroadcastRepository. insertBroadcastMessage(java.lang.String id, Element msg, java.util.Date expire, BareJID recipient)protected abstract voidMsgBroadcastRepository. insertBroadcastMessage(java.lang.String id, Element msg, java.util.Date expire, BareJID recipient)booleanMsgRepository.MsgRepositoryMDBean. offerExpired(MsgRepositoryIfc repo, java.lang.Object id, Element element, java.util.Date expired)booleanMsgRepository.MsgRepositoryPoolBean. offerExpired(MsgRepositoryIfc repo, T id, Element element, java.util.Date expired)Deprecated.voidMsgRepository.OfflineMessagesProcessor. stamp(Element msg, java.lang.String msgID)booleanJDBCMsgRepository. storeMessage(JID from, JID to, java.util.Date expired, Element msg, NonAuthUserRepository userRepo)booleanMsgRepository.MsgRepositoryMDBean. storeMessage(JID from, JID to, java.util.Date expired, Element msg, NonAuthUserRepository userRepo)booleanMsgBroadcastRepository.MsgBroadcastRepositoryBean. updateBroadcastMessage(java.lang.String id, Element msg, java.util.Date expire, BareJID recipient)booleanMsgBroadcastRepository. updateBroadcastMessage(java.lang.String id, Element msg, java.util.Date expire, BareJID recipient)booleanMsgBroadcastRepositoryIfc. 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)RepoAwareMsgDBItem(MsgRepositoryIfc repo, java.lang.Object 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 ElementBoshConnectionManager. getSeeOtherHostError(Packet packet, BareJID destination)ElementBoshSessionTaskHandler. 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 voidBoshSessionCache. addFromMessage(Element message)voidBoshSessionCache. addPresence(Element presence)voidBoshSessionCache. addRoster(Element roster)voidBoshSessionCache. addToMessage(Element message)Method parameters in tigase.server.bosh with type arguments of type Element Modifier and Type Method Description voidBoshSessionCache. add(java.lang.String id, java.util.List<Element> data)voidBoshSessionCache. 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 ElementCompRepoItem. 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 voidCompRepoItem. 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 ElementExtServiceDiscoItem. toElement()Methods in tigase.server.extdisco with parameters of type Element Modifier and Type Method Description voidExtServiceDiscoItem. 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 voidWebSocketClientConnectionManager. 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.StringWebSocketClientConnectionManager. 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 ElementSeeOtherHostIfc. 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 processorElementClientTrustManagerFactory.ClientTrustVHostItemExtension. toElement()ElementSeeOtherHost.SeeOtherHostVHostItemExtension. toElement()Methods in tigase.server.xmppclient with parameters of type Element Modifier and Type Method Description voidClientTrustManagerFactory.ClientTrustVHostItemExtension. initFromElement(Element item)voidSeeOtherHost.SeeOtherHostVHostItemExtension. initFromElement(Element item)protected voidClientConnectionManager. 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.StringClientConnectionManager. prepareStreamError(XMPPIOService<java.lang.Object> serv, java.util.List<Element> err_el)java.lang.StringClientConnectionManager. 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 ElementComponentConnectionManager. 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 booleanS2SConnectionHandlerIfc. 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)booleanS2SConnectionManager. 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 voidS2SProcessor. 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 voidDialback. streamFeatures(S2SIOService serv, java.util.List<Element> results)voidS2SAbstractProcessor. streamFeatures(S2SIOService serv, java.util.List<Element> results)voidSaslExternal. streamFeatures(S2SIOService serv, java.util.List<Element> results)voidStartTLS. streamFeatures(S2SIOService serv, java.util.List<Element> results)voidStartZlib. 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 ElementSessionManager. 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 voidSessionManager. processPresenceUpdate(XMPPSession session, Element packet) -
Uses of Element in tigase.stats
Methods in tigase.stats that return Element Modifier and Type Method Description ElementStatisticsCollector. 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 voidStatisticsUploader.ResultCallback. onSuccess(Element result) -
Uses of Element in tigase.vhosts
Methods in tigase.vhosts that return Element Modifier and Type Method Description ElementVHostItemExtensionIfc. toElement()Method serializes data stored by this instance to element which will be then stored in the database.ElementVHostItemImpl. toElement()ElementVHostItemImpl.VHostItemWrapper. toElement()Methods in tigase.vhosts with parameters of type Element Modifier and Type Method Description protected voidAbstractVHostItemExtension. addBooleanFieldWithDefaultToCommand(Element commandEl, java.lang.String var, java.lang.String label, java.lang.Boolean value, boolean forDefault)Method adds a boolean field to the formvoidVHostItemExtensionIfc. initFromElement(Element item)Method initializes instances of a class with values from the element which contains configuration loaded from the database.voidVHostItemImpl. initFromElement(Element elem)voidVHostItemImpl.VHostItemWrapper. initFromElement(Element elem)Constructors in tigase.vhosts with parameters of type Element Constructor Description VHostItemImpl(Element elem)The constructor creates theVHostIteminstance from a given XML element. -
Uses of Element in tigase.xml
Methods in tigase.xml that return Element Modifier and Type Method Description ElementElement. clone()ElementDefaultElementFactory. elementInstance(java.lang.String name, java.lang.String cdata, java.lang.StringBuilder[] attnames, java.lang.StringBuilder[] attvals)ElementElementFactory. elementInstance(java.lang.String name, java.lang.String cdata, java.lang.StringBuilder[] attNames, java.lang.StringBuilder[] attValues)ElementElement. findChild(java.lang.String elementPath)Deprecated.usefindChild(java.lang.String[])instead.ElementElement. findChild(java.lang.String[] elemPath)ElementElement. findChild(Element.Matcher<Element> matcher)ElementElement. findChildStaticStr(java.lang.String[] elementPath)ElementElement. getChild(java.lang.String name)ElementElement. getChild(java.lang.String name, java.lang.String child_xmlns)ElementElement. getChildStaticStr(java.lang.String name)ElementElement. getChildStaticStr(java.lang.String name, java.lang.String child_xmlns)ElementElement. withAttribute(java.lang.String attName, java.lang.String attValue)ElementElement. withElement(java.lang.String name, java.lang.String xmlns, java.lang.String cdata)ElementElement. withElement(java.lang.String name, java.lang.String xmlns, java.util.function.Consumer<Element> consumer)ElementElement. 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 intElement. compareTo(Element elem)booleanElement. removeChild(Element child)Method parameters in tigase.xml with type arguments of type Element Modifier and Type Method Description voidElement. addChildren(java.util.List<Element> children)ElementElement. 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)voidElement. forEachChild(java.util.function.Consumer<Element> consumer)java.lang.StringElement. getChildCData(Element.Matcher<Element> matcher)java.util.List<Element>Element. getChildren(Element.Matcher<Element> matcher)<R> RElement. 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)booleanElement. matches(Element.Matcher<Element> matcher)ElementElement. withElement(java.lang.String name, java.lang.String xmlns, java.util.function.Consumer<Element> consumer)ElementElement. 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 classDBElementDBElementclass extendstigase.xml.Element.Methods in tigase.xml.db that return Element Modifier and Type Method Description ElementDBElementFactory. elementInstance(java.lang.String name, java.lang.String cdata, java.lang.StringBuilder[] attnames, java.lang.StringBuilder[] attvalues)DescribeelementInstancemethod here. -
Uses of Element in tigase.xmpp
Fields in tigase.xmpp declared as Element Modifier and Type Field Description static Element[]SpamReportsConsumer. FEATURESMethods in tigase.xmpp that return Element Modifier and Type Method Description ElementXMPPResourceConnection. getPresence()Returns last presence packet with the user presence status ornullif the user has not yet sent an initial presence.Element[]XMPPImplIfc. supDiscoFeatures(XMPPResourceConnection session)MethodsupDiscoFeaturesreturns an array of XMLElements with service discovery features which have to be returned to the client uppon request.Element[]XMPPProcessor. supDiscoFeatures(XMPPResourceConnection session)Element[]XMPPImplIfc. supStreamFeatures(XMPPResourceConnection session)MethodsupStreamFeaturesreturns an array of XMLElements 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.ReportTypeSpamReportsConsumer.ReportType. fromElement(Element element)static SpamReportsConsumer.ReportTypeSpamReportsConsumer.ReportType. fromReport(Element report)protected booleanElementMatcher. matches(Element child)voidXMPPResourceConnection. setPresence(Element packet)Method parameters in tigase.xmpp with type arguments of type Element Modifier and Type Method Description java.lang.StringXMPPIOServiceListener. 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 ElementJabberIqPrivacy. BLOCKED_ELEMprotected static Element[]JabberIqPrivacy. DISCO_FEATURESFields in tigase.xmpp.impl with type parameters of type Element Modifier and Type Field Description protected static java.util.Comparator<Element>JabberIqPrivacy. comparMethods 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 voidPrivacy. addList(XMPPResourceConnection session, Element list)protected static voidPresenceState. broadcastDirectPresences(StanzaType t, XMPPResourceConnection session, java.util.Queue<Packet> results, Element pres)broadcastDirectPresencesbroadcast a direct Presence from providedpresElementobject to the collection of JIDs stored in temporary session data under keyDIRECT_PRESENCE.static ElementVCardXMPPProcessorAbstract. convertVCard4ToVCardTemp(Element vcard4)static ElementVCardXMPPProcessorAbstract. convertVCardTempToVCard4(Element vcardTemp)static PrivacyListPrivacyList. create(java.util.Map<BareJID,RosterElement> roster, Element el)static PrivacyListPrivacyList. create(XMPPResourceConnection session, RosterAbstract rosterUtil, Element el)protected voidJabberIqRegister. doGetRegistrationForm(Packet packet, Element request, XMPPResourceConnection session, java.util.Queue<Packet> results)protected voidJabberIqRegister. doRemoveAccount(Packet packet, Element request, XMPPResourceConnection session, java.util.Queue<Packet> results)default ElementPresenceState.ExtendedPresenceProcessorIfc. extend(Element presence, XMPPResourceConnection session, java.util.Queue<Packet> results)ElementVCardTemp. extend(Element presence, XMPPResourceConnection session, java.util.Queue<Packet> results)static voidC2SDeliveryErrorProcessor. filterErrorElement(Element messageElem)static java.lang.StringPresenceCapabilitiesManager. generateVerificationString(java.lang.String[] identities, java.lang.String[] features, Element extensions)static java.lang.StringPresenceCapabilitiesManager. 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 itemvoidPresenceSubscription.PresenceSubscriptionVHostItemExtension. initFromElement(Element item)protected static voidLastActivityAbstract. persistLastActivity(XMPPResourceConnection session, Element presence)static java.lang.String[]PresenceCapabilitiesManager. processPresence(Element c)static voidPrivacy. removeList(XMPPResourceConnection session, Element list)static voidPresenceAbstract. sendPresence(StanzaType t, BareJID from, BareJID to, java.util.Queue<Packet> results, Element pres)Sends Presence stanza from provided parameters without returning created resultPacketobject.static PacketPresenceAbstract. 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 resultPacketobject.static voidPresenceState. 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)sendPresenceBroadcastmethod broadcasts given presence to all buddies from roster and to all users to which direct presence was sent.protected voidMIXProcessor. sendToChannel(BareJID userJID, BareJID channel, java.lang.String id, Element actionEl, java.util.function.Consumer<Packet> writer)protected voidMIXProcessor. 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 voidPrivacy. setDefaultList(XMPPResourceConnection session, Element list)protected voidVCardXMPPProcessorAbstract. setVCard(XMPPResourceConnection session, Element vcard)protected voidVCard4. storeVCard(XMPPResourceConnection session, Element elvCard)protected voidVCardTemp. storeVCard(XMPPResourceConnection session, Element elvCard)protected abstract voidVCardXMPPProcessorAbstract. storeVCard(XMPPResourceConnection session, Element vcard)static voidRemoteRosterManagement. updateBuddyChange(XMPPResourceConnection session, Element item, Element update, java.util.Queue<Packet> results)static voidPresenceAbstract. updateUserResources(Element presence, XMPPResourceConnection session, java.util.Queue<Packet> results, boolean initial)updateUserResourcesmethod 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 voidPresenceCapabilitiesManager. prepareCapsQueriesEl(JID compJid, JID to, java.lang.String[] caps_nodes, java.util.Queue<Element> results)static AuthorizationJabberIqPrivacy. 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 ElementAbstractPushNotifications. createSettingsElement(JID jid, java.lang.String node, Element enableElem, Element optionsForm)protected ElementPushNotifications. 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 ElementAbstractPushNotifications. prepareNotificationPayload(Element pushServiceSettings, Packet packet, long msgCount)protected ElementPushNotifications. 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 ElementAbstractPushNotifications. createSettingsElement(JID jid, java.lang.String node, Element enableElem, Element optionsForm)protected ElementPushNotifications. createSettingsElement(JID jid, java.lang.String node, Element enableElem, Element optionsForm)protected voidAbstractPushNotifications. enableNotifications(XMPPResourceConnection session, JID jid, java.lang.String node, Element settings)protected voidAbstractPushNotifications. enableNotifications(XMPPResourceConnection session, JID jid, java.lang.String node, Element enableElem, Element optionsForm)protected booleanAbstractPushNotifications. isSendingNotificationAllowed(BareJID userJid, XMPPResourceConnection session, Element pushServiceSettings, Packet packet)booleanGroupchatFilter. isSendingNotificationAllowed(BareJID userJid, XMPPResourceConnection session, Element pushServiceSettings, Packet packet)booleanIgnoreFromUnknownFilter. isSendingNotificationAllowed(BareJID userJid, XMPPResourceConnection session, Element pushServiceSettings, Packet packet)booleanJinglePushNotificationsExtension. isSendingNotificationAllowed(BareJID userJid, XMPPResourceConnection session, Element pushServiceSettings, Packet packet)booleanMutedFilter. isSendingNotificationAllowed(BareJID userJid, XMPPResourceConnection session, Element pushServiceSettings, Packet packet)protected booleanPushNotifications. isSendingNotificationAllowed(BareJID userJid, XMPPResourceConnection session, Element pushServiceSettings, Packet packet)booleanPushNotificationsFilter. isSendingNotificationAllowed(BareJID userJid, XMPPResourceConnection session, Element pushServiceSettings, Packet packet)protected ElementAbstractPushNotifications. prepareNotificationPayload(Element pushServiceSettings, Packet packet, long msgCount)voidEncryptedPushNotificationExtension. prepareNotificationPayload(Element pushServiceSettings, Packet packet, long msgCount, Element notification)voidPriorityExtension. prepareNotificationPayload(Element pushServiceSettings, Packet packet, long msgCount, Element notification)protected ElementPushNotifications. prepareNotificationPayload(Element pushServiceSettings, Packet packet, long msgCount)default voidPushNotificationsExtension. prepareNotificationPayload(Element pushServiceSettings, Packet packet, long msgCount, Element notification)voidAwayPushNotificationsExtension. processEnableElement(Element enableEl, Element settingsEl)voidEncryptedPushNotificationExtension. processEnableElement(Element enableEl, Element settingsEl)voidGroupchatFilter. processEnableElement(Element enableEl, Element settingsEl)voidIgnoreFromUnknownFilter. processEnableElement(Element enableEl, Element settingsEl)voidJinglePushNotificationsExtension. processEnableElement(Element enableEl, Element settingsEl)voidMutedFilter. processEnableElement(Element enableEl, Element settingsEl)voidPriorityExtension. processEnableElement(Element enableEl, Element settingsEl)default voidPushNotificationsAware. processEnableElement(Element enableEl, Element settingsEl)Method parameters in tigase.xmpp.impl.push with type arguments of type Element Modifier and Type Method Description protected voidPushNotifications. notifyOfflineMessagesRetrieved(BareJID userJid, java.util.Collection<Element> pushServices)protected voidAbstractPushNotifications. 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_FEATURESstatic Element[]RosterAbstract. FEATURESMethods in tigase.xmpp.impl.roster that return Element Modifier and Type Method Description ElementAnonymousRoster. getBuddyItem(XMPPResourceConnection session, JID buddy)static ElementDynamicRoster. getBuddyItem(XMPPResourceConnection session, java.util.Map<java.lang.String,java.lang.Object> settings, JID buddy)ElementDynamicRosterIfc. getBuddyItem(XMPPResourceConnection session, JID buddy)getBuddyItemmethod returns buddy item element for a given JID ornullif the buddy doesn't exist on the user roster list.ElementDynamicRosterTest. getBuddyItem(XMPPResourceConnection session, JID buddy)ElementDynamicRosterTest123. getBuddyItem(XMPPResourceConnection session, JID buddy)ElementRosterAbstract. getBuddyItem(XMPPResourceConnection session, JID buddy)ElementRosterFlat. getBuddyItem(XMPPResourceConnection session, JID buddy)Deprecated.abstract ElementRosterAbstract. getCustomChild(XMPPResourceConnection session, JID buddy)Deprecated.ElementRosterFlat. getCustomChild(XMPPResourceConnection session, JID buddy)Deprecated.ElementAnonymousRoster. getItemExtraData(Element item)static ElementDynamicRoster. getItemExtraData(XMPPResourceConnection session, java.util.Map<java.lang.String,java.lang.Object> settings, Element item)ElementDynamicRosterIfc. getItemExtraData(Element item)Returns a new roster Item element with additional, non-standard information for a given item.ElementDynamicRosterTest. getItemExtraData(Element item)ElementDynamicRosterTest123. getItemExtraData(Element item)ElementRosterElement. getRosterElement()ElementRosterElement. 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)Deprecated.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)getRosterItemsmethod 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 ElementAnonymousRoster. getItemExtraData(Element item)static ElementDynamicRoster. getItemExtraData(XMPPResourceConnection session, java.util.Map<java.lang.String,java.lang.Object> settings, Element item)ElementDynamicRosterIfc. getItemExtraData(Element item)Returns a new roster Item element with additional, non-standard information for a given item.ElementDynamicRosterTest. getItemExtraData(Element item)ElementDynamicRosterTest123. getItemExtraData(Element item)voidAnonymousRoster. setItemExtraData(Element item)static voidDynamicRoster. setItemExtraData(XMPPResourceConnection session, java.util.Map<java.lang.String,java.lang.Object> settings, Element item)voidDynamicRosterIfc. setItemExtraData(Element item)voidDynamicRosterTest. setItemExtraData(Element item)voidDynamicRosterTest123. setItemExtraData(Element item)voidRosterAbstract. 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 ElementMAMRepository.Item. getMessage()ElementMAMQueryParser. prepareForm(Element elem)ElementMAMQueryParser. prepareForm(Element elem, java.lang.String xmlns)ElementQueryParser. prepareForm(Element elem)default ElementQueryParser. prepareForm(Element elem, java.lang.String xmlns)Methods in tigase.xmpp.mam with parameters of type Element Modifier and Type Method Description protected voidMAMQueryParser. addField(Element x, java.lang.String var, java.lang.String type, java.lang.String label)ElementMAMQueryParser. prepareForm(Element elem)ElementMAMQueryParser. prepareForm(Element elem, java.lang.String xmlns)ElementQueryParser. prepareForm(Element elem)default ElementQueryParser. 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 ElementRSM. toElement()Methods in tigase.xmpp.rsm with parameters of type Element Modifier and Type Method Description RSMRSM. fromElement(Element e)static RSMRSM. parseRootElement(Element e)static RSMRSM. parseRootElement(Element e, int defaultMax)
-