aboutsummaryrefslogtreecommitdiffstats
path: root/doc/user-guide/commands.xml
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2005-11-19 16:24:46 +0100
committerJelmer Vernooij <jelmer@samba.org>2005-11-19 16:24:46 +0100
commit9c8ae507985a29b41a22cf30b803141e9ba82a9b (patch)
treee8e96ff2e33512018e7838dfa58983c45a7e0062 /doc/user-guide/commands.xml
parentcc9079ee091707aba3d5b0580a6191eb4541cbec (diff)
parent2cdd8ce76ce334327c84516ff78f3b00bef5bebf (diff)
Merge Wilmer
Diffstat (limited to 'doc/user-guide/commands.xml')
-rw-r--r--doc/user-guide/commands.xml14
1 files changed, 9 insertions, 5 deletions
diff --git a/doc/user-guide/commands.xml b/doc/user-guide/commands.xml
index 1fc30e6d..933fb5b6 100644
--- a/doc/user-guide/commands.xml
+++ b/doc/user-guide/commands.xml
@@ -302,13 +302,15 @@
</description>
</bitlbee-setting>
- <bitlbee-setting name="html" type="string">
- <default>nostrip</default>
- <possible-values>strip, nostrip</possible-values>
+ <bitlbee-setting name="strip_html" type="boolean">
+ <default>True</default>
<description>
<para>
- Determines what BitlBee should do with HTML in messages. If set to nostrip, HTML in messages will not be touched. If set to strip, all HTML will be stripped from messages. Unfortunately this sometimes strips too much.
+ Determines what BitlBee should do with HTML in messages. Normally this is turned on and HTML will be stripped from messages, if BitlBee thinks there is HTML.
+ </para>
+ <para>
+ If BitlBee fails to detect this sometimes (most likely in AIM messages over an ICQ connection), you can set this setting to <emphasis>always</emphasis>, but this might sometimes accidentally strip non-HTML things too.
</para>
</description>
</bitlbee-setting>
@@ -461,10 +463,12 @@
</bitlbee-setting>
<bitlbee-setting name="buddy_sendbuffer_delay" type="integer">
+ <default>200</default>
+
<description>
<para>
- Tell BitlBee after how many seconds a buffered message should be sent.
+ Tell BitlBee after how many (mili)seconds a buffered message should be sent. Values greater than 5 will be interpreted as miliseconds, 5 and lower as seconds.
</para>
<para>