Changeset 424e663 for protocols/nogaim.h


Ignore:
Timestamp:
2008-06-22T09:32:46Z (16 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
fb4e9a3f
Parents:
98de2cc
Message:

Partial fix for #419: Moved normalize() and some other stuff to OSCAR
becuase it's the only place where it's used, and using this to strip
spaces from all screennames before sending them to BitlBee.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/nogaim.h

    r98de2cc r424e663  
    4444#include "query.h"
    4545#include "md5.h"
    46 
    47 #define BUF_LEN MSG_LEN
    48 #define BUF_LONG ( BUF_LEN * 2 )
    49 #define MSG_LEN 2048
    50 #define BUF_LEN MSG_LEN
    5146
    5247#define BUDDY_ALIAS_MAXLEN 388   /* because MSN names can be 387 characters */
Note: See TracChangeset for help on using the changeset viewer.