aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authordequis <dx@dxzone.com.ar>2016-12-27 14:24:50 -0300
committerdequis <dx@dxzone.com.ar>2016-12-27 14:24:50 -0300
commit7801298f6a855cda0c62433d45ec717d2773ef73 (patch)
tree0c7cfab0f55843c0f216ff7cb6130804adae4e34 /doc
parent9cdcef077ed523966f508a3721944a16425734cb (diff)
Per-account handle_unknown
Credit for the idea goes to russian XMPP spammers. Thanks!
Diffstat (limited to 'doc')
-rw-r--r--doc/user-guide/commands.xml10
1 files changed, 7 insertions, 3 deletions
diff --git a/doc/user-guide/commands.xml b/doc/user-guide/commands.xml
index 91e02ff2..1ddf9764 100644
--- a/doc/user-guide/commands.xml
+++ b/doc/user-guide/commands.xml
@@ -1007,19 +1007,23 @@
</description>
</bitlbee-setting>
- <bitlbee-setting name="handle_unknown" type="string" scope="global">
+ <bitlbee-setting name="handle_unknown" type="string" scope="account,global">
<default>add_channel</default>
- <possible-values>root, add, add_private, add_channel, ignore</possible-values>
+ <possible-values>add_private, add_channel, ignore</possible-values>
<description>
<para>
- By default, messages from people who aren't in your contact list are shown in a control channel instead of as a private message.
+ By default, messages from people who aren't in your contact list are shown in a control channel (add_channel) instead of as a private message (add_private)
</para>
<para>
If you prefer to ignore messages from people you don't know, you can set this one to "ignore". "add_private" and "add_channel" are like add, but you can use them to make messages from unknown buddies appear in the channel instead of a query window.
</para>
+ <para>
+ This can be set to individual accounts, which is useful to only ignore accounts that are targeted by spammers, without missing messages from legitimate unknown contacts in others. Note that incoming add requests are visible regardless of this setting.
+ </para>
+
<note>
<para>
Although these users will appear in your control channel, they aren't added to your real contact list. When you restart BitlBee, these auto-added users will be gone. If you want to keep someone in your list, you have to fixate the add using the <emphasis>add</emphasis> command.