Changeset 203a2d2 for protocols/bee.h


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/bee.h

    r7b87539 r203a2d2  
    8080        bee_t *bee;
    8181        void *ui_data;
     82        void *data; /* Can be used by the IM module. */
    8283} bee_user_t;
    8384
Note: See TracChangeset for help on using the changeset viewer.