diff options
Diffstat (limited to 'doc/user-guide/commands.xml')
-rw-r--r-- | doc/user-guide/commands.xml | 46 |
1 files changed, 2 insertions, 44 deletions
diff --git a/doc/user-guide/commands.xml b/doc/user-guide/commands.xml index f20e3298..78567bc1 100644 --- a/doc/user-guide/commands.xml +++ b/doc/user-guide/commands.xml @@ -42,16 +42,6 @@ </description> </bitlbee-command> - <bitlbee-command name="msn"> - <syntax>account add msn <handle@server.tld> [<password>]</syntax> - - <description> - <para> - For MSN connections there are no special arguments. - </para> - </description> - </bitlbee-command> - <bitlbee-command name="oscar"> <syntax>account add oscar <handle> [<password>]</syntax> @@ -923,13 +913,10 @@ <bitlbee-setting name="display_name" type="string" scope="account"> <description> <para> - Currently only available for MSN connections, and for jabber groupchats. - </para> - <para> - For MSN: This setting allows you to read and change your "friendly name" for this connection. Since this is a server-side setting, it can't be changed when the account is off-line. + Currently only available for jabber groupchats. </para> <para> - For jabber groupchats: this sets the default value of 'nick' for newly created groupchats. There is no way to set an account-wide nick like MSN. + For jabber groupchats: this sets the default value of 'nick' for newly created groupchats. There is no way to set an account-wide nick. </para> </description> </bitlbee-setting> @@ -1027,17 +1014,6 @@ </bitlbee-setting> - <bitlbee-setting name="local_display_name" type="boolean" scope="account"> - <default>false</default> - - <description> - <para> - Mostly meant to work around a bug in MSN servers (forgetting the display name set by the user), this setting tells BitlBee to store your display name locally and set this name on the MSN servers when connecting. - </para> - </description> - - </bitlbee-setting> - <bitlbee-setting name="mail_notifications" type="boolean" scope="account"> <default>false</default> @@ -1619,24 +1595,6 @@ </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="tag" type="string" scope="account"> <description> <para> |