diff options
author | Miklos Vajna <vmiklos@vmiklos.hu> | 2012-12-29 11:44:24 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@vmiklos.hu> | 2012-12-29 11:44:24 +0100 |
commit | 3c7af69632578033cc7dfb1b8fa83ee4c1221b97 (patch) | |
tree | ede574a14e5df268f51cf6022f66d7baf092bb47 /protocols/skype/README | |
parent | 14d0b021045b5d92939a795fc244f0b12a66726a (diff) |
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.
Diffstat (limited to 'protocols/skype/README')
-rw-r--r-- | protocols/skype/README | 3 |
1 files changed, 2 insertions, 1 deletions
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) |