diff options
| author | Wilmer van der Gaast <wilmer@gaast.net> | 2010-06-24 10:14:34 +0100 | 
|---|---|---|
| committer | Wilmer van der Gaast <wilmer@gaast.net> | 2010-06-24 10:14:34 +0100 | 
| commit | 8b8def5854857248f66b6a2580ce2e5a8f5597c8 (patch) | |
| tree | 36d6328e966fed589f46076936fc50ff8063ed50 /doc | |
| parent | 7cd2e8a6c0ba091f56e6ee8bc087c799faee3662 (diff) | |
| parent | 38ff846b14f1d1f80983a0818b9bcf60581a2a34 (diff) | |
Merging a few revisions from mainline.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/user-guide/commands.xml | 14 | 
1 files changed, 14 insertions, 0 deletions
| diff --git a/doc/user-guide/commands.xml b/doc/user-guide/commands.xml index ce60b6db..96d54530 100644 --- a/doc/user-guide/commands.xml +++ b/doc/user-guide/commands.xml @@ -1019,6 +1019,20 @@  		</description>  	</bitlbee-setting> +	<bitlbee-setting name="user_agent" type="string" scope="account"> +		<default>BitlBee</default> + +		<description> +			<para> +				Some Jabber servers are configured to only allow a few (or even just one) kinds of XMPP clients to connect to them. +			</para> +			 +			<para> +				You can change this setting to make BitlBee present itself as a different client, so that you can still connect to these servers. +			</para> +		</description> +	</bitlbee-setting> +  	<bitlbee-setting name="web_aware" type="string" scope="account">  		<default>false</default> | 
