diff options
Diffstat (limited to 'scripts/up-down-protocol-samples/error_response.xml')
-rw-r--r-- | scripts/up-down-protocol-samples/error_response.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/scripts/up-down-protocol-samples/error_response.xml b/scripts/up-down-protocol-samples/error_response.xml new file mode 100644 index 00000000..56b983a1 --- /dev/null +++ b/scripts/up-down-protocol-samples/error_response.xml @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> +<message xmlns="http://www.apnic.net/specs/rescerts/up-down/" + version="1" + sender="sender name" + recipient="recipient name" + msg_ref="42" + type="error_response"> + <status>666</status> + <last_msg_processed>17</last_msg_processed> + <description xml:lang="en-US">[Readable text]</description> +</message> |