From 3c7af69632578033cc7dfb1b8fa83ee4c1221b97 Mon Sep 17 00:00:00 2001 From: Miklos Vajna Date: Sat, 29 Dec 2012 11:44:24 +0100 Subject: skype: make it not hang with >=2.2.0.35 Sadly reading users of larger groups using the public API just hangs in newer Skype versions. Skype4Py already defines a timeout for requests, but still: startup takes *minutes*. Work this around by disabling reading of groups by default. --- protocols/skype/README | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'protocols/skype/README') diff --git a/protocols/skype/README b/protocols/skype/README index 2c962d54..95ac0475 100644 --- a/protocols/skype/README +++ b/protocols/skype/README @@ -30,7 +30,7 @@ not..) == Requirements -* Skype >= 1.4.0.99. The latest version I've tested is 2.1.0.81. +* Skype >= 1.4.0.99. The latest version I've tested is 2.2.0.35. * BitlBee >= 3.0. The latest version I've tested is @BITLBEE_VERSION@. Use old versions (see the NEWS file about which one) if you have older BitlBee installed. @@ -352,6 +352,7 @@ $ skyped -n -d - Group support: + * To enable: `account skype set read_groups true` * Skype groups are told to BitlBee * The usual `/invite` in a group channel adds the buddy to the group in skype as well (and if necessary, it creates a new group in Skype) -- cgit v1.2.3