Changeset 3320d6d for doc


Ignore:
Timestamp:
2016-03-20T03:58:05Z (8 years ago)
Author:
dequis <dx@…>
Branches:
master
Children:
4e0e590
Parents:
63825d6
git-author:
dequis <dx@…> (10-03-16 05:20:31)
git-committer:
dequis <dx@…> (20-03-16 03:58:05)
Message:

jabber: Add "always_use_nicks" setting, for non-anonymous MUCs

Basically the same thing as github PR #55, which fixes trac bug 415,
but this one conditionalized that behavior and uses the API introduced a
few commits ago.

I didn't think too much about the setting name and i'm open to changing
it to anything else

File:
1 edited

Legend:

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

    r63825d6 r3320d6d  
    649649        </bitlbee-setting>
    650650
     651        <bitlbee-setting name="always_use_nicks" type="boolean" scope="channel">
     652                <default>false</default>
     653
     654                <description>
     655                        <para>
     656                                Jabber groupchat specific. This setting ensures that the nicks defined by the other members of a groupchat are used, instead of the username part of their JID. This only applies to groupchats where their real JID is known (either "non-anonymous" ones, or "semi-anonymous" from the point of view of the channel moderators)
     657                        </para>
     658
     659                        <para>
     660                                Enabling this may have the side effect of changing the nick of existing contacts, either in your buddy list or in other groupchats. If a contact is in multiple groupchats with different nicks, enabling this setting for all those would result in multiple nick changes when joining, and the order of those changes may vary.
     661                        </para>
     662
     663                        <para>
     664                                Note that manual nick changes done through the <emphasis>rename</emphasis> command always take priority
     665                        </para>
     666                </description>
     667        </bitlbee-setting>
     668
    651669        <bitlbee-setting name="auto_connect" type="boolean" scope="account,global">
    652670                <default>true</default>
Note: See TracChangeset for help on using the changeset viewer.