Ignore:
Timestamp:
2010-08-07T21:06:24Z (14 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
b890626
Parents:
7b87539
Message:

Allow protocol modules to keep per-contact protocol-specific data. Use
this in the Twitter module to remember the id and timestamp of a contact's
last tweet, which can later be used for simple replies/retweets.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/twitter/twitter.h

    r7b87539 r203a2d2  
    5858};
    5959
     60struct twitter_user_data
     61{
     62        guint64 last_id;
     63        time_t last_time;
     64};
     65
    6066/**
    6167 * This has the same function as the msn_connections GSList. We use this to
Note: See TracChangeset for help on using the changeset viewer.