Uses of Class
org.jivesoftware.smack.packet.Presence.Mode
-
Packages that use Presence.Mode Package Description org.jivesoftware.smack.packet XML stanzas and extension elements that are part of the XMPP protocol.org.jivesoftware.smackx.muc Classes and Interfaces that implement Multi-User Chat (MUC) as defined in XEP-0045.org.jivesoftware.smackx.workgroup.agent TODO describe me. -
-
Uses of Presence.Mode in org.jivesoftware.smack.packet
Methods in org.jivesoftware.smack.packet that return Presence.Mode Modifier and Type Method Description static Presence.ModePresence.Mode. fromString(java.lang.String string)Converts a String into the corresponding types.Presence.ModePresence. getMode()Presence.ModePresenceBuilder. getMode()Presence.ModePresenceView. getMode()Returns the mode of the presence update.static Presence.ModePresence.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 Modifier and Type Method Description voidPresence. setMode(Presence.Mode mode)Deprecated.usePresenceBuilderorXMPPConnection.getStanzaFactory()instead.PresenceBuilderPresenceBuilder. setMode(Presence.Mode mode)Constructors in org.jivesoftware.smack.packet with parameters of type Presence.Mode Constructor Description Presence(Presence.Type type, java.lang.String status, int priority, Presence.Mode mode)Deprecated.usePresenceBuilderorXMPPConnection.getStanzaFactory()instead. -
Uses of Presence.Mode in org.jivesoftware.smackx.muc
Methods in org.jivesoftware.smackx.muc with parameters of type Presence.Mode Modifier and Type Method Description voidMultiUserChat. 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 Modifier and Type Method Description Presence.ModeAgentSession. getPresenceMode()Returns the agent's current presence mode.Methods in org.jivesoftware.smackx.workgroup.agent with parameters of type Presence.Mode Modifier and Type Method Description voidAgentSession. setStatus(Presence.Mode presenceMode, int maxChats)Sets the agent's current status with the workgroup.voidAgentSession. setStatus(Presence.Mode presenceMode, int maxChats, java.lang.String status)Sets the agent's current status with the workgroup.voidAgentSession. setStatus(Presence.Mode presenceMode, java.lang.String status)Sets the agent's current status with the workgroup.
-