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

Packages that use Presence.Mode
org.jivesoftware.smack.packet XML packets that are part of the XMPP protocol. 
org.jivesoftware.smackx.muc Classes and Interfaces that implement Multi-User Chat (MUC). 
org.jivesoftware.smackx.workgroup.agent   
 

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

Methods in org.jivesoftware.smack.packet that return Presence.Mode
 Presence.Mode Presence.getMode()
          Returns the mode of the presence update, or null if the mode is not set.
static Presence.Mode Presence.Mode.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Presence.Mode[] Presence.Mode.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.Mode
 void Presence.setMode(Presence.Mode mode)
          Sets the mode of the presence update.
 

Constructors in org.jivesoftware.smack.packet with parameters of type Presence.Mode
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.
 

Uses of Presence.Mode in org.jivesoftware.smackx.muc
 

Methods in org.jivesoftware.smackx.muc with parameters of type Presence.Mode
 void MultiUserChat.changeAvailabilityStatus(java.lang.String status, Presence.Mode mode)
          Changes the occupant's availability status within the room.
 

Uses of Presence.Mode in org.jivesoftware.smackx.workgroup.agent
 

Methods in org.jivesoftware.smackx.workgroup.agent that return Presence.Mode
 Presence.Mode AgentSession.getPresenceMode()
          Returns the agent's current presence mode.
 

Methods in org.jivesoftware.smackx.workgroup.agent with parameters of type Presence.Mode
 void AgentSession.setStatus(Presence.Mode presenceMode, int maxChats)
          Sets the agent's current status with the workgroup.
 void AgentSession.setStatus(Presence.Mode presenceMode, int maxChats, java.lang.String status)
          Sets the agent's current status with the workgroup.
 void AgentSession.setStatus(Presence.Mode presenceMode, java.lang.String status)
          Sets the agent's current status with the workgroup.