Changeset 85023c6 for protocols/nogaim.h


Ignore:
Timestamp:
2007-07-15T15:47:34Z (17 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
1baaef8
Parents:
1ffb46f
Message:

Added imcb_clean_handle() to sanitize handles properly (without putting
IRC-specific stuff into the Jabber module). Only using this in the MUC
code for now because this only works if the IM module can somehow convert
the cleaned up handle back to the original one.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/nogaim.h

    r1ffb46f r85023c6  
    201201G_MODULE_EXPORT void imcb_buddy_msg( struct im_connection *ic, char *handle, char *msg, u_int32_t flags, time_t sent_at );
    202202G_MODULE_EXPORT void imcb_buddy_typing( struct im_connection *ic, char *handle, u_int32_t flags );
     203G_MODULE_EXPORT void imcb_clean_handle( struct im_connection *ic, char *handle );
    203204
    204205/* Groupchats */
Note: See TracChangeset for help on using the changeset viewer.