Package | Description |
---|---|
org.jivesoftware.smackx.amp.packet |
Stanzas and extension elements for XEP-0079: Advanced Message Processing.
|
Modifier and Type | Method and Description |
---|---|
List<AMPExtension.Rule> |
AMPExtension.getRules()
Returns a unmodifiable List of the rules in the packet.
|
Modifier and Type | Method and Description |
---|---|
void |
AMPExtension.addRule(AMPExtension.Rule rule)
Adds a rule to the amp element.
|