aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authordequis <dx@dxzone.com.ar>2015-01-18 13:15:40 -0300
committerdequis <dx@dxzone.com.ar>2015-01-25 23:43:34 -0300
commitfcb2c2eee4526bb58dccf17f8702d670dda62644 (patch)
tree661cdba9d9fd16e92198670606db1e7d32e1bfe8 /doc
parentbe1efa31e01a96be922c7addba2d9207bfbdf5fc (diff)
jabber: Account-wide display_name setting, for groupchats
This sets the default value of 'nick' for newly created groupchats. There is no way to set an account-wide nick.
Diffstat (limited to 'doc')
-rw-r--r--doc/user-guide/commands.xml8
1 files changed, 7 insertions, 1 deletions
diff --git a/doc/user-guide/commands.xml b/doc/user-guide/commands.xml
index e7d56ba1..682c5dc1 100644
--- a/doc/user-guide/commands.xml
+++ b/doc/user-guide/commands.xml
@@ -887,7 +887,13 @@
<bitlbee-setting name="display_name" type="string" scope="account">
<description>
<para>
- Currently only available for MSN connections. This setting allows you to read and change your "friendly name" for this connection. Since this is a server-side setting, it can't be changed when the account is off-line.
+ Currently only available for MSN connections, and for jabber groupchats.
+ </para>
+ <para>
+ For MSN: This setting allows you to read and change your "friendly name" for this connection. Since this is a server-side setting, it can't be changed when the account is off-line.
+ </para>
+ <para>
+ For jabber groupchats: this sets the default value of 'nick' for newly created groupchats. There is no way to set an account-wide nick like MSN.
</para>
</description>
</bitlbee-setting>