See: Description
| Class | Description |
|---|---|
| Command |
The implementation of the
<command/> element in the http://jabber.org/protocol/commands namespace. |
| Command.BadAction |
The responding JID cannot accept the specified action.
|
| Command.BadLocale |
The responding JID cannot accept the specified language/locale.
|
| Command.BadPayload |
The responding JID cannot accept the specified payload (e.g. the data form did not provide one or more required fields).
|
| Command.BadSessionId |
The responding JID cannot accept the specified sessionid.
|
| Command.MalformedAction |
The responding JID does not understand the specified action.
|
| Command.Note |
Represents a note associated with a command.
|
| Command.SessionExpired |
The requesting JID specified a sessionid that is no longer active (either because it was completed, canceled, or timed out).
|
| Enum | Description |
|---|---|
| Command.Action |
Represents a command action.
|
| Command.Note.Type |
Represents the note type.
|
| Command.Status |
Represents the status of the command.
|
Provides XML schema implementations of XEP-0050: Ad-Hoc Commands.
It defines an XMPP protocol extension for advertising and executing application-specific commands, such as those related to a configuration workflow. Typically the commands contain data forms (XEP-0004) in order to structure the information exchange.
Copyright © 2014–2019 XMPP.rocks. All rights reserved.