gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-sync] branch master updated: return 'implementation' field in /co


From: gnunet
Subject: [taler-sync] branch master updated: return 'implementation' field in /config responses
Date: Mon, 05 Feb 2024 11:51:31 +0100

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository sync.

The following commit(s) were added to refs/heads/master by this push:
     new 0e5e8e3  return 'implementation' field in /config responses
0e5e8e3 is described below

commit 0e5e8e3afcea125d1cc4c9c54866823d35710fbe
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Mon Feb 5 11:51:28 2024 +0100

    return 'implementation' field in /config responses
---
 src/sync/sync-httpd_config.c | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/src/sync/sync-httpd_config.c b/src/sync/sync-httpd_config.c
index f8a0b17..563ac99 100644
--- a/src/sync/sync-httpd_config.c
+++ b/src/sync/sync-httpd_config.c
@@ -54,6 +54,8 @@ SH_handler_config (struct SH_RequestHandler *rh,
     MHD_HTTP_OK,
     GNUNET_JSON_pack_string ("name",
                              "sync"),
+    GNUNET_JSON_pack_string ("implementation",
+                             "urn:net:taler:specs:sync:c-reference"),
     GNUNET_JSON_pack_uint64 ("storage_limit_in_megabytes",
                              SH_upload_limit_mb),
     TALER_JSON_pack_amount ("liability_limit",
@@ -61,7 +63,7 @@ SH_handler_config (struct SH_RequestHandler *rh,
     TALER_JSON_pack_amount ("annual_fee",
                             &SH_annual_fee),
     GNUNET_JSON_pack_string ("version",
-                             "2:0:0"));
+                             "2:1:0"));
 }
 
 

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]