diff options
author | Wilmer van der Gaast <wilmer@gaast.net> | 2010-08-21 23:25:37 +0100 |
---|---|---|
committer | Wilmer van der Gaast <wilmer@gaast.net> | 2010-08-21 23:25:37 +0100 |
commit | 0ebf919dd8b47e50ce060f46f2dc5f10f3867207 (patch) | |
tree | 7a7ab813da9884d037547116c1d9b321f982f5cd /doc/user-guide | |
parent | a758ec197f3a01dda26d394c1e5125787e4831b6 (diff) |
Pass "user is mobile" info coming from OSCAR up to BitlBee and show mobile
people as away=Mobile. Bug #462 (and others for other protocols).
Diffstat (limited to 'doc/user-guide')
-rw-r--r-- | doc/user-guide/commands.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/user-guide/commands.xml b/doc/user-guide/commands.xml index 8bbada95..989fc392 100644 --- a/doc/user-guide/commands.xml +++ b/doc/user-guide/commands.xml @@ -828,6 +828,17 @@ </bitlbee-setting> + <bitlbee-setting name="mobile_is_away" type="boolean" scope="global"> + <default>false</default> + + <description> + <para> + Most IM networks have a mobile version of their client. People who use these may not be paying that much attention to messages coming in. By enabling this setting, people using mobile clients will always be shown as away. + </para> + </description> + + </bitlbee-setting> + <bitlbee-setting name="nick" type="string" scope="chat"> <description> <para> |