aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authordequis <dx@dxzone.com.ar>2015-07-30 00:18:02 -0300
committerdequis <dx@dxzone.com.ar>2015-07-30 00:18:02 -0300
commitadec7492dd1ed55e12dfb959414a9a2c3605deed (patch)
tree130390a01884df22df16b23b1d4f9dfef1019b50 /doc
parent4966712aa8cfa0d68b22028023d2be23364e6447 (diff)
parent73dd021fa884bae857685e9a1beb44948c03399a (diff)
Merge branch 'develop'
Diffstat (limited to 'doc')
-rw-r--r--doc/user-guide/commands.xml15
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>
120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203