Changes in doc/user-guide/commands.xml [f9928cb:0e99548]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/user-guide/commands.xml
rf9928cb r0e99548 608 608 </bitlbee-setting> 609 609 610 <bitlbee-setting name="nick_source" type="string" scope="account">611 <default>handle</default>612 <possible-values>handle, full_name, first_name</possible-values>613 614 <description>615 <para>616 By default, BitlBee generates a nickname for every contact by taking its handle and chopping off everything after the @. In some cases, this gives very inconvenient nicknames. The Facebook XMPP server is a good example, as all Facebook XMPP handles are numeric.617 </para>618 619 <para>620 With this setting set to <emphasis>full_name</emphasis>, the person's full name is used to generate a nickname. Or if you don't like long nicknames, set this setting to <emphasis>first_name</emphasis> instead and only the first word will be used. Note that the full name can be full of non-ASCII characters which will be stripped off.621 </para>622 </description>623 </bitlbee-setting>624 625 610 <bitlbee-setting name="ops" type="string" scope="global"> 626 611 <default>both</default> … … 716 701 717 702 <bitlbee-setting name="resource_select" type="string" scope="account"> 718 <default> activity</default>703 <default>priority</default> 719 704 <possible-values>priority, activity</possible-values> 720 705
Note: See TracChangeset
for help on using the changeset viewer.