Uses of Enum Class
tigase.xmpp.StanzaType
Packages that use StanzaType
Package
Description
The main package with top level API for server side components.
Package containing implementation of all Session Manager plugins
-
Uses of StanzaType in tigase.cluster.api
Methods in tigase.cluster.api with parameters of type StanzaTypeModifier and TypeMethodDescriptionstatic Element
ClusterElement.clusterElement
(JID from, JID to, StanzaType type) static Element
ClusterElement.createClusterElement
(JID from, JID to, StanzaType type, String packet_from) static ClusterElement
ClusterElement.createClusterMethodCall
(JID from, JID to, StanzaType type, String method_name, Map<String, String> params) ClusterElement.createMethodResponse
(JID from, JID to, StanzaType type, Map<String, String> results) ClusterElement.createMethodResponse
(JID from, StanzaType type, Map<String, String> results) Constructors in tigase.cluster.api with parameters of type StanzaType -
Uses of StanzaType in tigase.server
Methods in tigase.server that return StanzaTypeModifier and TypeMethodDescriptionPacket.getType()
Method returns the stanza type parsed from the top XML element of the enclosed stanza.Methods in tigase.server with parameters of type StanzaTypeModifier and TypeMethodDescriptionstatic Element
Command.createIqCommand
(JID from, JID to, StanzaType type, String id, String node, Command.DataType data_type) static Packet
Message.getMessage
(JID from, JID to, StanzaType type, String body, String subject, String thread, String id) Creates a packet with message stanza.Command.getPacket
(JID from, JID to, StanzaType type, String id) Method returns instance of a Packet with command element added.Command.getPacket
(JID from, JID to, StanzaType type, String id, Command.DataType data_type) Method returns instance of a Packet with command element added.static Packet
Packet.packetInstance
(String el_name, String from, String to, StanzaType type) The method creates XML stanza from given parameters and returnsPacket
instance for this XML stanza.Packet.swapStanzaFromTo
(StanzaType type) The method creates a newPacket
instance with a stanza copy with swapped source and destination addresses and the given type set. -
Uses of StanzaType in tigase.server.rtbl
Methods in tigase.server.rtbl with parameters of type StanzaType -
Uses of StanzaType in tigase.xmpp
Methods in tigase.xmpp that return StanzaTypeModifier and TypeMethodDescriptionstatic StanzaType
static StanzaType
Returns the enum constant of this class with the specified name.static StanzaType[]
StanzaType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in tigase.xmpp that return types with arguments of type StanzaTypeModifier and TypeMethodDescriptionstatic Set<StanzaType>
StanzaType.getSubsTypes()
XMPPImplIfc.supTypes()
Method returns an array of all stanza types which the plugin is able to handle.XMPPProcessor.supTypes()
-
Uses of StanzaType in tigase.xmpp.impl
Methods in tigase.xmpp.impl that return types with arguments of type StanzaTypeMethods in tigase.xmpp.impl with parameters of type StanzaTypeModifier and TypeMethodDescriptionprotected static void
PresenceState.broadcastDirectPresences
(StanzaType t, XMPPResourceConnection session, Queue<Packet> results, Element pres) broadcastDirectPresences
broadcast a direct Presence from providedpres
Element
object to the collection of JIDs stored in temporary session data under keyDIRECT_PRESENCE
.static void
PresenceAbstract.sendPresence
(StanzaType t, BareJID from, BareJID to, Queue<Packet> results, Element pres) Sends Presence stanza from provided parameters without returning created resultPacket
object.static Packet
PresenceAbstract.sendPresence
(StanzaType t, JID from, JID to, Queue<Packet> results, Element pres) Sends Presence stanza from provided parameters as well as returns created resultPacket
object.static void
PresenceState.sendPresenceBroadcast
(StanzaType t, XMPPResourceConnection session, EnumSet<RosterAbstract.SubscriptionType> subscrs, Queue<Packet> results, Element pres, Map<String, Object> settings, RosterAbstract roster_util) sendPresenceBroadcast
method broadcasts given presence to all buddies from roster and to all users to which direct presence was sent.protected void
MIXProcessor.sendToUser
(BareJID userJID, String resource, JID connectionJID, StanzaType stanzaType, String id, Element actionEl, Element errorEl, Consumer<Packet> writer) -
Uses of StanzaType in tigase.xmpp.impl.annotation
Methods in tigase.xmpp.impl.annotation that return types with arguments of type StanzaType -
Uses of StanzaType in tigase.xmpp.impl.push
Methods in tigase.xmpp.impl.push with parameters of type StanzaTypeModifier and TypeMethodDescriptionvoid
PushPresence.processPresenceToOffline
(JID recipient, JID sender, StanzaType stanzaType, Consumer<Packet> packetConsumer) -
Uses of StanzaType in tigase.xmpp.impl.roster
Fields in tigase.xmpp.impl.roster with type parameters of type StanzaTypeModifier and TypeFieldDescriptionstatic final EnumSet<StanzaType>
RosterAbstract.INITIAL_PRESENCES