aboutsummaryrefslogtreecommitdiff
path: root/src/auditor
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2024-02-05 11:51:17 +0100
committerChristian Grothoff <christian@grothoff.org>2024-02-05 11:51:17 +0100
commit607f05fd72b88763cdf6044ac927caa082e352af (patch)
treefcfab11b94f3a34d2f43a77d664b13dda072f636 /src/auditor
parent14ccce8feebf4a9e5622ed4d93399cecf9a37248 (diff)
downloadexchange-607f05fd72b88763cdf6044ac927caa082e352af.tar.xz
return 'implementation' field in /config responsesv0.9.4-dev.12
Diffstat (limited to 'src/auditor')
-rw-r--r--src/auditor/taler-auditor-httpd.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/auditor/taler-auditor-httpd.c b/src/auditor/taler-auditor-httpd.c
index 94adb5471..be6d74be6 100644
--- a/src/auditor/taler-auditor-httpd.c
+++ b/src/auditor/taler-auditor-httpd.c
@@ -48,7 +48,7 @@
* release version, and the format is NOT the same that semantic
* versioning uses either.
*/
-#define AUDITOR_PROTOCOL_VERSION "0:0:0"
+#define AUDITOR_PROTOCOL_VERSION "0:1:0"
/**
* Backlog for listen operation on unix domain sockets.
@@ -161,6 +161,8 @@ handle_config (struct TAH_RequestHandler *rh,
"taler-auditor"),
GNUNET_JSON_pack_string ("version",
AUDITOR_PROTOCOL_VERSION),
+ GNUNET_JSON_pack_string ("implementation",
+ "urn:net:taler:specs:auditor:c-reference"),
GNUNET_JSON_pack_string ("currency",
TAH_currency),
GNUNET_JSON_pack_data_auto ("auditor_public_key",