Changeset 53cd518


Ignore:
Timestamp:
2023-06-12T10:55:32Z (11 months ago)
Author:
Wilmer van der Gaast <github@…>
Branches:
master
Children:
acf26c3
Parents:
612b49d
git-author:
Robert Scheck <robert@…> (06-04-23 17:55:51)
git-committer:
Wilmer van der Gaast <github@…> (12-06-23 10:55:32)
Message:

Modernize texts

...there is no more ICQ, MSN or AIM support in BitlBee

Location:
doc
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • doc/README

    r612b49d r53cd518  
    126126on it almost immediately. And the result is BitlBee.
    127127
     128In the years after, Gaim was renamed to Pidgin, BitlBee got libpurple support
     129allowing to use Pidgin plugins and the support for the old chatprotocols ICQ,
     130MSN and AIM was finally removed from BitlBee.
     131
    128132
    129133WEBSITE
  • doc/user-guide/Installation.xml

    r612b49d r53cd518  
    1111Download the package with your favorite program and unpack it: <command>tar
    1212xvfz bitlbee-&lt;version&gt;.tar.gz</command> where &lt;version&gt; is to be
    13 replaced by the version number of the BitlBee you downloaded (e.g. 0.91).
     13replaced by the version number of the BitlBee you downloaded (e.g. 3.6).
    1414</para>
    1515
     
    3636settings and buddy information. <filename>/var/lib/bitlbee/</filename>
    3737is the default value.</para></listitem>
    38 <listitem><para>jabber, oscar, twitter - By default, support for all
    39 these IM-protocols (OSCAR is the protocol used by both ICQ and AIM) will
    40 be compiled in. To make the binary a bit smaller, you can use these options
     38<listitem><para>jabber, twitter - By default, support for all these IM-protocols
     39will be compiled in. To make the binary a bit smaller, you can use these options
    4140to leave out support for protocols you're not planning to use.</para></listitem>
    4241<listitem><para>debug - Generate an unoptimized binary with debugging symbols,
  • doc/user-guide/commands.xml

    r612b49d r53cd518  
    989989        </bitlbee-setting>
    990990
    991         <bitlbee-setting name="ignore_auth_requests" type="boolean" scope="account">
    992                 <default>false</default>
    993 
    994                 <description>
    995                         <para>
    996                                 Only supported by OSCAR so far, you can use this setting to ignore ICQ authorization requests, which are hardly used for legitimate (i.e. non-spam) reasons anymore.
    997                         </para>
    998                 </description>
    999 
    1000         </bitlbee-setting>
    1001 
    1002991        <bitlbee-setting name="mail_notifications" type="boolean" scope="account">
    1003992                <default>false</default>
     
    14561445                <description>
    14571446                        <para>
    1458                                 Can be set for Jabber- and OSCAR-connections. For Jabber, you might have to set this if the servername isn't equal to the part after the @ in the Jabber handle. For OSCAR this shouldn't be necessary anymore in recent BitlBee versions.
     1447                                Can be set for Jabber-connections. You might have to set this if the servername isn't equal to the part after the @ in the Jabber handle.
    14591448                        </para>
    14601449                </description>
  • doc/user-guide/quickstart.xml

    r612b49d r53cd518  
    4343
    4444<para>
    45 Other built-in IM protocols include oscar and twitter. OSCAR is the protocol used by ICQ and AOL. Some protocols may be available as plugins that you can install, such as facebook, steam, discord and omegle. And you can get even more protocols by using the libpurple variant of BitlBee.
     45The other built-in IM protocol is twitter. Some protocols may be available as plugins that you can install, such as facebook, steam, discord and omegle. And you can get even more protocols by using the libpurple variant of BitlBee.
    4646</para>
    4747
Note: See TracChangeset for help on using the changeset viewer.