Changes in protocols/nogaim.h [f55cfe9:31e5846]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/nogaim.h
rf55cfe9 r31e5846 136 136 * - The user sees this name ie. when imcb_log() is used. */ 137 137 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;142 138 143 139 /* Added this one to be able to add per-account settings, don't think … … 321 317 322 318 /* Misc. stuff */ 319 char *set_eval_away_devoice( set_t *set, char *value ); 323 320 gboolean auto_reconnect( gpointer data, gint fd, b_input_condition cond ); 324 321 void cancel_auto_reconnect( struct account *a );
Note: See TracChangeset
for help on using the changeset viewer.