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.
|
Modifier and Type | Method and Description |
---|---|
static Presence.Mode |
Presence.Mode.fromString(String string)
Converts a String into the corresponding types.
|
Presence.Mode |
Presence.getMode()
Returns the mode of the presence update.
|
static Presence.Mode |
Presence.Mode.valueOf(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.
|
Modifier and Type | Method and Description |
---|---|
void |
Presence.setMode(Presence.Mode mode)
Sets the mode of the presence update.
|
Constructor and Description |
---|
Presence(Presence.Type type,
String status,
int priority,
Presence.Mode mode)
Creates a new presence update with a specified status, priority, and mode.
|
Modifier and Type | Method and Description |
---|---|
void |
MultiUserChat.changeAvailabilityStatus(String status,
Presence.Mode mode)
Changes the occupant's availability status within the room.
|
Modifier and Type | Method and Description |
---|---|
Presence.Mode |
AgentSession.getPresenceMode()
Returns the agent's current presence mode.
|
Modifier and Type | Method and 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,
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.
|