From 3320d6d9868729ce1d7b5a90866554bc898a1fa3 Mon Sep 17 00:00:00 2001 From: dequis Date: Thu, 10 Mar 2016 02:20:31 -0300 Subject: 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 --- doc/user-guide/commands.xml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'doc/user-guide') 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 @@ + + false + + + + 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) + + + + 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. + + + + Note that manual nick changes done through the rename command always take priority + + + + true -- cgit v1.2.3