From 7ec2ce8fd7d30a536823ef9e08a3dad80ce76d4e Mon Sep 17 00:00:00 2001 From: dequis Date: Wed, 10 Jan 2018 00:05:23 -0300 Subject: 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. --- doc/user-guide/commands.xml | 46 ++------------------------------------------- 1 file changed, 2 insertions(+), 44 deletions(-) (limited to 'doc/user-guide/commands.xml') 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 @@ - - account add msn <handle@server.tld> [<password>] - - - - For MSN connections there are no special arguments. - - - - account add oscar <handle> [<password>] @@ -923,13 +913,10 @@ - Currently only available for MSN connections, and for jabber groupchats. - - - 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. - 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. @@ -1027,17 +1014,6 @@ - - false - - - - 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. - - - - - false @@ -1619,24 +1595,6 @@ - - false - - - - Turn on this flag if you have difficulties talking to offline/invisible contacts. - - - - 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. - - - - 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. - - - - -- cgit v1.2.3 From d16809189df2afac2162945666912ec198b2daa2 Mon Sep 17 00:00:00 2001 From: Alyssa Ross Date: Tue, 6 Feb 2018 21:06:51 +0000 Subject: Update Twitter character limit to 280 characters --- doc/user-guide/commands.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/user-guide/commands.xml') diff --git a/doc/user-guide/commands.xml b/doc/user-guide/commands.xml index 78567bc1..35a1300c 100644 --- a/doc/user-guide/commands.xml +++ b/doc/user-guide/commands.xml @@ -1037,11 +1037,11 @@ - 140 + 280 - Since Twitter rejects messages longer than 140 characters, BitlBee can count message length and emit a warning instead of waiting for Twitter to reject it. + Since Twitter rejects messages longer than 280 characters, BitlBee can count message length and emit a warning instead of waiting for Twitter to reject it. -- cgit v1.2.3