| Package | Description |
|---|---|
| org.jivesoftware.smackx.amp | |
| org.jivesoftware.smackx.amp.packet |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
AMPManager.isActionSupported(XMPPConnection connection,
AMPExtension.Action action)
Check if server supports specified action
|
| Modifier and Type | Method and Description |
|---|---|
AMPExtension.Action |
AMPExtension.Rule.getAction() |
static AMPExtension.Action |
AMPExtension.Action.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AMPExtension.Action[] |
AMPExtension.Action.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
Rule(AMPExtension.Action action,
AMPExtension.Condition condition)
Create a new amp rule with specified action and condition.
|