--- doc/message-api.txt | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/doc/message-api.txt b/doc/message-api.txt index 2922e5d..274bb98 100644 --- a/doc/message-api.txt +++ b/doc/message-api.txt @@ -31,6 +31,13 @@ Signals PropertyChanged(string name, variant value) The only expected property change is for the message status. + ReportChanged(string type, variant recipient, variant status) + + Signal that is sent when a report has been received and + processed. It contains the type of the report + ("delivery_report" or other), the recipient concerned + and its new status. + Properties string Status [readonly] The status of the message. Possible values are -- 1.7.9.5