From 85bf0046da63d31b27847772df5ca2c207b687d8 Mon Sep 17 00:00:00 2001 From: Christian Fetzer Date: Tue, 24 Sep 2013 16:16:04 +0200 Subject: [PATCH] obexd: Update Status property in map documentation For outgoing messages, the status field values are: "delivery-success", "sending-success", "delivery-failure", "sending-failure" --- doc/obex-api.txt | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/doc/obex-api.txt b/doc/obex-api.txt index eda7cb9c4..c3f52438a 100644 --- a/doc/obex-api.txt +++ b/doc/obex-api.txt @@ -598,10 +598,14 @@ Methods void SetFolder(string name) string Status: - Message reception status + Message status - Possible values: "complete", - "fractioned" and "notification" + Possible values for received messages: + "complete", "fractioned", "notification" + + Possible values for sent messages: + "delivery-success", "sending-success", + "delivery-failure", "sending-failure" uint64 AttachmentSize: -- 2.47.3