diff options
author | dequis <dx@dxzone.com.ar> | 2016-03-10 02:20:31 -0300 |
---|---|---|
committer | dequis <dx@dxzone.com.ar> | 2016-03-20 00:58:05 -0300 |
commit | 3320d6d9868729ce1d7b5a90866554bc898a1fa3 (patch) | |
tree | ede2c0d459956c4345e0c48a9deb169c1b35e721 /doc | |
parent | 63825d6c4c22c15c48db35ce6d23e1b8ced8c79c (diff) |
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
Diffstat (limited to 'doc')
-rw-r--r-- | doc/user-guide/commands.xml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/doc/user-guide/commands.xml b/doc/user-guide/commands.xml index 99e45b5d..6f66a39d 100644 --- a/doc/user-guide/commands.xml +++ b/doc/user-guide/commands.xml @@ -648,6 +648,24 @@ </description> </bitlbee-setting> + <bitlbee-setting name="always_use_nicks" type="boolean" scope="channel"> + <default>false</default> + + <description> + <para> + 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) + </para> + + <para> + 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. + </para> + + <para> + Note that manual nick changes done through the <emphasis>rename</emphasis> command always take priority + </para> + </description> + </bitlbee-setting> + <bitlbee-setting name="auto_connect" type="boolean" scope="account,global"> <default>true</default> |