Ignore:
Timestamp:
2018-01-10T03:05:23Z (6 years ago)
Author:
dequis <dx@…>
Branches:
master
Children:
d168091
Parents:
4a9c6b0
Message:

Remove MSN. Use the skypeweb purple plugin instead.

RIP

As per http://ismsndeadyet.com/ all versions up to MSNP22 died a few
months ago. We had a MSNP21 implementation, bought us two extra years.

Implementing MSNP24 is technically possible but also pointless given
skypeweb, and the authentication requires some fairly messed up crypto
and legacy old-skype-protocol servers. For a long time I tried to
reverse a potentially simpler method, and got fairly close, but never
completed that. I haven't done any attempts to continue it in the last
year, so I'm fine with giving up at this point.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/user-guide/commands.xml

    r4a9c6b0 r7ec2ce8  
    4343                        </bitlbee-command>
    4444
    45                         <bitlbee-command name="msn">
    46                                 <syntax>account add msn &lt;handle@server.tld&gt; [&lt;password&gt;]</syntax>
    47 
    48                                 <description>
    49                                         <para>
    50                                                 For MSN connections there are no special arguments.
    51                                         </para>
    52                                 </description>
    53                         </bitlbee-command>
    54                        
    5545                        <bitlbee-command name="oscar">
    5646                                <syntax>account add oscar &lt;handle&gt; [&lt;password&gt;]</syntax>
     
    924914                <description>
    925915                        <para>
    926                                 Currently only available for MSN connections, and for jabber groupchats.
    927                         </para>
    928                         <para>
    929                                 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.
    930                         </para>
    931                         <para>
    932                                 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.
     916                                Currently only available for jabber groupchats.
     917                        </para>
     918                        <para>
     919                                For jabber groupchats: this sets the default value of 'nick' for newly created groupchats. There is no way to set an account-wide nick.
    933920                        </para>
    934921                </description>
     
    10231010                        <para>
    10241011                                Only supported by OSCAR so far, you can use this setting to ignore ICQ authorization requests, which are hardly used for legitimate (i.e. non-spam) reasons anymore.
    1025                         </para>
    1026                 </description>
    1027 
    1028         </bitlbee-setting>
    1029 
    1030         <bitlbee-setting name="local_display_name" type="boolean" scope="account">
    1031                 <default>false</default>
    1032 
    1033                 <description>
    1034                         <para>
    1035                                 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.
    10361012                        </para>
    10371013                </description>
     
    16201596        </bitlbee-setting>
    16211597
    1622         <bitlbee-setting name="switchboard_keepalives" type="boolean" scope="account">
    1623                 <default>false</default>
    1624 
    1625                 <description>
    1626                         <para>
    1627                                 Turn on this flag if you have difficulties talking to offline/invisible contacts.
    1628                         </para>
    1629                        
    1630                         <para>
    1631                                 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.
    1632                         </para>
    1633                        
    1634                         <para>
    1635                                 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.
    1636                         </para>
    1637                 </description>
    1638         </bitlbee-setting>
    1639 
    16401598        <bitlbee-setting name="tag" type="string" scope="account">
    16411599                <description>
Note: See TracChangeset for help on using the changeset viewer.