<?xml version="1.0"?>
<registry type="amp-actions">
  <action>
    <name>alert</name>
    <ns>http://jabber.org/protocol/amp?action=drop</ns>
    <behavior>The message is silently discarded but an alert is returned to the sender.</behavior>
    <doc>XEP-0079: Advanced Message Processing</doc>
  </action>
  <action>
    <name>drop</name>
    <ns>http://jabber.org/protocol/amp?action=drop</ns>
    <behavior>The message is silently discarded.</behavior>
    <doc>XEP-0079: Advanced Message Processing</doc>
  </action>
  <action>
    <name>error</name>
    <ns>http://jabber.org/protocol/amp?action=error</ns>
    <behavior>The message is not processed and an error is returned to the sender, specifying which rule resulted in failed processing.</behavior>
    <doc>XEP-0079: Advanced Message Processing</doc>
  </action>
  <action>
    <name>notify</name>
    <ns>http://jabber.org/protocol/amp?action=notify</ns>
    <behavior>The message is processed and a notification message is returned to the sender, specifying which rule was processed.</behavior>
    <doc>XEP-0079: Advanced Message Processing</doc>
  </action>
</registry>
