]> git.pld-linux.org Git - packages/bitlbee.git/blame - skype-no-groups.patch
skyped: allow override builtin Skype4Py transport
[packages/bitlbee.git] / skype-no-groups.patch
CommitLineData
7da1b959
ER
1Do not download custom groups, makes skyped to lag because those queries timeout
2
3http://bugs.bitlbee.org/bitlbee/ticket/946
4
5--- bitlbee-3.0.5/protocols/skype/skype.c~ 2012-02-18 12:55:09.000000000 +0200
6+++ bitlbee-3.0.5/protocols/skype/skype.c 2012-04-15 15:12:57.245107505 +0300
7@@ -1170,8 +1170,7 @@
8 skype_printf(ic, "PASSWORD %s\n", ic->acc->pass);
9
10 /* This will download all buddies and groups. */
11- st = skype_printf(ic, "SEARCH GROUPS CUSTOM\n");
12- skype_printf(ic, "SEARCH FRIENDS\n");
13+ st = skype_printf(ic, "SEARCH FRIENDS\n");
14
15 skype_printf(ic, "SET USERSTATUS ONLINE\n");
16
This page took 0.317991 seconds and 4 git commands to generate.