Uses of Class
org.jivesoftware.smackx.amp.packet.AMPExtension.Rule
-
Packages that use AMPExtension.Rule Package Description org.jivesoftware.smackx.amp.packet Stanzas and extension elements for XEP-0079: Advanced Message Processing. -
-
Uses of AMPExtension.Rule in org.jivesoftware.smackx.amp.packet
Methods in org.jivesoftware.smackx.amp.packet that return types with arguments of type AMPExtension.Rule Modifier and Type Method Description java.util.List<AMPExtension.Rule>
AMPExtension. getRules()
Returns a unmodifiable List of the rules in the packet.Methods in org.jivesoftware.smackx.amp.packet with parameters of type AMPExtension.Rule Modifier and Type Method Description void
AMPExtension. addRule(AMPExtension.Rule rule)
Adds a rule to the amp element.
-