From 642a32cb77e6590b2fe227fbb02c2abaa29b0c0d Mon Sep 17 00:00:00 2001 From: Shailesh Patil Date: Mon, 14 Aug 2023 13:22:12 +0100 Subject: [PATCH] Readme updated (#73) * fix: mediator test * docs: update No status message is sent on delivery request --------- Co-authored-by: Shailesh Patil Co-authored-by: Shailesh Patil <53746241+mineme0110@users.noreply.github.com> Signed-off-by: Shailesh Patil --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2a5cb41e..4faaef00 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ The mediator is especially useful when the edge entities are not always online, - [DONE] `MediatorCoordination 2.0` - https://didcomm.org/mediator-coordination/2.0 - See [link for the protocol specs](/Coordinate-Mediation-Protocol.md) - [TODO] `MediatorCoordination 3.0` - https://didcomm.org/mediator-coordination/3.0 -- [DONE] `Pickup 3` - https://didcomm.org/pickup/3.0 +- [DONE] `Pickup 3` - https://didcomm.org/pickup/3.0 [ with exclusion of When the delivery request (https://didcomm.org/messagepickup/3.0/delivery-request) is made, but there are no messages currently available to be sent, No status message is sent immediately, Instead you can check the the status of message using the status request https://didcomm.org/messagepickup/3.0/status-request] - [DONE] `TrustPing 2.0` - https://didcomm.org/trust-ping/2.0/ ## How to run