aboutsummaryrefslogtreecommitdiffstats
path: root/facebook/facebook.h
diff options
context:
space:
mode:
authorjgeboski <jgeboski@gmail.com>2015-01-16 11:32:37 -0500
committerjgeboski <jgeboski@gmail.com>2015-01-16 13:46:28 -0500
commitadc6f0329103651e8458f32bd1b92e7dce9d94e5 (patch)
treec074011517247e5b14c523e10d16c87f908c662f /facebook/facebook.h
parente01da660d6c4e8078281dbc278da9180a3ee40ff (diff)
downloadbitlbee-facebook-adc6f0329103651e8458f32bd1b92e7dce9d94e5.tar.gz
bitlbee-facebook-adc6f0329103651e8458f32bd1b92e7dce9d94e5.tar.bz2
bitlbee-facebook-adc6f0329103651e8458f32bd1b92e7dce9d94e5.tar.xz
Implemented group chats
Diffstat (limited to 'facebook/facebook.h')
-rw-r--r--facebook/facebook.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/facebook/facebook.h b/facebook/facebook.h
index e30ba26..f397fa8 100644
--- a/facebook/facebook.h
+++ b/facebook/facebook.h
@@ -35,7 +35,9 @@ typedef struct fb_data fb_data_t;
struct fb_data
{
struct im_connection *ic; /** The #im_connection. **/
- fb_api_t *api; /** The #fb_api. **/
+ fb_api_t *api; /** The #fb_api. **/
+ GSList *gcs; /** The #GSList of #groupchats. **/
+ GSList *tids; /** The #GSList of thread identifiers. **/
};