]> git.pld-linux.org Git - packages/bitlbee.git/blob - skype-no-groups.patch
up to 3.6
[packages/bitlbee.git] / skype-no-groups.patch
1 Do not download custom groups, makes skyped to lag because those queries timeout
2
3 http://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.072702 seconds and 3 git commands to generate.