Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/user-guide/commands.xml

    rc572dd6 rb7d3cc34  
    303303        </bitlbee-setting>
    304304
    305         <bitlbee-setting name="strip_html" type="boolean">
    306                 <default>True</default>
    307 
    308                 <description>
    309                         <para>
    310                                 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.
    311                         </para>
    312                         <para>
    313                                 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.
     305        <bitlbee-setting name="html" type="string">
     306                <default>nostrip</default>
     307                <possible-values>strip, nostrip</possible-values>
     308
     309                <description>
     310                        <para>
     311                                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.
    314312                        </para>
    315313                </description>
     
    464462
    465463        <bitlbee-setting name="buddy_sendbuffer_delay" type="integer">
    466                 <default>200</default>
    467 
    468                 <description>
    469 
    470                         <para>
    471                                 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.
     464                <description>
     465
     466                        <para>
     467                                Tell BitlBee after how many seconds a buffered message should be sent.
    472468                        </para>
    473469
Note: See TracChangeset for help on using the changeset viewer.