diff options
author | Florent Le Coz <louiz@louiz.org> | 2011-04-04 19:19:27 +0200 |
---|---|---|
committer | Florent Le Coz <louiz@louiz.org> | 2011-04-04 19:19:27 +0200 |
commit | cb1abbd9451af2062cc8f71f51e0ba903fa2f749 (patch) | |
tree | a4cd6f0619e6f4c47c3e8953e237c463ed8c7eb4 /data | |
parent | 7e2a98b0f5e19abb945ee2f316b4717d269bd3bf (diff) | |
download | poezio-cb1abbd9451af2062cc8f71f51e0ba903fa2f749.tar.gz poezio-cb1abbd9451af2062cc8f71f51e0ba903fa2f749.tar.bz2 poezio-cb1abbd9451af2062cc8f71f51e0ba903fa2f749.tar.xz poezio-cb1abbd9451af2062cc8f71f51e0ba903fa2f749.zip |
Disable xhtml-im by default
Diffstat (limited to 'data')
-rw-r--r-- | data/default_config.cfg | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/data/default_config.cfg b/data/default_config.cfg index 42b27cb6..794ea91d 100644 --- a/data/default_config.cfg +++ b/data/default_config.cfg @@ -51,6 +51,16 @@ after_completion = , # highlighted if said by someone on a room highlight_on = +# XHTML-IM is an XMPP extension letting users send messages +# containing XHTML and CSS formating. We can use this to make +# colored text for example. +# It is disabled by default because this is only in an experimental +# state: you could miss some part of a message (mainly the URL) +# but you can still send colored messages. You just won’t be able te see +# the colors, though +# Set to true if you want to see colored messages +enable_xhtml_im = false + # Set a number for this setting. # The join OR status-change notices will be # displayed according to this number. |