Uses of Class
org.jivesoftware.smack.packet.Presence.Type

Packages that use Presence.Type
org.jivesoftware.smack.packet XML packets that are part of the XMPP protocol. 
 

Uses of Presence.Type in org.jivesoftware.smack.packet
 

Methods in org.jivesoftware.smack.packet that return Presence.Type
 Presence.Type Presence.getType()
          Returns the type of this presence packet.
static Presence.Type Presence.Type.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Presence.Type[] Presence.Type.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.jivesoftware.smack.packet with parameters of type Presence.Type
 void Presence.setType(Presence.Type type)
          Sets the type of the presence packet.
 

Constructors in org.jivesoftware.smack.packet with parameters of type Presence.Type
Presence(Presence.Type type)
          Creates a new presence update.
Presence(Presence.Type type, java.lang.String status, int priority, Presence.Mode mode)
          Creates a new presence update with a specified status, priority, and mode.