diff options
author | mathieui <mathieui@mathieui.net> | 2013-06-10 23:49:10 +0200 |
---|---|---|
committer | mathieui <mathieui@mathieui.net> | 2013-06-10 23:49:10 +0200 |
commit | 97d3690aea8926f50eed2d5d0194114228c1e3ef (patch) | |
tree | 4ead7642134f3cb7b4542297597ea13c056a487d /data | |
parent | 4220c36021c17dc27136a09041b9c0a47f5e0a57 (diff) | |
download | poezio-97d3690aea8926f50eed2d5d0194114228c1e3ef.tar.gz poezio-97d3690aea8926f50eed2d5d0194114228c1e3ef.tar.bz2 poezio-97d3690aea8926f50eed2d5d0194114228c1e3ef.tar.xz poezio-97d3690aea8926f50eed2d5d0194114228c1e3ef.zip |
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.
Diffstat (limited to 'data')
-rw-r--r-- | data/default_config.cfg | 4 |
1 files changed, 4 insertions, 0 deletions
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 |