diff options
author | dequis <dx@dxzone.com.ar> | 2015-07-30 00:18:02 -0300 |
---|---|---|
committer | dequis <dx@dxzone.com.ar> | 2015-07-30 00:18:02 -0300 |
commit | adec7492dd1ed55e12dfb959414a9a2c3605deed (patch) | |
tree | 130390a01884df22df16b23b1d4f9dfef1019b50 /doc/user-guide | |
parent | 4966712aa8cfa0d68b22028023d2be23364e6447 (diff) | |
parent | 73dd021fa884bae857685e9a1beb44948c03399a (diff) |
Merge branch 'develop'
Diffstat (limited to 'doc/user-guide')
-rw-r--r-- | doc/user-guide/commands.xml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/user-guide/commands.xml b/doc/user-guide/commands.xml index 0de4dfcf..8c246d5e 100644 --- a/doc/user-guide/commands.xml +++ b/doc/user-guide/commands.xml @@ -1185,6 +1185,21 @@ </bitlbee-setting> + <bitlbee-setting name="anonymous" type="boolean" scope="account"> + <default>false</default> + + <description> + <para> + This enables SASL ANONYMOUS login for jabber accounts, as specified by XEP-0175. + </para> + + <para> + With this setting enabled, if the server allows this method, a password isn't required and the username part of the JID is ignored (you can use anonymous@jabber.example.com). Servers will usually assign you a random numeric username instead. + </para> + </description> + + </bitlbee-setting> + <bitlbee-setting name="ops" type="string" scope="global"> <default>both</default> <possible-values>both, root, user, none</possible-values> |