libpurple/protocols/facebook/api.c

branch
facebook
changeset 37385
43ac0ab4b1d0
parent 37383
72cb6af0a275
child 37414
252bb96afbe0
equal deleted inserted replaced
37384:3c5c8c63a686 37385:43ac0ab4b1d0
1104 FbApiEventType type; 1104 FbApiEventType type;
1105 const gchar *expr; 1105 const gchar *expr;
1106 } evtypes[] = { 1106 } evtypes[] = {
1107 { 1107 {
1108 FB_API_EVENT_TYPE_THREAD_USER_ADDED, 1108 FB_API_EVENT_TYPE_THREAD_USER_ADDED,
1109 "$.log_message_data.added_participants" 1109 "$.log_message_data.added_participants"
1110 }, { 1110 }, {
1111 FB_API_EVENT_TYPE_THREAD_USER_REMOVED, 1111 FB_API_EVENT_TYPE_THREAD_USER_REMOVED,
1112 "$.log_message_data.removed_participants" 1112 "$.log_message_data.removed_participants"
1113 } 1113 }
1114 }; 1114 };

mercurial