Changeset 27e2c66 for protocols/bee.h


Ignore:
Timestamp:
2010-05-08T00:25:15Z (14 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
b17ce85
Parents:
f1a0890
Message:

Support for receiving messages in chatrooms.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/bee.h

    rf1a0890 r27e2c66  
    8181        gboolean (*chat_new)( bee_t *bee, struct groupchat *c );
    8282        gboolean (*chat_free)( bee_t *bee, struct groupchat *c );
    83         gboolean (*chat_log)( bee_t *bee, struct groupchat *c, const char *format, ... );
    84         gboolean (*chat_msg)( bee_t *bee, struct groupchat *c, const char *who, const char *msg, time_t sent_at );
     83        gboolean (*chat_log)( bee_t *bee, struct groupchat *c, const char *text );
     84        gboolean (*chat_msg)( bee_t *bee, struct groupchat *c, bee_user_t *bu, const char *msg, time_t sent_at );
    8585        gboolean (*chat_add_user)( bee_t *bee, struct groupchat *c, bee_user_t *bu );
    8686        gboolean (*chat_remove_user)( bee_t *bee, struct groupchat *c, bee_user_t *bu );
Note: See TracChangeset for help on using the changeset viewer.