Ignore:
Timestamp:
2008-08-04T14:45:24Z (16 years ago)
Author:
ulim <a.sporto+bee@…>
Branches:
master
Children:
87f525e
Parents:
4ac647d (diff), 718e05f (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

merged in upstream r410.

Only conflict was the correction of jabber normalization which I had already done.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/jabber/jabber.h

    r4ac647d r8661caa  
    9494        char *away_message;
    9595       
    96         char *cached_id_prefix;
     96        md5_state_t cached_id_prefix;
    9797        GHashTable *node_cache;
    9898        GHashTable *buddies;
     
    177177
    178178#define JABBER_XMLCONSOLE_HANDLE "xmlconsole"
    179 
    180 #define JABBER_PORT_DEFAULT "5222"
    181 #define JABBER_PORT_MIN 5220
    182 #define JABBER_PORT_MAX 5229
    183179
    184180/* Prefixes to use for packet IDs (mainly for IQ packets ATM). Usually the
Note: See TracChangeset for help on using the changeset viewer.