| Package | Description |
|---|---|
| rocks.xmpp.extensions.commands.model |
Provides XML schema implementations of XEP-0050: Ad-Hoc Commands.
|
| Modifier and Type | Method and Description |
|---|---|
List<Command.Note> |
Command.getNotes()
Gets the notes.
|
| Constructor and Description |
|---|
Command(String node,
String sessionId,
Command.Action action,
List<Object> payloads,
Locale language,
List<Command.Note> notes)
Creates a command request, which is created by the requester.
|
Command(String node,
String sessionId,
Command.Status status,
Collection<Command.Action> actions,
Command.Action defaultAction,
List<Object> payloads,
Locale language,
List<Command.Note> notes)
Creates a command result, which is created by the responder.
|
Copyright © 2014–2018 XMPP.rocks. All rights reserved.