diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/CHANGES | 3 | ||||
| -rw-r--r-- | doc/user-guide/commands.xml | 2 | 
2 files changed, 4 insertions, 1 deletions
| diff --git a/doc/CHANGES b/doc/CHANGES index cbd8d737..1cac2dc7 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -18,6 +18,9 @@ Version 1.2.5:  - Auto reconnect is now enabled by default since all protocols can properly    detect cases where auto reconnect should be avoided (i.e. concurrent    logins). +- Changed the default resource_select setting which should reduce message +  routing issues on Jabber (i.e. messages going someone's phone instead of +  the main client).  Fixed 17 Mar 2010 diff --git a/doc/user-guide/commands.xml b/doc/user-guide/commands.xml index 931608ee..700df7bb 100644 --- a/doc/user-guide/commands.xml +++ b/doc/user-guide/commands.xml @@ -715,7 +715,7 @@  	</bitlbee-setting>  	<bitlbee-setting name="resource_select" type="string" scope="account"> -		<default>priority</default> +		<default>activity</default>  		<possible-values>priority, activity</possible-values>  		<description> | 
