Supporting cancellation of requests

If a server supports a request that can be cancelled after being made, we recommended that the cancellation take the form of a message with a value of "cancel" for the msg attribute and with the same id attribute as the original request. It's not necessary to support the cancellation of requests, but if your application does support them, this standard message should be used.