Ignore:
Timestamp:
2013-03-16T20:25:35Z (11 years ago)
Author:
Miklos Vajna <vmiklos@…>
Branches:
master
Children:
215e171
Parents:
2363cca
git-author:
Jinn Ko <bitlbee@…> (16-03-13 20:25:35)
git-committer:
Miklos Vajna <vmiklos@…> (16-03-13 20:25:35)
Message:

skype: in groupchats, handle ACTIVEMEMBERS as MEMBERS (#1037)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/skype/skype.c

    r2363cca r6f360a0  
    10151015                        sd->adder = NULL;
    10161016                }
    1017         } else if (!strncmp(info, "MEMBERS ", 8)) {
     1017        } else if (!strncmp(info, "MEMBERS ", 8) || !strncmp(info, "ACTIVEMEMBERS ", 14) ) {
    10181018                info += 8;
    10191019                gc = bee_chat_by_title(ic->bee, ic, id);
Note: See TracChangeset for help on using the changeset viewer.