From e8c7e16a61b97df4b4441f3a464da92dd7728402 Mon Sep 17 00:00:00 2001 From: arnoweiss Date: Fri, 8 May 2026 13:04:08 +0200 Subject: [PATCH] fix: clarify TransferStartMessage can be sent by consumer when transfer is suspended --- specifications/transfer/transfer.process.protocol.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specifications/transfer/transfer.process.protocol.md b/specifications/transfer/transfer.process.protocol.md index 0f107e6..5475ed7 100644 --- a/specifications/transfer/transfer.process.protocol.md +++ b/specifications/transfer/transfer.process.protocol.md @@ -131,7 +131,7 @@ again, the [=Provider=] SHOULD respond with an appropriate [Transfer Start Messa | | | |---------------------|--------------------------------------------------------------------------------------------| -| **Sent by** | [=Provider=] | +| **Sent by** | [=Provider=], or [=Consumer=] if transfer process is `SUSPENDED`. | | **Resulting state** | `STARTED` | | **Response** | [ACK](#ack-transfer-process) or [ERROR](#error-transfer-error) | | **Schema** | [JSON Schema](message/schema/transfer-start-message-schema.json) |