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.Mode
Presence.Mode. fromString(java.lang.String string)
Converts a String into the corresponding types.Presence.Mode
Presence. getMode()
Presence.Mode
PresenceBuilder. getMode()
Presence.Mode
PresenceView. getMode()
Returns the mode of the presence update.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 Modifier and Type Method Description void
Presence. setMode(Presence.Mode mode)
Deprecated.usePresenceBuilder
orXMPPConnection.getStanzaFactory()
instead.PresenceBuilder
PresenceBuilder. 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.usePresenceBuilder
orXMPPConnection.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 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 Modifier and Type Method Description Presence.Mode
AgentSession. 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 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.
-