Uses of Enum
org.jivesoftware.smack.packet.Presence.Mode
Package
Description
XML stanzas and extension elements that are part of the XMPP protocol.
Smack API for Multi-User Chat (MUC, XEP-0045).
TODO describe me.
-
Uses of Presence.Mode in org.jivesoftware.smack.packet
Modifier and TypeMethodDescriptionstatic Presence.Mode
Presence.Mode.fromString
(String string) Converts a String into the corresponding types.Presence.getMode()
PresenceBuilder.getMode()
PresenceView.getMode()
Returns the mode of the presence update.static Presence.Mode
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. -
Uses of Presence.Mode in org.jivesoftware.smackx.muc
Modifier and TypeMethodDescriptionvoid
MultiUserChat.changeAvailabilityStatus
(String status, Presence.Mode mode) Changes the occupant's availability status within the room. -
Uses of Presence.Mode in org.jivesoftware.smackx.workgroup.agent
Modifier and TypeMethodDescriptionAgentSession.getPresenceMode()
Returns the agent's current presence mode.Modifier and TypeMethodDescriptionvoid
AgentSession.setStatus
(Presence.Mode presenceMode, int maxChats) Sets the agent's current status with the workgroup.void
AgentSession.setStatus
(Presence.Mode presenceMode, int maxChats, String status) Sets the agent's current status with the workgroup.void
AgentSession.setStatus
(Presence.Mode presenceMode, String status) Sets the agent's current status with the workgroup.