diff options
author | mathieui <mathieui@mathieui.net> | 2014-04-27 16:32:03 +0200 |
---|---|---|
committer | mathieui <mathieui@mathieui.net> | 2014-04-27 16:32:03 +0200 |
commit | 5999b71c416f02dc11803bf52a406b9109ddc3c1 (patch) | |
tree | e132ffeb929d23b94ee4ed2261be5bc8498815c1 /doc/source/configuration.rst | |
parent | 60224bb76a08d5332e1d0bca810cf9682d45aa89 (diff) | |
download | poezio-5999b71c416f02dc11803bf52a406b9109ddc3c1.tar.gz poezio-5999b71c416f02dc11803bf52a406b9109ddc3c1.tar.bz2 poezio-5999b71c416f02dc11803bf52a406b9109ddc3c1.tar.xz poezio-5999b71c416f02dc11803bf52a406b9109ddc3c1.zip |
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
Diffstat (limited to 'doc/source/configuration.rst')
-rw-r--r-- | doc/source/configuration.rst | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/source/configuration.rst b/doc/source/configuration.rst index 50b9fc71..cb2fbddb 100644 --- a/doc/source/configuration.rst +++ b/doc/source/configuration.rst @@ -364,6 +364,19 @@ to understand what is :ref:`carbons <carbons-details>` or XHTML and CSS formating. We can use this to make colored text for example. Set to ``true`` if you want to see colored (and otherwise formatted) messages. + request_message_receipts + + **Default value:** ``true`` + + Request message receipts when sending messages (except in groupchats). + + ack_message_receipts + + **Default value:** ``true`` + + Acknowledge message receipts requested by the other party. + + send_chat_states **Default value:** ``true`` |