comparison libpurple/protocols/qq/group.h @ 23753:5f454b975a99

2008.08.10 - csyfek <csyfek(at)gmail.com> * Commit to Pidgin 2008.08.06 - ccpaging <ecc_hy(at)hotmail.com> * Rename names of variables, Group, to Room * Functions of group_network merged into qq_network and qq_process * Canceled managing glist of group packet, add sub_cmdd and room_id to transaction * Fixed error of demo group: If 'room list' and 'room infor' are not setup, response received from server will emits 'room_id = 0' packet. 2008.08.04 - ccpaging <ecc_hy(at)hotmail.com> * Use new crypt/decrypt functions * Rename crypt.c/h to qq_crypt.c/h * Clean code of decrypt functions * Fixed decryption failure 2008.08.04 - csyfek <csyfek(at)gmail.com> * Update AUTHORS
author SHiNE CsyFeK <csyfek@gmail.com>
date Sun, 10 Aug 2008 04:32:14 +0000
parents 44b4e8bd759b
children 967344bc404d
comparison
equal deleted inserted replaced
23748:107166bb2a64 23753:5f454b975a99
42 42
43 typedef struct _qq_group { 43 typedef struct _qq_group {
44 /* all these will be saved when we exit Purple */ 44 /* all these will be saved when we exit Purple */
45 qq_group_member_status my_status; /* my status for this group */ 45 qq_group_member_status my_status; /* my status for this group */
46 gchar *my_status_desc; /* my status description */ 46 gchar *my_status_desc; /* my status description */
47 guint32 internal_group_id; 47 guint32 id;
48 guint32 external_group_id; 48 guint32 ext_id;
49 guint8 group_type; /* permanent or temporory */ 49 guint8 type8; /* permanent or temporory */
50 guint32 creator_uid; 50 guint32 creator_uid;
51 guint32 group_category; 51 guint32 group_category;
52 guint8 auth_type; 52 guint8 auth_type;
53 gchar *group_name_utf8; 53 gchar *group_name_utf8;
54 gchar *group_desc_utf8; 54 gchar *group_desc_utf8;