diff options
author | dequis <dx@dxzone.com.ar> | 2015-07-04 18:25:16 -0300 |
---|---|---|
committer | dequis <dx@dxzone.com.ar> | 2015-07-04 18:25:16 -0300 |
commit | 73dd021fa884bae857685e9a1beb44948c03399a (patch) | |
tree | 4d660c760455718e247844df1e368b2e9c52cad9 /doc/user-guide | |
parent | 632a232fc8d51df9b269d60fdf9f1a08355513ec (diff) |
jabber: Add SASL ANONYMOUS support (XEP-0175)
Use "account jabber set anonymous on" to have bitlbee try that method
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> |