From 5999b71c416f02dc11803bf52a406b9109ddc3c1 Mon Sep 17 00:00:00 2001 From: mathieui Date: Sun, 27 Apr 2014 16:32:03 +0200 Subject: Fix #2106 (implement message delivery receipts) - two options request/ack_message_receipts - two new theme parameters : CHAR_ACK_RECEIVED and COLOR_CHAR_ACK - if a message has a receipt, the character is displayed between the timestamp and the nick, using the color --- data/default_config.cfg | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'data/default_config.cfg') diff --git a/data/default_config.cfg b/data/default_config.cfg index f2e45e46..ef863ee4 100644 --- a/data/default_config.cfg +++ b/data/default_config.cfg @@ -370,6 +370,12 @@ display_tune_notifications = false # other resources with carbons enabled. enable_carbons = false +# Acknowledge message delivery receipts (XEP-0184) +ack_message_receipts = true + +# Ask for message delivery receipts (XEP-0184) +request_message_receipts = true + # Receive the tune notifications or not (in order to display informations # in the roster). # If this is set to false, then the display_tune_notifications -- cgit v1.2.3