diff options
author | Wilmer van der Gaast <wilmer@gaast.net> | 2010-04-17 01:44:57 +0200 |
---|---|---|
committer | Wilmer van der Gaast <wilmer@gaast.net> | 2010-04-17 01:44:57 +0200 |
commit | 0f8423414dffedb0a9e8e1e9a041cac356808911 (patch) | |
tree | 74fa50687dc79a01e65fcc860c7c72e9b611dfb3 | |
parent | efbc154f93aeee89877378e8433a035f0a8febb2 (diff) |
Help info for the switchboard_keepalives setting.
-rw-r--r-- | doc/user-guide/commands.xml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/doc/user-guide/commands.xml b/doc/user-guide/commands.xml index 7dd23d0c..a8f030b2 100644 --- a/doc/user-guide/commands.xml +++ b/doc/user-guide/commands.xml @@ -886,6 +886,24 @@ </description> </bitlbee-setting> + <bitlbee-setting name="switchboard_keepalives" type="boolean" scope="account"> + <default>false</default> + + <description> + <para> + Turn on this flag if you have difficulties talking to offline/invisible contacts. + </para> + + <para> + With this setting enabled, BitlBee will send keepalives to MSN switchboards with offline/invisible contacts every twenty seconds. This should keep the server and client on the other side from shutting it down. + </para> + + <para> + This is useful because BitlBee doesn't support MSN offline messages yet and the MSN servers won't let the user reopen switchboards to offline users. Once offline messaging is supported, this flag might be removed. + </para> + </description> + </bitlbee-setting> + <bitlbee-setting name="timezone" type="string" scope="global"> <default>local</default> <possible-values>local, utc, gmt, timezone-spec</possible-values> |