Package | Description |
---|---|
org.jivesoftware.smackx.commands |
Smacks implementation of XEP-0050: Ad-Hoc Commands.
|
org.jivesoftware.smackx.commands.packet |
Element classes for XEP-0050: Ad-Hoc Commands.
|
Modifier and Type | Method and Description |
---|---|
List<AdHocCommandNote> |
AdHocCommand.getNotes()
Returns the notes that the command has at the current stage.
|
Modifier and Type | Method and Description |
---|---|
protected void |
AdHocCommand.addNote(AdHocCommandNote note)
Adds a note to the current stage.
|
Modifier and Type | Method and Description |
---|---|
List<AdHocCommandNote> |
AdHocCommandData.getNotes()
Returns the list of notes that the command has.
|
Modifier and Type | Method and Description |
---|---|
void |
AdHocCommandData.addNote(AdHocCommandNote note) |
void |
AdHocCommandData.removeNote(AdHocCommandNote note) |