Advanced Message Processing Rule Actions

This is the official registry of Advanced Message Processing rule actions maintained by the XMPP Registrar, as authorized by XEP-0079: Advanced Message Processing.

Last Updated: 2004-10-11

XML: https://xmpp.org/registrar/amp-actions.xml


Table of Contents


1. alert
2. drop
3. error
4. notify


1. alert

Namespace: http://jabber.org/protocol/amp?action=drop

Behavior: The message is silently discarded but an alert is returned to the sender.

Defined in XEP-0079: Advanced Message Processing.

2. drop

Namespace: http://jabber.org/protocol/amp?action=drop

Behavior: The message is silently discarded.

Defined in XEP-0079: Advanced Message Processing.

3. error

Namespace: http://jabber.org/protocol/amp?action=error

Behavior: The message is not processed and an error is returned to the sender, specifying which rule resulted in failed processing.

Defined in XEP-0079: Advanced Message Processing.

4. notify

Namespace: http://jabber.org/protocol/amp?action=notify

Behavior: The message is processed and a notification message is returned to the sender, specifying which rule was processed.

Defined in XEP-0079: Advanced Message Processing.


Revision History

2004-10-11 Initial version (actions defined in version 1.0 of XEP-0079). (psa)