| Package | Description |
|---|---|
| rocks.xmpp.extensions.commands.model |
Provides XML schema implementations of XEP-0050: Ad-Hoc Commands.
|
| Modifier and Type | Method and Description |
|---|---|
Command.Status |
Command.getStatus()
Gets the status of the command.
|
static Command.Status |
Command.Status.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Command.Status[] |
Command.Status.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
Command(String node,
String sessionId,
Command.Status status,
Collection<Command.Action> actions,
Command.Action defaultAction,
List<Object> payloads)
Creates a command result, which is created by the responder.
|
Command(String node,
String sessionId,
Command.Status status,
Collection<Command.Action> actions,
Command.Action defaultAction,
List<Object> payloads,
String language,
List<Command.Note> notes)
Creates a command result, which is created by the responder.
|
Copyright © 2014–2015 XMPP.rocks. All rights reserved.