Uses of Class
tigase.xmpp.jid.JID
-
-
Uses of JID in tigase.auth.adhoc
Methods in tigase.auth.adhoc with parameters of type JID Modifier and Type Method Description booleanAbstractCredentialsCommand. isAllowedFor(JID jid) -
Uses of JID in tigase.cluster
Methods in tigase.cluster that return JID Modifier and Type Method Description JIDVirtualComponent. getComponentId()JID[]SessionManagerClustered. getConnectionIdsForJid(BareJID jid)Retrieve all connection IDs (CIDs) for the given user.Methods in tigase.cluster that return types with arguments of type JID Modifier and Type Method Description java.util.concurrent.ConcurrentHashMap<JID,XMPPResourceConnection>SessionManagerClustered. getXMPPResourceConnections()Methods in tigase.cluster with parameters of type JID 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)java.util.List<Element>VirtualComponent. getDiscoFeatures(JID from)ElementVirtualComponent. getDiscoInfo(java.lang.String node, JID jid, JID from)java.util.List<Element>VirtualComponent. getDiscoItems(java.lang.String node, JID jid, JID from)booleanSessionManagerClustered. hasXMPPResourceConnectionForConnectionJid(JID connJid)protected voidBoshConnectionClustered. onNodeConnected(JID jid)protected voidClientConnectionClustered. onNodeConnected(JID jid)voidSessionManagerClustered. onNodeConnected(JID jid)protected voidWebSocketClientConnectionClustered. onNodeConnected(JID jid)voidBoshConnectionClustered. onNodeDisconnected(JID jid)voidClientConnectionClustered. onNodeDisconnected(JID jid)voidSessionManagerClustered. onNodeDisconnected(JID jid)voidWebSocketClientConnectionClustered. onNodeDisconnected(JID jid)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.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, java.util.Map<java.lang.String,java.lang.String> data, JID fromNode, java.util.Set<JID> visitedNodes, JID... toNodes)voidClusterController. sendToNodes(java.lang.String command, java.util.Map<java.lang.String,java.lang.String> data, JID fromNode, JID... toNodes)voidClusterController. sendToNodes(java.lang.String command, java.util.Queue<Element> packets, 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)voidClusterController. sendToNodes(java.lang.String command, JID fromNode, JID... toNodes)protected voidSessionManagerClustered. xmppStreamMoved(XMPPResourceConnection conn, JID oldConnId, JID newConnId)Method parameters in tigase.cluster with type arguments of type JID 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.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, java.util.Map<java.lang.String,java.lang.String> data, 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)voidClusterController. sendToNodes(java.lang.String command, Element packet, JID fromNode, java.util.Set<JID> visitedNodes, JID... toNodes) -
Uses of JID in tigase.cluster.api
Methods in tigase.cluster.api that return JID Modifier and Type Method Description JIDSessionManagerClusteredIfc. getComponentId()JIDClusterElement. getFirstNode()Methods in tigase.cluster.api that return types with arguments of type JID Modifier and Type Method Description java.util.List<JID>SessionManagerClusteredIfc. getNodesConnected()java.util.Set<JID>ClusterElement. getVisitedNodes()java.util.concurrent.ConcurrentHashMap<JID,XMPPResourceConnection>SessionManagerClusteredIfc. getXMPPResourceConnections()Methods in tigase.cluster.api with parameters of type JID Modifier and Type Method Description voidClusterElement. addVisitedNode(JID node_id)static ElementClusterElement. clusterElement(JID from, JID to, StanzaType type)static ElementClusterElement. createClusterElement(JID from, JID to, StanzaType type, java.lang.String packet_from)static ClusterElementClusterElement. createClusterMethodCall(JID from, JID to, StanzaType type, java.lang.String method_name, java.util.Map<java.lang.String,java.lang.String> params)static ClusterElementClusterElement. createForNextNode(ClusterElement clel, java.util.List<JID> cluster_nodes, JID comp_id)ClusterElementClusterElement. createMethodResponse(JID from, JID to, StanzaType type, java.util.Map<java.lang.String,java.lang.String> results)ClusterElementClusterElement. createMethodResponse(JID from, StanzaType type, java.util.Map<java.lang.String,java.lang.String> results)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 processingbooleanSessionManagerClusteredIfc. hasXMPPResourceConnectionForConnectionJid(JID connJid)Method to check if there is XMPPResourceConnection instance for connection JID.booleanClusterElement. isVisitedNode(JID node_id)ClusterElementClusterElement. nextClusterNode(JID node_id)voidClusterControllerIfc. 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.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, java.util.Map<java.lang.String,java.lang.String> data, JID fromNode, java.util.Set<JID> visitedNodes, JID... toNodes)Method which sends command to desired nodesvoidClusterControllerIfc. sendToNodes(java.lang.String command, java.util.Map<java.lang.String,java.lang.String> data, JID fromNode, 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 nodesvoidClusterControllerIfc. sendToNodes(java.lang.String command, Element packet, JID fromNode, java.util.Set<JID> visitedNodes, JID... toNodes)Method which sends command to desired nodesvoidClusterControllerIfc. sendToNodes(java.lang.String command, JID fromNode, JID... toNodes)Method which sends command to desired nodesMethod parameters in tigase.cluster.api with type arguments of type JID Modifier and Type Method Description voidClusterElement. addVisitedNodes(java.util.Set<JID> nodes)static ClusterElementClusterElement. createForNextNode(ClusterElement clel, java.util.List<JID> cluster_nodes, JID comp_id)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.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, java.util.Map<java.lang.String,java.lang.String> data, 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 nodesvoidClusterControllerIfc. sendToNodes(java.lang.String command, Element packet, JID fromNode, java.util.Set<JID> visitedNodes, JID... toNodes)Method which sends command to desired nodesConstructors in tigase.cluster.api with parameters of type JID Constructor Description ClusterElement(JID from, JID to, StanzaType type, Packet packet) -
Uses of JID in tigase.cluster.strategy
Methods in tigase.cluster.strategy that return JID Modifier and Type Method Description JIDConnectionRecord. getConnectionId()JIDConnectionRecordIfc. getConnectionId()JID[]DefaultClusteringStrategyAbstract. getConnectionIdsForJid(BareJID jid)JID[]SMNonCachingAllNodes. getConnectionIdsForJid(BareJID jid)JIDConnectionRecord. getNode()JIDConnectionRecordIfc. getNode()JIDConnectionRecord. getUserJid()JIDConnectionRecordIfc. getUserJid()Methods in tigase.cluster.strategy that return types with arguments of type JID Modifier and Type Method Description java.util.List<JID>ClusteringStrategyIfc. getNodesConnected()The method returns all cluster nodes currently connected to the cluster node.java.util.List<JID>DefaultClusteringStrategyAbstract. getNodesConnected()java.util.List<JID>SMNonCachingAllNodes. getNodesConnected()java.util.List<JID>DefaultClusteringStrategyAbstract. getNodesForIqResponse(Packet packet)java.util.List<JID>SMNonCachingAllNodes. getNodesForJid(JID jid)java.util.List<JID>DefaultClusteringStrategy. getNodesForPacketForward(JID fromNode, java.util.Set<JID> visitedNodes, Packet packet)java.util.List<JID>DefaultClusteringStrategyAbstract. getNodesForPacketForward(JID fromNode, java.util.Set<JID> visitedNodes, Packet packet)java.util.List<JID>SMNonCachingAllNodes. getNodesForPacketForward(JID fromNode, java.util.Set<JID> visitedNodes, Packet packet)java.util.List<JID>SMNonCachingAllNodes. getNodesForUserConnect(JID jid)java.util.List<JID>SMNonCachingAllNodes. getNodesForUserDisconnect(JID jid)Methods in tigase.cluster.strategy with parameters of type JID Modifier and Type Method Description booleanDefaultClusteringStrategyAbstract. containsJidLocally(JID jid)EClusteringStrategyIfc. getConnectionRecord(JID jid)Returns a ConnectionRecord object associated with this user's full JID if it exists in the cache or null if it does not.protected ConnectionRecordIfcDefaultClusteringStrategy. getConnectionRecord(JID node, java.util.Map<java.lang.String,java.lang.String> data)Method takes the data received from other cluster node and creates a ConnectionRecord with all essential connection information.EDefaultClusteringStrategyAbstract. getConnectionRecord(JID jid)java.util.List<JID>SMNonCachingAllNodes. getNodesForJid(JID jid)java.util.List<JID>DefaultClusteringStrategy. getNodesForPacketForward(JID fromNode, java.util.Set<JID> visitedNodes, Packet packet)java.util.List<JID>DefaultClusteringStrategyAbstract. getNodesForPacketForward(JID fromNode, java.util.Set<JID> visitedNodes, Packet packet)java.util.List<JID>SMNonCachingAllNodes. getNodesForPacketForward(JID fromNode, java.util.Set<JID> visitedNodes, Packet packet)java.util.List<JID>SMNonCachingAllNodes. getNodesForUserConnect(JID jid)java.util.List<JID>SMNonCachingAllNodes. getNodesForUserDisconnect(JID jid)voidClusteringStrategyIfc. handleLocalUserChangedConnId(BareJID userId, XMPPResourceConnection conn, JID oldConnId, JID newConnId)voidDefaultClusteringStrategyAbstract. handleLocalUserChangedConnId(BareJID userId, XMPPResourceConnection conn, JID oldConnId, JID newConnId)voidClusteringStrategyIfc. nodeConnected(JID node)This is a handler method which is called when a new node connects to the cluster.voidDefaultClusteringStrategyAbstract. nodeConnected(JID node)voidSMNonCachingAllNodes. nodeConnected(JID jid)voidClusteringStrategyIfc. nodeDisconnected(JID node)This is a handler method which is called when a node disconnects from the cluster.voidDefaultClusteringStrategyAbstract. nodeDisconnected(JID node)voidSMNonCachingAllNodes. nodeDisconnected(JID jid)booleanDefaultClusteringStrategyAbstract. sendToNextNode(JID fromNode, java.util.Set<JID> visitedNodes, java.util.Map<java.lang.String,java.lang.String> data, Packet packet)Method attempts to send the packet to the next cluster node.voidConnectionRecord. setConnectionId(JID connectionId)voidConnectionRecord. setRecordFields(JID node, JID userJid, java.lang.String sessionId, JID connectionId)voidConnectionRecordIfc. setRecordFields(JID node, JID userJid, java.lang.String sessionId, JID connectionId)Method parameters in tigase.cluster.strategy with type arguments of type JID Modifier and Type Method Description java.util.List<JID>DefaultClusteringStrategy. getNodesForPacketForward(JID fromNode, java.util.Set<JID> visitedNodes, Packet packet)java.util.List<JID>DefaultClusteringStrategyAbstract. getNodesForPacketForward(JID fromNode, java.util.Set<JID> visitedNodes, Packet packet)java.util.List<JID>SMNonCachingAllNodes. getNodesForPacketForward(JID fromNode, java.util.Set<JID> visitedNodes, Packet packet)booleanDefaultClusteringStrategyAbstract. sendToNextNode(JID fromNode, java.util.Set<JID> visitedNodes, java.util.Map<java.lang.String,java.lang.String> data, Packet packet)Method attempts to send the packet to the next cluster node. -
Uses of JID in tigase.cluster.strategy.cmd
Methods in tigase.cluster.strategy.cmd with parameters of type JID 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)Method parameters in tigase.cluster.strategy.cmd with type arguments of type JID 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 JID in tigase.component
Methods in tigase.component with parameters of type JID Modifier and Type Method Description java.util.List<Element>ComponenScriptCommandProcessor. getScriptItems(java.lang.String node, JID jid, JID from)booleanComponenScriptCommandProcessor. isAllowed(java.lang.String node, java.lang.String domain, JID from)booleanComponenScriptCommandProcessor. isAllowed(java.lang.String node, JID from) -
Uses of JID in tigase.component.adhoc
Methods in tigase.component.adhoc that return JID Modifier and Type Method Description JIDAdhHocRequest. getRecipient()JIDAdhHocRequest. getSender()Methods in tigase.component.adhoc with parameters of type JID Modifier and Type Method Description java.util.List<Element>AdHocScriptCommandManager. getCommandListItems(JID senderJid, JID toJid)booleanAdHocCommand. isAllowedFor(JID jid) -
Uses of JID in tigase.component.modules.impl
Methods in tigase.component.modules.impl with parameters of type JID Modifier and Type Method Description voidAdHocCommandModule. addCommandListItemsElements(java.lang.String node, JID stanzaTo, JID stanzaFrom, java.util.function.Consumer<Element> collector)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)booleanAdHocCommandModule.ScriptCommandProcessor. isAllowed(java.lang.String node, java.lang.String domain, JID from)booleanAdHocCommandModule.ScriptCommandProcessor. isAllowed(java.lang.String node, JID from)protected PacketDiscoveryModule. prepareDiscoInfoReponse(Packet packet, JID jid, java.lang.String node, JID senderJID)Deprecated.protected PacketDiscoveryModule. prepareDiscoInfoResponse(Packet packet, JID jid, java.lang.String node, JID senderJID)protected java.util.List<Element>DiscoveryModule. prepareDiscoItems(JID jid, java.lang.String node, JID senderJID, RSM rsm)protected voidDiscoveryModule. processAdHocCommandItems(Packet packet, JID jid, java.lang.String node, JID senderJID)protected voidDiscoveryModule. processDiscoInfo(Packet packet, JID jid, java.lang.String node, JID senderJID)protected voidDiscoveryModule. processDiscoItems(Packet packet, JID jid, java.lang.String node, JID senderJID) -
Uses of JID in tigase.component.modules.impl.config
Methods in tigase.component.modules.impl.config with parameters of type JID Modifier and Type Method Description booleanConfiguratorCommand. isAllowedFor(JID jid) -
Uses of JID in tigase.component.responses
Constructors in tigase.component.responses with parameters of type JID Constructor Description Entry(JID jid, long timestamp, long timeout, AsyncCallback callback) -
Uses of JID in tigase.conf
Methods in tigase.conf with parameters of type JID Modifier and Type Method Description java.util.List<Element>ConfiguratorOld. getDiscoFeatures(JID from)ElementConfiguratorOld. getDiscoInfo(java.lang.String node, JID jid, JID from)java.util.List<Element>ConfiguratorOld. getDiscoItems(java.lang.String node, JID jid, JID from) -
Uses of JID in tigase.db
Methods in tigase.db with parameters of type JID Modifier and Type Method Description java.util.Map<java.lang.Enum,java.lang.Long>MsgRepositoryIfc. getMessagesCount(JID to)java.util.List<Element>MsgRepositoryIfc. getMessagesList(JID to)booleanOfflineMsgRepositoryIfc. storeMessage(JID from, JID to, java.util.Date expired, Element msg, NonAuthUserRepository userRepo)Saves the massage to the repository -
Uses of JID in tigase.db.xml
Methods in tigase.db.xml with parameters of type JID Modifier and Type Method Description java.util.Map<java.lang.Enum,java.lang.Long>XMLMsgRepository. getMessagesCount(JID to)java.util.List<Element>XMLMsgRepository. getMessagesList(JID to)booleanXMLMsgRepository. storeMessage(JID from, JID to, java.util.Date expired, Element msg, NonAuthUserRepository userRepo) -
Uses of JID in tigase.disco
Methods in tigase.disco with parameters of type JID Modifier and Type Method Description java.util.List<Element>XMPPService. getDiscoFeatures(JID from)Returns features for top level disco infoElementXMPPService. getDiscoInfo(java.lang.String node, JID jid, JID from)Returns service discovery info for the component.java.util.List<Element>XMPPService. getDiscoItems(java.lang.String node, JID jid, JID from)Returns service discovery items for the component. -
Uses of JID in tigase.eventbus.component
Methods in tigase.eventbus.component with parameters of type JID Modifier and Type Method Description voidSubscribeModule. clusterNodeConnected(JID node)voidSubscribeModule. clusterNodeDisconnected(JID node)protected booleanAbstractEventBusModule. isClusteredEventBus(JID jid)protected voidEventBusComponent. onNodeConnected(JID jid)voidEventBusComponent. onNodeDisconnected(JID jid)protected voidEventbusDiscoveryModule. processDiscoInfo(Packet packet, JID jid, java.lang.String node, JID senderJID)protected voidEventbusDiscoveryModule. processDiscoItems(Packet packet, JID jid, java.lang.String node, JID senderJID) -
Uses of JID in tigase.eventbus.component.stores
Methods in tigase.eventbus.component.stores that return JID Modifier and Type Method Description JID[]AffiliationStore. getAllowedSubscribers()JIDSubscription. getJid()JIDSubscription. getServiceJID()Methods in tigase.eventbus.component.stores with parameters of type JID Modifier and Type Method Description AffiliationAffiliationStore. getAffiliation(JID jid)voidAffiliationStore. putAffiliation(JID jid, Affiliation affiliation)voidAffiliationStore. removeAffiliation(JID jid)voidAffiliationStore. setAllowedSubscribers(JID[] allowedSubscribers)voidSubscription. setServiceJID(JID serviceJID)Constructors in tigase.eventbus.component.stores with parameters of type JID Constructor Description Subscription(JID jid)Subscription(JID jid, JID serviceJID) -
Uses of JID in tigase.form
Methods in tigase.form with parameters of type JID Modifier and Type Method Description java.lang.StringSignatureCalculator. calculateSignature(JID to, Form form)Calculate signature of given form.voidFormSignatureVerifier.SignatureVerifyHandler. onFormVerify(JID to, Form form, SignatureCalculator signatureCalculator)voidSignatureCalculator. sign(JID to, java.lang.String nonce, long timestamp, Form form)Sign given Form.voidSignatureCalculator. sign(JID to, Form form)Sign given form with current time.voidFormSigner. signForm(JID to, Form form)Sign given form with current time.longFormSignatureVerifier. verify(JID to, Form form)Verify signature of given form.longFormSignatureVerifier. verify(JID to, Form form, FormSignatureVerifier.SignatureVerifyHandler handler)Verify signature of given 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. -
Uses of JID in tigase.licence
Method parameters in tigase.licence with type arguments of type JID Modifier and Type Method Description 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) -
Uses of JID in tigase.licence.utils
Methods in tigase.licence.utils that return types with arguments of type JID Modifier and Type Method Description static java.util.List<JID>VHostsRetriever. getManagedVHosts()Methods in tigase.licence.utils with parameters of type JID Modifier and Type Method Description static booleanVHostsRetriever. addDefaultVHost(JID vhost) -
Uses of JID in tigase.monitor
Methods in tigase.monitor with parameters of type JID Modifier and Type Method Description java.util.Collection<Element>AdHocTask. getAdHocCommands(JID toJID, JID senderJID) -
Uses of JID in tigase.monitor.modules
Methods in tigase.monitor.modules with parameters of type JID Modifier and Type Method Description booleanAddScriptTaskCommand. isAllowedFor(JID jid)booleanAddTimerScriptTaskCommand. isAllowedFor(JID jid)booleanConfigureTaskCommand. isAllowedFor(JID jid)booleanDeleteScriptTaskCommand. isAllowedFor(JID jid)booleanInfoTaskCommand. isAllowedFor(JID jid)protected voidDiscoveryMonitorModule. processAdHocCommandItems(Packet packet, JID jid, java.lang.String node, JID senderJID)protected voidDiscoveryMonitorModule. processDiscoInfo(Packet packet, JID jid, java.lang.String node, JID senderJID)protected voidDiscoveryMonitorModule. processDiscoItems(Packet packet, JID jid, java.lang.String node, JID senderJID) -
Uses of JID in tigase.net
Methods in tigase.net that return JID Modifier and Type Method Description JIDIOService. getConnectionId()JIDIOService. getDataReceiver()Methods in tigase.net with parameters of type JID Modifier and Type Method Description voidIOService. setConnectionId(JID connectionId)voidIOService. setDataReceiver(JID address) -
Uses of JID in tigase.server
Methods in tigase.server that return JID Modifier and Type Method Description JIDBasicComponent. getComponentId()JIDServerComponent. getComponentId()Method returns component jid in form of the component name followed by server hostname as a domain.JIDPacket. getFrom()Returns the packet source address.JIDPacket. getPacketFrom()Returns the packet internal source address.JIDPacket. getPacketTo()Returns the packet internal destination address.JIDPacket. getStanzaFrom()Method returns source address of the stanza enclosed by this packet.JIDPacket. getStanzaTo()Method returns destination address of the stanza enclosed by this packet.JIDPacket. getTo()Returns the packet destination address.Methods in tigase.server that return types with arguments of type JID Modifier and Type Method Description java.util.List<JID>BasicComponent. getNodesConnected()java.util.List<JID>BasicComponent. getNodesConnectedWithLocal()java.util.Optional<JID>Packet. getServerAuthorisedStanzaFrom()Deprecated.Methods in tigase.server with parameters of type JID Modifier and Type Method Description booleanBasicComponent. canCallCommand(JID jid, java.lang.String commandId)Method checks if following adhoc command can execute from this JIDbooleanBasicComponent. canCallCommand(JID jid, java.lang.String domain, java.lang.String commandId)booleanBasicComponent. checkCommandAcl(JID jid, java.lang.String domain, java.util.Set<CmdAcl> acl)Check if entity with JID is allowed ot execute command with passed access control list.booleanBasicComponent. checkCommandAcl(JID jid, java.util.Set<CmdAcl> acl)Check if entity with JID is allowed ot execute command with passed access control list.static ElementCommand. createIqCommand(JID from, JID to, StanzaType type, java.lang.String id, java.lang.String node, Command.DataType data_type)static IqIq. createRosterPacket(java.lang.String iq_type, java.lang.String iq_id, JID from, JID to, JID item_jid, java.lang.String item_name, java.lang.String[] item_groups, java.lang.String subscription, java.lang.String item_type)Method creates a newPacketinstance orIqinstance more specificly with a roster entry content.java.util.List<Element>BasicComponent. getDiscoFeatures(JID from)Method returns list of features provided by this component for provided JID.ElementBasicComponent. getDiscoInfo(java.lang.String node, JID jid, JID from)ElementMessageRouter. getDiscoInfo(JID toJid, JID fromJid, java.lang.String node)java.util.List<Element>BasicComponent. getDiscoItems(java.lang.String node, JID jid, JID from)static PacketMessage. getMessage(JID from, JID to, StanzaType type, java.lang.String body, java.lang.String subject, java.lang.String thread, java.lang.String id)Creates a packet with message stanza.PacketCommand. getPacket(JID from, JID to, StanzaType type, java.lang.String id)Method returns instance of a Packet with command element added.PacketCommand. getPacket(JID from, JID to, StanzaType type, java.lang.String id, Command.DataType data_type)Method returns instance of a Packet with command element added.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)protected java.lang.StringConnectionManager. getServiceId(JID jid)voidPacket. initVars(JID stanzaFrom, JID stanzaTo)The method allows for re-syncing stanza JIDs stored in the packet with the attributes of the stanza if they have been changed for any reason.booleanBasicComponent. isAdmin(JID jid)booleanBasicComponent. isTrusted(JID jid)protected voidBasicComponent. onNodeConnected(JID jid)protected voidBasicComponent. onNodeDisconnected(JID jid)static PacketPacket. packetInstance(Element elem, JID stanzaFrom, JID stanzaTo)The method returnsPacketinstance.voidAbstractMessageReceiver. setCompId(JID jid)voidBasicComponent. setCompId(JID jid)voidPacket. setPacketFrom(JID from)The method sets a source address for thePacketinstance.voidPacket. setPacketTo(JID to)The method sets a destination address for thePacketinstance.voidPacket. setServerAuthorisedStanzaFrom(JID serverAuthorisedStanzaFrom)Deprecated.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.Constructors in tigase.server with parameters of type JID Constructor Description Iq(Element elem, JID stanzaFrom, JID stanzaTo)Message(Element elem, JID stanzaFrom, JID stanzaTo)Packet(Element elem, JID stanzaFrom, JID stanzaTo)A constructor creating thePacketinstance.Presence(Element elem, JID stanzaFrom, JID stanzaTo) -
Uses of JID in tigase.server.amp
Methods in tigase.server.amp with parameters of type JID Modifier and Type Method Description booleanJidResourceMap. containsKey(JID jid)TJidResourceMap. get(JID jid)ElementAmpComponent. getDiscoInfo(java.lang.String node, JID jid, JID from)TJidResourceMap. put(JID jid, T value)TJidResourceMap. remove(JID jid) -
Uses of JID in tigase.server.amp.action
Methods in tigase.server.amp.action with parameters of type JID Modifier and Type Method Description voidBroadcast. sendBroadcastMessage(JID jid)voidBroadcast. sendBroadcastMessage(JID jid, MsgBroadcastRepository.BroadcastMsg msg) -
Uses of JID in tigase.server.amp.db
Methods in tigase.server.amp.db with parameters of type JID Modifier and Type Method Description java.util.Map<java.lang.Enum,java.lang.Long>JDBCMsgRepository. getMessagesCount(JID to)java.util.Map<java.lang.Enum,java.lang.Long>MsgRepository.MsgRepositoryMDBean. getMessagesCount(JID to)java.util.List<Element>JDBCMsgRepository. getMessagesList(JID to)java.util.List<Element>MsgRepository.MsgRepositoryMDBean. getMessagesList(JID to)voidMsgBroadcastRepository.BroadcastMsg. markAsSent(JID jid)booleanMsgBroadcastRepository.BroadcastMsg. needToSend(JID jid)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) -
Uses of JID in tigase.server.bosh
Methods in tigase.server.bosh that return JID Modifier and Type Method Description protected JIDBoshConnectionManager. changeDataReceiver(Packet packet, JID newAddress, java.lang.String command_sessionId, XMPPIOService<java.lang.Object> serv)JIDBoshSession. getDataReceiver()JIDBoshConnectionManager. getJidForBoshSession(BoshSession bs)Returns full jid of passed BoshSession instanceJIDBoshSessionTaskHandler. getJidForBoshSession(BoshSession bs)Methods in tigase.server.bosh with parameters of type JID Modifier and Type Method Description protected JIDBoshConnectionManager. changeDataReceiver(Packet packet, JID newAddress, java.lang.String command_sessionId, XMPPIOService<java.lang.Object> serv)protected BoshSessionBoshConnectionManager. getBoshSession(JID jid)Method retrievesBoshSessionrelated to the particular user addressvoidBoshSession. setDataReceiver(JID dataReceiver)Constructors in tigase.server.bosh with parameters of type JID Constructor Description BoshSession(java.lang.String def_domain, JID dataReceiver, BoshSessionTaskHandler handler, java.lang.String hostname, int maxWaitingPackets)Creates a newBoshSessioninstance. -
Uses of JID in tigase.server.ext
Methods in tigase.server.ext with parameters of type JID Modifier and Type Method Description voidComponentIOService. addRecentJID(JID jid)booleanComponentIOService. isRecentJID(JID jid) -
Uses of JID in tigase.server.monitor
Methods in tigase.server.monitor that return JID Modifier and Type Method Description JID[]MonitorRuntime. getConnectionIdsForJid(JID jid)Methods in tigase.server.monitor with parameters of type JID Modifier and Type Method Description JID[]MonitorRuntime. getConnectionIdsForJid(JID jid)booleanMonitorRuntime. isJidOnline(JID jid)booleanMonitorRuntime. isJidOnlineLocally(JID jid) -
Uses of JID in tigase.server.xmppclient
Methods in tigase.server.xmppclient that return JID Modifier and Type Method Description protected JIDClientConnectionManager. changeDataReceiver(Packet packet, JID newAddress, java.lang.String command_sessionId, XMPPIOService<java.lang.Object> serv)Methods in tigase.server.xmppclient with parameters of type JID Modifier and Type Method Description protected JIDClientConnectionManager. changeDataReceiver(Packet packet, JID newAddress, java.lang.String command_sessionId, XMPPIOService<java.lang.Object> serv)Method parameters in tigase.server.xmppclient with type arguments of type JID Modifier and Type Method Description voidSeeOtherHost. setNodes(java.util.List<JID> nodes)voidSeeOtherHostDualIP. setNodes(java.util.List<JID> connectedNodes)voidSeeOtherHostHashed. setNodes(java.util.List<JID> connectedNodes)voidSeeOtherHostIfc. setNodes(java.util.List<JID> nodes)Sets list of available nodes in cluster environment -
Uses of JID in tigase.server.xmppcomponent
Methods in tigase.server.xmppcomponent with parameters of type JID Modifier and Type Method Description java.util.List<Element>ComponentConnectionManager. getDiscoFeatures(JID from)Deprecated.ElementComponentConnectionManager. getDiscoInfo(java.lang.String node, JID jid, JID from)Deprecated.java.util.List<Element>ComponentConnectionManager. getDiscoItems(java.lang.String node, JID jid, JID from)Deprecated. -
Uses of JID in tigase.server.xmppsession
Fields in tigase.server.xmppsession with type parameters of type JID Modifier and Type Field Description protected java.util.concurrent.ConcurrentHashMap<JID,XMPPResourceConnection>SessionManager. connectionsByFromA Map with connectionID as a key and an object with all the user connection data as a valueMethods in tigase.server.xmppsession that return JID Modifier and Type Method Description JIDSessionManagerHandler. getComponentId()JID[]SessionManager. getConnectionIdsForJid(BareJID jid)JIDUserSessionEvent. getSender()JIDUserConnectedEvent. getUserJid()JIDUserSessionEvent. getUserJid()Methods in tigase.server.xmppsession with parameters of type JID Modifier and Type Method Description protected booleanSessionManager. addTrusted(JID jid)protected voidSessionManager. closeConnection(XMPPResourceConnection connection, JID connectionId, java.lang.String userId, boolean closeOnly)booleanSessionManager. containsJidLocally(JID jid)protected XMPPResourceConnectionSessionManager. createUserSession(JID conn_id, java.lang.String domain)protected booleanSessionManager. delTrusted(JID jid)java.util.List<Element>SessionManager. getDiscoFeatures(JID from)ElementSessionManager. getDiscoInfo(java.lang.String node, JID jid, JID from)java.util.List<Element>SessionManager. getDiscoItems(java.lang.String node, JID jid, JID from)XMPPResourceConnectionSessionManager. getResourceConnection(JID jid)protected XMPPResourceConnectionSessionManager. getXMPPResourceConnection(JID connId)protected XMPPResourceConnectionSessionManager. loginUserSession(JID conn_id, java.lang.String domain, BareJID user_id, java.lang.String resource, java.lang.String xmpp_sessionId, boolean tmpSession)protected voidSessionManager. xmppStreamMoved(XMPPResourceConnection conn, JID oldConnId, JID newConnId)Constructors in tigase.server.xmppsession with parameters of type JID Constructor Description SMResourceConnection(JID connectionId, UserRepository rep, AuthRepository authRepo, SessionManagerHandler loginHandler)UserConnectedEvent(JID userJid)UserSessionEvent(JID sender, JID userJid, XMPPSession session)UserSessionEventWithProcessorResultWriter(JID sender, JID userJid, XMPPSession session, SessionManager.ProcessorResultWriter writer) -
Uses of JID in tigase.stats
Methods in tigase.stats with parameters of type JID Modifier and Type Method Description java.util.List<Element>StatisticsCollector. getDiscoFeatures(JID from)ElementStatisticsCollector. getDiscoInfo(java.lang.String node, JID jid, JID from)java.util.List<Element>StatisticsCollector. getDiscoItems(java.lang.String node, JID jid, JID from) -
Uses of JID in tigase.sys
Methods in tigase.sys that return JID Modifier and Type Method Description JID[]OnlineJidsReporter. getConnectionIdsForJid(BareJID jid)Retrieve all connection IDs (CIDs) for the given user.abstract JID[]TigaseRuntime. getConnectionIdsForJid(JID jid)Methods in tigase.sys with parameters of type JID Modifier and Type Method Description booleanOnlineJidsReporter. containsJidLocally(JID jid)The method checks whether the given JID is known to local cluster node as connected user.abstract JID[]TigaseRuntime. getConnectionIdsForJid(JID jid)abstract booleanTigaseRuntime. isJidOnline(JID jid)abstract booleanTigaseRuntime. isJidOnlineLocally(JID jid) -
Uses of JID in tigase.vhosts
Methods in tigase.vhosts that return JID Modifier and Type Method Description JIDVHostItem. getMessageForward()JIDVHostItemDefaults. getMessageForward()JIDVHostItemImpl. getMessageForward()JIDVHostItemImpl.VHostItemWrapper. getMessageForward()default JIDVHostItem. getMessageForwardAddress()JIDVHostItemImpl. getMessageForwardAddress()JIDVHostItem. getPresenceForward()JIDVHostItemDefaults. getPresenceForward()JIDVHostItemImpl. getPresenceForward()JIDVHostItemImpl.VHostItemWrapper. getPresenceForward()default JIDVHostItem. getPresenceForwardAddress()JIDVHostItemImpl. getPresenceForwardAddress()JIDVHostItem. getVhost()JIDVHostItemImpl. getVhost()JIDVHostItemImpl.VHostItemWrapper. getVhost()Methods in tigase.vhosts that return types with arguments of type JID Modifier and Type Method Description java.util.List<JID>VHostManager. getAllVHosts()java.util.List<JID>VHostManagerIfc. getAllVHosts()Method returns a list of all hosted VHosts.Methods in tigase.vhosts with parameters of type JID Modifier and Type Method Description default booleanVHostItem. isTrustedJID(JID jid)voidVHostItemImpl. setMessageForward(JID messageForward)voidVHostItemImpl. setPresenceForward(JID presenceForward)voidVHostItemImpl. setVHost(JID vhost)Constructors in tigase.vhosts with parameters of type JID Constructor Description VHostItemImpl(JID vhost)The constructor creates theVHostIteminstance for a given domain name with default values for all other parameters. -
Uses of JID in tigase.vhosts.filter
Methods in tigase.vhosts.filter with parameters of type JID Modifier and Type Method Description static booleanCustomDomainFilter. isAllowed(JID source, JID destination, java.lang.String rules)static booleanCustomDomainFilter. isAllowed(JID source, JID destination, java.lang.String[] rules)static booleanCustomDomainFilter. isAllowed(JID source, JID destination, java.util.Set<Rule> rules)Constructors in tigase.vhosts.filter with parameters of type JID Constructor Description Rule(int id, boolean allow, Rule.RuleType type, JID value) -
Uses of JID in tigase.workgroupqueues
Methods in tigase.workgroupqueues that return JID Modifier and Type Method Description JIDConfig. getInviteBotJID()Methods in tigase.workgroupqueues with parameters of type JID Modifier and Type Method Description voidConfig. setInviteBotJID(JID inviteBotJID) -
Uses of JID in tigase.workgroupqueues.commands
Methods in tigase.workgroupqueues.commands with parameters of type JID Modifier and Type Method Description booleanCreateWorkgroupQueue. isAllowedFor(JID jid)booleanDeleteWorkgroupQueue. isAllowedFor(JID jid) -
Uses of JID in tigase.workgroupqueues.modules
Methods in tigase.workgroupqueues.modules with parameters of type JID Modifier and Type Method Description protected voidDiscoveryModule. processDiscoInfo(Packet packet, JID jid, java.lang.String node, JID senderJID)protected voidDiscoveryModule. processDiscoItems(Packet packet, JID jid, java.lang.String node, JID senderJID) -
Uses of JID in tigase.workgroupqueues.modules.user
Methods in tigase.workgroupqueues.modules.user with parameters of type JID Modifier and Type Method Description protected booleanDepartQueueModule. isAdmin(WorkgroupQueueEntity workgroupQueueEntity, JID jid) -
Uses of JID in tigase.workgroupqueues.scheduler
Methods in tigase.workgroupqueues.scheduler that return JID Modifier and Type Method Description JIDAgent. getJid()Returns JID of agent.JIDUser. getJid()Methods in tigase.workgroupqueues.scheduler with parameters of type JID Modifier and Type Method Description AgentQueue. getAgent(JID jid)static java.lang.StringOffer. getKey(BareJID queue, JID user, JID agent)UserQueue. getUser(JID jid)OfferQueue. removeOffer(Queue queue, JID userJID, Agent agent)Constructors in tigase.workgroupqueues.scheduler with parameters of type JID Constructor Description Agent(JID jid, BareJID workgroupQueue)User(JID jid, BareJID workgroupQueueJID) -
Uses of JID in tigase.xmpp
Methods in tigase.xmpp that return JID Modifier and Type Method Description JID[]XMPPResourceConnection. getAllResourcesJIDs()Method returns list of jids of all connections for the sameXMPPSession(same user).JIDXMPPResourceConnection. getConnectionId()Gets the value of connectionIdJIDXMPPResourceConnection. getConnectionId(boolean updateLastAccessed)JIDXMPPResourceConnection. getConnectionId(JID jid)JID[]XMPPSession. getConnectionIds()Method returns an array of all ConnectionIDs related to thisXMPPSessionJIDRepositoryAccess. getDomainAsJID()JIDXMPPResourceConnection. getjid()Returns full user JID for this session without throwing theNotAuthorizedExceptionexception if session is not authorized yet and therefore user name and resource is not known yet.JIDXMPPResourceConnection. getJID()Returns full user JID for this session or throwsNotAuthorizedExceptionif session is not authorized yet and therefore user name and resource is not known yet.JID[]XMPPSession. getJIDs()Method returns an array of all FullJIDs related to thisXMPPSessionJIDXMPPResourceConnection. getSMComponentId()Methods in tigase.xmpp that return types with arguments of type JID Modifier and Type Method Description java.util.Optional<JID>XMPPIOService. getAuthorisedUserJid()Methods in tigase.xmpp with parameters of type JID Modifier and Type Method Description JIDXMPPResourceConnection. getConnectionId(JID jid)XMPPResourceConnectionXMPPSession. getResourceConnection(JID jid)Method returnsXMPPResourceConnectionfor particular FullJID.XMPPResourceConnectionXMPPSession. getResourceForConnectionId(JID connectionId)Method returnsXMPPResourceConnectionfor particular ConnectionID.XMPPResourceConnectionXMPPSession. getResourceForJID(JID jid)Method returnsXMPPResourceConnectionfor particular FullJID (usingresourcename as determinant.voidXMPPProcessorAbstract. processFromUserOutPacket(JID connectionId, Packet packet, XMPPResourceConnection session, NonAuthUserRepository repo, java.util.Queue<Packet> results, java.util.Map<java.lang.String,java.lang.Object> settings)The method is called when a packet is sent from the user, owner of the session somewhere else to other XMPP entity (other user on the server, other user on a different server, different server, component, transport, etc....).voidXMPPProcessorAbstract. processFromUserPacket(JID connectionId, Packet packet, XMPPResourceConnection session, NonAuthUserRepository repo, java.util.Queue<Packet> results, java.util.Map<java.lang.String,java.lang.Object> settings)The method is called for all packets sent by the user, owner of this connection/session.abstract voidXMPPProcessorAbstract. processFromUserToServerPacket(JID connectionId, Packet packet, XMPPResourceConnection session, NonAuthUserRepository repo, java.util.Queue<Packet> results, java.util.Map<java.lang.String,java.lang.Object> settings)The method is called when a packet is send from the user who is owner of the session to the local server (ping, roster management, privacy lists, etc...).voidXMPPIOService. setAuthorisedUserJid(JID authorisedUserJid)voidXMPPResourceConnection. setConnectionId(JID connectionId)Sets the value of connectionIdConstructors in tigase.xmpp with parameters of type JID Constructor Description XMPPResourceConnection(JID connectionId, UserRepository rep, AuthRepository authRepo, SessionManagerHandler loginHandler) -
Uses of JID in tigase.xmpp.impl
Methods in tigase.xmpp.impl that return JID Modifier and Type Method Description JIDJabberIqPrivacy.PrivacyListOfflineCache. getComponentId()JIDServiceDiscovery.AccountServiceProvider. getServiceProviderComponentJid()Methods in tigase.xmpp.impl that return types with arguments of type JID Modifier and Type Method Description java.util.stream.Stream<JID>PrivacyList. getBlockedJids()java.util.Set<JID>MessageCarbons.MessageCarbonsStateChangedEvent. getDisabledJids()java.util.Set<JID>MessageCarbons.MessageCarbonsStateChangedEvent. getEnabledJids()java.util.Set<JID>MessageDeliveryLogic. getJIDsForMessageDelivery(XMPPResourceConnection session)Method returns list of JIDs to which message should be delivered for session passes as parameter if message was sent to bare JIDjava.util.Set<JID>MessageDeliveryProviderIfc. getJIDsForMessageDelivery(XMPPResourceConnection session)static java.util.Set<JID>CAPS. getJidsWithFeature(XMPPResourceConnection session, java.lang.String feature)protected java.util.Set<JID>MessageCarbons. prepareSkipForkingToList(Packet packet, XMPPResourceConnection session, java.util.Map<JID,java.lang.Boolean> resources)Methods in tigase.xmpp.impl with parameters of type JID Modifier and Type Method Description voidMessageCarbons.MessageCarbonsStateChangedEvent. add(JID jid, java.lang.Boolean value)static voidPresenceState. addDirectPresenceJID(JID jid, XMPPResourceConnection session)Add JID to collection of JIDs to which direct presence was sent.protected booleanJabberIqPrivacy. allowed(Packet packet, JID connId, BareJID userJid, PrivacyList privacyList)protected booleanJabberIqPrivacy. allowedByDefault(Packet packet, JID connId, BareJID userJid)protected voidPresenceState. buddyOnline(XMPPResourceConnection session, JID buddy, java.util.Queue<Packet> results, boolean online)Method sends back presence to contact while it becomes online (i.e. during processing of incoming initial presence of the contact/buddy)static voidC2SDeliveryErrorProcessor. filter(Packet packet, XMPPResourceConnection session, NonAuthUserRepository repo, java.util.Queue<Packet> results, JID toIgnore)Filters packets created by processors to remove delivery-error payloadprotected static voidPresenceAbstract. forwardPresence(java.util.Queue<Packet> results, Packet packet, JID from)Simply forwards packet to the destinationstatic voidPresenceCapabilitiesManager. handlePresence(JID owner, JID from, java.lang.String[] capsNodes, java.util.Queue<Packet> results)voidPresenceCapabilitiesManager.PresenceCapabilitiesListener. handlePresence(JID owner, JID sender, java.lang.String[] capsNodes, java.util.Queue<Packet> results)booleanPrivacyList. isAllowed(JID jid, PrivacyList.Item.Type type)protected booleanJabberIqRegister. isRegistrationAllowedForConnection(JID from)static booleanRemoteRosterManagement. isRemoteAllowed(JID jid, XMPPResourceConnection session)protected booleanJabberIqRegister. isTokenInBucket(JID from)booleanPrivacyList.Item. matches(JID jid, PrivacyList.Item.Type type)static voidPresenceCapabilitiesManager. prepareCapsQueries(JID compJid, JID to, java.lang.String[] caps_nodes, java.util.Queue<Packet> results)static voidPresenceCapabilitiesManager. prepareCapsQueriesEl(JID compJid, JID to, java.lang.String[] caps_nodes, java.util.Queue<Element> results)static PacketPresenceCapabilitiesManager. prepareCapsQuery(JID to, JID from, java.lang.String node)static ElementPresenceCapabilitiesManager. prepareCapsQueryEl(JID to, JID from, java.lang.String node)voidEntityTime. processFromUserOutPacket(JID connectionId, Packet packet, XMPPResourceConnection session, NonAuthUserRepository repo, java.util.Queue<Packet> results, java.util.Map<java.lang.String,java.lang.Object> settings)voidJabberIqVersion. processFromUserOutPacket(JID connectionId, Packet packet, XMPPResourceConnection session, NonAuthUserRepository repo, java.util.Queue<Packet> results, java.util.Map<java.lang.String,java.lang.Object> settings)voidVCard4. processFromUserOutPacket(JID connectionId, Packet packet, XMPPResourceConnection session, NonAuthUserRepository repo, java.util.Queue<Packet> results, java.util.Map<java.lang.String,java.lang.Object> settings)voidVCardTemp. processFromUserOutPacket(JID connectionId, Packet packet, XMPPResourceConnection session, NonAuthUserRepository repo, java.util.Queue<Packet> results, java.util.Map<java.lang.String,java.lang.Object> settings)voidJabberIqVersion. processFromUserPacket(JID connectionId, Packet packet, XMPPResourceConnection session, NonAuthUserRepository repo, java.util.Queue<Packet> results, java.util.Map<java.lang.String,java.lang.Object> settings)voidLastActivity. processFromUserPacket(JID connectionId, Packet packet, XMPPResourceConnection session, NonAuthUserRepository repo, java.util.Queue<Packet> results, java.util.Map<java.lang.String,java.lang.Object> settings)voidBlockingCommand. processFromUserToServerPacket(JID connectionId, Packet packet, XMPPResourceConnection session, NonAuthUserRepository repo, java.util.Queue<Packet> results, java.util.Map<java.lang.String,java.lang.Object> settings)voidEntityTime. processFromUserToServerPacket(JID connectionId, Packet packet, XMPPResourceConnection session, NonAuthUserRepository repo, java.util.Queue<Packet> results, java.util.Map<java.lang.String,java.lang.Object> settings)voidFlexibleOfflineMessageRetrieval. processFromUserToServerPacket(JID connectionId, Packet packet, XMPPResourceConnection session, NonAuthUserRepository repo, java.util.Queue<Packet> results, java.util.Map<java.lang.String,java.lang.Object> settings)voidJabberIqVersion. processFromUserToServerPacket(JID connectionId, Packet packet, XMPPResourceConnection session, NonAuthUserRepository repo, java.util.Queue<Packet> results, java.util.Map<java.lang.String,java.lang.Object> settings)voidLastActivity. processFromUserToServerPacket(JID connectionId, Packet packet, XMPPResourceConnection session, NonAuthUserRepository repo, java.util.Queue<Packet> results, java.util.Map<java.lang.String,java.lang.Object> settings)voidPepPlugin. processFromUserToServerPacket(JID connectionId, Packet packet, XMPPResourceConnection session, NonAuthUserRepository repo, java.util.Queue<Packet> results, java.util.Map<java.lang.String,java.lang.Object> settings)voidRemoteRosterManagement. processFromUserToServerPacket(JID connectionId, Packet packet, XMPPResourceConnection session, NonAuthUserRepository repo, java.util.Queue<Packet> results, java.util.Map<java.lang.String,java.lang.Object> settings)voidServiceDiscovery. processFromUserToServerPacket(JID connectionId, Packet packet, XMPPResourceConnection session, NonAuthUserRepository repo, java.util.Queue<Packet> results, java.util.Map<java.lang.String,java.lang.Object> settings)voidUrnXmppPing. processFromUserToServerPacket(JID connectionId, Packet packet, XMPPResourceConnection session, NonAuthUserRepository repo, java.util.Queue<Packet> results, java.util.Map<java.lang.String,java.lang.Object> settings)voidVCard4. processFromUserToServerPacket(JID connectionId, Packet packet, XMPPResourceConnection session, NonAuthUserRepository repo, java.util.Queue<Packet> results, java.util.Map<java.lang.String,java.lang.Object> settings)voidVCardTemp. processFromUserToServerPacket(JID connectionId, Packet packet, XMPPResourceConnection session, NonAuthUserRepository repo, java.util.Queue<Packet> results, java.util.Map<java.lang.String,java.lang.Object> settings)static java.lang.String[]PresenceCapabilitiesManager. processPresence(JID compJid, Packet p, java.util.Queue<Packet> results)static voidPresenceState. removeDirectPresenceJID(JID jid, XMPPResourceConnection session)Remove JID from collection of JIDs to which direct presence was sent.protected static booleanPresenceAbstract. requiresPresenceSending(RosterAbstract roster, JID buddy, XMPPResourceConnection session, boolean systemCheck)Method checks whether a given contact requires sending presence.protected voidAddressingSanitizer. sanitizePacket(Packet packet, JID stanzaFrom)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.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)Method parameters in tigase.xmpp.impl with type arguments of type JID Modifier and Type Method Description booleanMobileV2. filter(XMPPResourceConnection session, Packet res, java.util.Map<JID,Packet> queue)voidVCardTemp. pepToVCardTemp_onPublication(BareJID userJid, XMPPResourceConnection session, java.lang.String itemId, java.lang.String mimeType, java.util.function.Supplier<JID> pubsubComponentJidSupplier, java.util.function.Consumer<Packet> writer)protected java.util.Set<JID>MessageCarbons. prepareSkipForkingToList(Packet packet, XMPPResourceConnection session, java.util.Map<JID,java.lang.Boolean> resources)Constructors in tigase.xmpp.impl with parameters of type JID Constructor Description MessageCarbonsStateChangedEvent(JID sender, JID userJid, XMPPSession session)OfflineResourceConnection(JID connectionId, UserRepository rep, AuthRepository authRepo, SessionManagerHandler loginHandler)Creates a newXMPPResourceConnectioninstance.PrivacyListUpdatedEvent(JID sender, JID userJid, XMPPSession session, java.lang.String privacyListName)Constructor parameters in tigase.xmpp.impl with type arguments of type JID Constructor Description PrivacyList(java.util.function.Function<JID,RosterElement> rosterElementGetter, Element el) -
Uses of JID in tigase.xmpp.impl.push
Methods in tigase.xmpp.impl.push with parameters of type JID 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. disableNotifications(XMPPResourceConnection session, JID jid, java.lang.String node)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) -
Uses of JID in tigase.xmpp.impl.roster
Methods in tigase.xmpp.impl.roster that return JID Modifier and Type Method Description static JID[]DynamicRoster. addBuddies(XMPPResourceConnection session, java.util.Map<java.lang.String,java.lang.Object> settings, JID[] buddies)static JID[]DynamicRoster. addBuddies(XMPPResourceConnection session, java.util.Map<java.lang.String,java.lang.Object> settings, JID[] buddies, java.util.EnumSet<RosterAbstract.SubscriptionType> subscrs)JID[]AnonymousRoster. getBuddies(XMPPResourceConnection session)static JID[]DynamicRoster. getBuddies(XMPPResourceConnection session, java.util.Map<java.lang.String,java.lang.Object> settings)JID[]DynamicRosterIfc. getBuddies(XMPPResourceConnection session)getBuddiesmethod returnsStringarray with all roster buddies JIDs.JID[]DynamicRosterTest. getBuddies(XMPPResourceConnection session)JID[]DynamicRosterTest123. getBuddies(XMPPResourceConnection session)abstract JID[]RosterAbstract. getBuddies(XMPPResourceConnection session)Deprecated.JID[]RosterAbstract. getBuddies(XMPPResourceConnection session, java.util.EnumSet<RosterAbstract.SubscriptionType> subscrs)Deprecated.JID[]RosterFlat. getBuddies(XMPPResourceConnection session)Deprecated.JIDRosterAbstract.RosterModifiedEvent. getJid()Deprecated.JIDRosterElement. getJid()Methods in tigase.xmpp.impl.roster that return types with arguments of type JID Modifier and Type Method Description static java.util.List<JID>DynamicRoster. getBuddiesList(XMPPResourceConnection session, java.util.Map<java.lang.String,java.lang.Object> settings)abstract java.util.function.Function<JID,RosterElement>RosterAbstract. rosterElementProvider(XMPPResourceConnection session)Deprecated.java.util.function.Function<JID,RosterElement>RosterFlat. rosterElementProvider(XMPPResourceConnection session)Deprecated.Methods in tigase.xmpp.impl.roster with parameters of type JID Modifier and Type Method Description static JID[]DynamicRoster. addBuddies(XMPPResourceConnection session, java.util.Map<java.lang.String,java.lang.Object> settings, JID[] buddies)static JID[]DynamicRoster. addBuddies(XMPPResourceConnection session, java.util.Map<java.lang.String,java.lang.Object> settings, JID[] buddies, java.util.EnumSet<RosterAbstract.SubscriptionType> subscrs)static voidDynamicRoster. addBuddiesToList(java.util.List<JID> list, JID[] buddies)voidRosterAbstract. addBuddy(XMPPResourceConnection session, JID jid, java.lang.String name, java.lang.String[] groups, java.lang.String otherData)Deprecated.abstract voidRosterAbstract. addBuddy(XMPPResourceConnection session, JID jid, java.lang.String name, java.lang.String[] groups, RosterAbstract.SubscriptionType subscription, java.lang.String otherData)Deprecated.abstract voidRosterAbstract. addBuddy(XMPPResourceConnection session, JID jid, java.lang.String name, java.lang.String[] groups, RosterAbstract.SubscriptionType subscription, java.lang.String mixParticipantId, java.lang.String otherData)Deprecated.voidRosterFlat. addBuddy(XMPPResourceConnection session, JID buddy, java.lang.String name, java.lang.String[] groups, RosterAbstract.SubscriptionType subscription, java.lang.String otherData)Deprecated.voidRosterFlat. addBuddy(XMPPResourceConnection session, JID buddy, java.lang.String name, java.lang.String[] groups, RosterAbstract.SubscriptionType subscription, java.lang.String mixParticipantId, java.lang.String otherData)Deprecated.abstract booleanRosterAbstract. addBuddyGroup(XMPPResourceConnection session, JID buddy, java.lang.String[] groups)Deprecated.booleanRosterFlat. addBuddyGroup(XMPPResourceConnection session, JID buddy, java.lang.String[] groups)Deprecated.RosterElementRosterFlat. addTempBuddy(JID buddy, XMPPResourceConnection session)Deprecated.abstract booleanRosterAbstract. containsBuddy(XMPPResourceConnection session, JID buddy)Deprecated.booleanRosterFlat. containsBuddy(XMPPResourceConnection session, JID buddy)Deprecated.abstract java.lang.String[]RosterAbstract. getBuddyGroups(XMPPResourceConnection session, JID buddy)Deprecated.java.lang.String[]RosterFlat. getBuddyGroups(XMPPResourceConnection session, JID buddy)Deprecated.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 java.lang.StringRosterAbstract. getBuddyName(XMPPResourceConnection session, JID buddy)Deprecated.java.lang.StringRosterFlat. getBuddyName(XMPPResourceConnection session, JID buddy)Deprecated.abstract RosterAbstract.SubscriptionTypeRosterAbstract. getBuddySubscription(XMPPResourceConnection session, JID buddy)Deprecated.RosterAbstract.SubscriptionTypeRosterFlat. getBuddySubscription(XMPPResourceConnection session, JID buddy)Deprecated.abstract ElementRosterAbstract. getCustomChild(XMPPResourceConnection session, JID buddy)Deprecated.ElementRosterFlat. getCustomChild(XMPPResourceConnection session, JID buddy)Deprecated.java.util.List<Element>RosterAbstract. getCustomChildren(XMPPResourceConnection session, JID buddy)Deprecated.abstract java.lang.StringRosterAbstract. getMixParticipantId(XMPPResourceConnection session, JID buddy)Deprecated.java.lang.StringRosterFlat. getMixParticipantId(XMPPResourceConnection session, JID buddy)Deprecated.abstract RosterElementRosterAbstract. getRosterElement(XMPPResourceConnection session, JID jid)Deprecated.RosterElementRosterFlat. getRosterElement(XMPPResourceConnection session, JID buddy)Deprecated.RosterElementRosterFlat. getRosterElementInstance(JID buddy, java.lang.String name, java.lang.String[] groups, XMPPResourceConnection session)Deprecated.java.lang.StringRosterAbstract. groupNode(JID buddy)Deprecated.abstract booleanRosterAbstract. isOnline(XMPPResourceConnection session, JID jid)Deprecated.booleanRosterFlat. isOnline(XMPPResourceConnection session, JID buddy)Deprecated.booleanRosterAbstract. isPendingIn(XMPPResourceConnection session, JID jid)Deprecated.booleanRosterAbstract. isPreApproved(XMPPResourceConnection session, JID jid)Deprecated.booleanRosterAbstract. isSubscribedFrom(XMPPResourceConnection session, JID jid)Deprecated.booleanRosterAbstract. isSubscribedTo(XMPPResourceConnection session, JID jid)Deprecated.abstract booleanRosterAbstract. presenceSent(XMPPResourceConnection session, JID jid)Deprecated.booleanRosterFlat. presenceSent(XMPPResourceConnection session, JID buddy)Deprecated.abstract booleanRosterAbstract. removeBuddy(XMPPResourceConnection session, JID jid)Deprecated.booleanRosterFlat. removeBuddy(XMPPResourceConnection session, JID jid)Deprecated.java.util.Queue<Packet>RosterAbstract. removeJidFromRoster(UserRepository repository, XMPPSession session, BareJID owner, JID jid)Deprecated.abstract voidRosterAbstract. setBuddyName(XMPPResourceConnection session, JID buddy, java.lang.String name)Deprecated.voidRosterFlat. setBuddyName(XMPPResourceConnection session, JID buddy, java.lang.String name)Deprecated.abstract voidRosterAbstract. setBuddySubscription(XMPPResourceConnection session, RosterAbstract.SubscriptionType subscription, JID buddy)Deprecated.voidRosterFlat. setBuddySubscription(XMPPResourceConnection session, RosterAbstract.SubscriptionType subscription, JID buddy)Deprecated.abstract voidRosterAbstract. setOnline(XMPPResourceConnection session, JID jid, boolean online)Deprecated.voidRosterFlat. setOnline(XMPPResourceConnection session, JID buddy, boolean online)Deprecated.abstract voidRosterAbstract. setPresenceSent(XMPPResourceConnection session, JID jid, boolean sent)Deprecated.voidRosterFlat. setPresenceSent(XMPPResourceConnection session, JID buddy, boolean sent)Deprecated.booleanRosterAbstract. updateBuddySubscription(XMPPResourceConnection session, RosterAbstract.PresenceType presence, JID jid)Deprecated.Method parameters in tigase.xmpp.impl.roster with type arguments of type JID Modifier and Type Method Description static voidDynamicRoster. addBuddiesToList(java.util.List<JID> list, JID[] buddies)Constructors in tigase.xmpp.impl.roster with parameters of type JID Constructor Description RosterElement(JID jid, java.lang.String name, java.lang.String[] groups)RosterModifiedEvent(JID sender, JID userJid, XMPPSession session, RosterElement rosterElement)Deprecated.RosterModifiedEvent(JID sender, JID userJid, XMPPSession session, JID jid, RosterAbstract.SubscriptionType subscription)Deprecated. -
Uses of JID in tigase.xmpp.jid
Methods in tigase.xmpp.jid that return JID Modifier and Type Method Description JIDJID. copyWithoutResource()The method returns a copy of theJIDinstance with removed resource part.JIDJID. copyWithResource(java.lang.String resource)The method returns a copy of theJIDinstance with a different resource part given as a parameter.JIDJID. copyWithResourceNS(java.lang.String resource)The method returns a copy of theJIDinstance with a different resource part given as a parameter.static JIDJID. jidInstance(java.lang.String jid)Constructs a newJIDinstance using a JID parameter given as aStringinstance.static JIDJID. jidInstance(java.lang.String localpart, java.lang.String domain)Constructs a newJIDinstance using givenStringparameters.static JIDJID. jidInstance(java.lang.String localpart, java.lang.String domain, java.lang.String resource)Constructs a newJIDinstance using givenStringparameters.static JIDJID. jidInstance(BareJID bareJid)Creates a newJIDinstance using givenBareJIDinstance as a parameter.static JIDJID. jidInstance(BareJID bareJid, java.lang.String p_resource)Constructs a newJIDinstance using givenBareJIDinstance as user bare JID andStringinstance as a resource part.static JIDJID. jidInstanceNS(java.lang.String jid)Constructs a newJIDinstance using a JID parameter given as aStringinstance.static JIDJID. jidInstanceNS(java.lang.String localpart, java.lang.String domain)Constructs a newJIDinstance using givenStringparameters.static JIDJID. jidInstanceNS(java.lang.String localpart, java.lang.String domain, java.lang.String resource)Constructs a newJIDinstance using givenStringparameters.static JIDJID. jidInstanceNS(BareJID bareJid)Constructs a newJIDinstance using givenBareJIDinstance as user bare JID andStringinstance as a resource part.static JIDJID. jidInstanceNS(BareJID bareJid, java.lang.String p_resource)Constructs a newJIDinstance using givenBareJIDinstance as user bare JID andStringinstance as a resource part.Methods in tigase.xmpp.jid with parameters of type JID Modifier and Type Method Description intJID. compareTo(JID o)Method compares theJIDinstance with a given object. -
Uses of JID in tigase.xmpp.mam
Methods in tigase.xmpp.mam that return JID Modifier and Type Method Description JIDQuery. getComponentJID()JIDQueryImpl. getComponentJID()JIDQuery. getQuestionerJID()JIDQueryImpl. getQuestionerJID()JIDQuery. getWith()JIDQueryImpl. getWith()Methods in tigase.xmpp.mam with parameters of type JID Modifier and Type Method Description voidQuery. setComponentJID(JID componentJID)voidQueryImpl. setComponentJID(JID componentJID)voidQuery. setQuestionerJID(JID questionerJID)voidQueryImpl. setQuestionerJID(JID questionerJID)voidQuery. setWith(JID with)voidQueryImpl. setWith(JID with)
-