aboutsummaryrefslogtreecommitdiff
path: root/scripts/up-down-protocol-samples/error_response.xml
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2007-06-20 16:48:49 +0000
committerRob Austein <sra@hactrn.net>2007-06-20 16:48:49 +0000
commitca3794a6adba47828af9c84de541234be15c32cc (patch)
treee8c9acd29d77b4a432115ed4c055e3c22843ea71 /scripts/up-down-protocol-samples/error_response.xml
parent8b5435c45f13cd710d007b852267edec30137786 (diff)
Checkpoint
svn path=/scripts/up-down-protocol-samples/Makefile; revision=677
Diffstat (limited to 'scripts/up-down-protocol-samples/error_response.xml')
-rw-r--r--scripts/up-down-protocol-samples/error_response.xml11
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>