| Package | Description |
|---|---|
| org.jivesoftware.smackx.workgroup.agent | |
| org.jivesoftware.smackx.workgroup.packet |
| Modifier and Type | Method and Description |
|---|---|
void |
AgentSession.sendRoomTransfer(RoomTransfer.Type type,
String invitee,
String sessionID,
String reason)
Transfer an existing session support to another user or agent.
|
| Modifier and Type | Method and Description |
|---|---|
static RoomTransfer.Type |
RoomTransfer.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RoomTransfer.Type[] |
RoomTransfer.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
RoomTransfer(RoomTransfer.Type type,
String invitee,
String sessionID,
String reason) |