Changeset 53cd518 for doc/user-guide
- Timestamp:
- 2023-06-12T10:55:32Z (17 months ago)
- 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)
- Location:
- doc/user-guide
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/user-guide/Installation.xml
r612b49d r53cd518 11 11 Download the package with your favorite program and unpack it: <command>tar 12 12 xvfz bitlbee-<version>.tar.gz</command> where <version> is to be 13 replaced by the version number of the BitlBee you downloaded (e.g. 0.91).13 replaced by the version number of the BitlBee you downloaded (e.g. 3.6). 14 14 </para> 15 15 … … 36 36 settings and buddy information. <filename>/var/lib/bitlbee/</filename> 37 37 is 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 39 will be compiled in. To make the binary a bit smaller, you can use these options 41 40 to leave out support for protocols you're not planning to use.</para></listitem> 42 41 <listitem><para>debug - Generate an unoptimized binary with debugging symbols, -
doc/user-guide/commands.xml
r612b49d r53cd518 989 989 </bitlbee-setting> 990 990 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 1002 991 <bitlbee-setting name="mail_notifications" type="boolean" scope="account"> 1003 992 <default>false</default> … … 1456 1445 <description> 1457 1446 <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. 1459 1448 </para> 1460 1449 </description> -
doc/user-guide/quickstart.xml
r612b49d r53cd518 43 43 44 44 <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.45 The 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. 46 46 </para> 47 47
Note: See TracChangeset
for help on using the changeset viewer.