comparison libpurple/protocols/oscar/oscar.h @ 25028:2c80f3d839c7

Patch to fix retrieval of ICQ status messages from users of ICQ 6.x, Miranda, and libpurple users. Retrieval of messages from libpurple users works only for statuses that are not Available. Fixes #703, #892, #4904, #4984, #6848. committer: John Bailey <rekkanoryo@rekkanoryo.org>
author Daniel Lj <dimmuxx@yahoo.se>
date Thu, 29 Jan 2009 03:15:57 +0000
parents d265a11c6446
children 986edbefc516
comparison
equal deleted inserted replaced
25027:075aa09253e7 25028:2c80f3d839c7
1358 int aim_icq_changepasswd(OscarData *od, const char *passwd); 1358 int aim_icq_changepasswd(OscarData *od, const char *passwd);
1359 int aim_icq_getsimpleinfo(OscarData *od, const char *uin); 1359 int aim_icq_getsimpleinfo(OscarData *od, const char *uin);
1360 int aim_icq_getalias(OscarData *od, const char *uin); 1360 int aim_icq_getalias(OscarData *od, const char *uin);
1361 int aim_icq_getallinfo(OscarData *od, const char *uin); 1361 int aim_icq_getallinfo(OscarData *od, const char *uin);
1362 int aim_icq_sendsms(OscarData *od, const char *name, const char *msg, const char *alias); 1362 int aim_icq_sendsms(OscarData *od, const char *name, const char *msg, const char *alias);
1363 int aim_icq_getstatusnote(OscarData *od, const char *uin, guint8 *note_hash, guint16 note_hash_len);
1364 1363
1365 1364
1366 /* 0x0017 - family_auth.c */ 1365 /* 0x0017 - family_auth.c */
1367 void aim_sendcookie(OscarData *, FlapConnection *, const guint16 length, const guint8 *); 1366 void aim_sendcookie(OscarData *, FlapConnection *, const guint16 length, const guint8 *);
1368 void aim_admin_changepasswd(OscarData *, FlapConnection *, const char *newpw, const char *curpw); 1367 void aim_admin_changepasswd(OscarData *, FlapConnection *, const char *newpw, const char *curpw);