Uses of Class
tigase.xmpp.StanzaType

Packages that use StanzaType
tigase.cluster   
tigase.server   
tigase.server.sreceiver   
tigase.util   
tigase.xmpp   
tigase.xmpp.impl   
tigase.xmpp.impl.roster   
 

Uses of StanzaType in tigase.cluster
 

Methods in tigase.cluster with parameters of type StanzaType
static tigase.xml.Element ClusterElement.clusterElement(java.lang.String from, java.lang.String to, StanzaType type)
           
static tigase.xml.Element ClusterElement.createClusterElement(java.lang.String from, java.lang.String to, StanzaType type, java.lang.String packet_from)
           
static ClusterElement ClusterElement.createClusterMethodCall(java.lang.String from, java.lang.String to, StanzaType type, java.lang.String method_name, java.util.Map<java.lang.String,java.lang.String> params)
           
 

Constructors in tigase.cluster with parameters of type StanzaType
ClusterElement(java.lang.String from, java.lang.String to, StanzaType type, Packet packet)
           
 

Uses of StanzaType in tigase.server
 

Methods in tigase.server that return StanzaType
 StanzaType Packet.getType()
           
 

Methods in tigase.server with parameters of type StanzaType
static tigase.xml.Element Command.createIqCommand(java.lang.String from, java.lang.String to, StanzaType type, java.lang.String id, java.lang.String node, java.lang.String data_type)
           
static Packet Packet.getMessage(java.lang.String to, java.lang.String from, StanzaType type, java.lang.String body, java.lang.String subject, java.lang.String thread)
           
 Packet Command.getPacket(java.lang.String from, java.lang.String to, StanzaType type, java.lang.String id)
           
 Packet Command.getPacket(java.lang.String from, java.lang.String to, StanzaType type, java.lang.String id, java.lang.String data_type)
           
 Packet Packet.swapElemFromTo(StanzaType type)
           
 

Constructors in tigase.server with parameters of type StanzaType
Packet(java.lang.String el_name, java.lang.String from, java.lang.String to, StanzaType type)
           
 

Uses of StanzaType in tigase.server.sreceiver
 

Methods in tigase.server.sreceiver with parameters of type StanzaType
static Packet TaskCommons.getMessage(java.lang.String to, java.lang.String from, StanzaType type, java.lang.String body)
           
static Packet TaskCommons.getPresence(java.lang.String to, java.lang.String from, StanzaType type)
           
static Packet TaskCommons.getPresence(java.lang.String to, java.lang.String from, StanzaType type, java.lang.String nick, java.lang.String status)
           
 

Uses of StanzaType in tigase.util
 

Methods in tigase.util with parameters of type StanzaType
static tigase.xml.Element ElementUtils.createIqQuery(java.lang.String from, java.lang.String to, StanzaType type, java.lang.String id, tigase.xml.Element query)
           
static tigase.xml.Element ElementUtils.createIqQuery(java.lang.String from, java.lang.String to, StanzaType type, java.lang.String id, java.lang.String xmlns)
           
 

Uses of StanzaType in tigase.xmpp
 

Methods in tigase.xmpp that return StanzaType
static StanzaType StanzaType.valueof(java.lang.String cmd)
           
static StanzaType StanzaType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static StanzaType[] StanzaType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of StanzaType in tigase.xmpp.impl
 

Methods in tigase.xmpp.impl with parameters of type StanzaType
protected static void Presence.sendPresence(StanzaType t, java.lang.String to, java.lang.String from, java.util.Queue<Packet> results, tigase.xml.Element pres)
           
protected static void Presence.sendPresenceBroadcast(StanzaType t, XMPPResourceConnection session, java.util.EnumSet<RosterAbstract.SubscriptionType> subscrs, java.util.Queue<Packet> results, tigase.xml.Element pres, java.util.Map<java.lang.String,java.lang.Object> settings)
          sendPresenceBroadcast method broadcasts given presence to all budies from roster and to all users to which direct presence was sent.
 

Uses of StanzaType in tigase.xmpp.impl.roster
 

Fields in tigase.xmpp.impl.roster with type parameters of type StanzaType
static java.util.EnumSet<StanzaType> RosterAbstract.INITIAL_PRESENCES
           
 



Copyright © 2008 Tigase. All Rights Reserved.