Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/nogaim.h

    r31e5846 rf55cfe9  
    136136         * - The user sees this name ie. when imcb_log() is used. */
    137137        const char *name;
     138    /* Maximum Message Size of this protocol.
     139     * - Introduced for OTR, in order to fragment large protocol messages.
     140     * - 0 means "unlimited". */
     141    unsigned int mms;
    138142
    139143        /* Added this one to be able to add per-account settings, don't think
     
    317321
    318322/* Misc. stuff */
    319 char *set_eval_away_devoice( set_t *set, char *value );
    320323gboolean auto_reconnect( gpointer data, gint fd, b_input_condition cond );
    321324void cancel_auto_reconnect( struct account *a );
Note: See TracChangeset for help on using the changeset viewer.