From 97d3690aea8926f50eed2d5d0194114228c1e3ef Mon Sep 17 00:00:00 2001 From: mathieui Date: Mon, 10 Jun 2013 23:49:10 +0200 Subject: Implement Message Carbons (XEP-280) - Add an option enable_carbons (defaults to false) - Make a disco on non-roster entites to determine if the message commes from a muc private chat or not. --- data/default_config.cfg | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'data') diff --git a/data/default_config.cfg b/data/default_config.cfg index 13b9f8bc..f7879c8c 100644 --- a/data/default_config.cfg +++ b/data/default_config.cfg @@ -343,6 +343,10 @@ display_user_color_in_join_part = false # Display user tune notifications as information messages or not display_tune_notifications = false +# Enable Message Carbons (XEP-0280) to deliver message copies from and to +# other resources with carbons enabled. +enable_carbons = false + # 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