Ignore:
Timestamp:
2006-10-02T18:32:21Z (18 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
cc2cb2d
Parents:
995913b
Message:

Fixed memory leak in jabber_buddy_ask() and added "handling" of type="error"
<presence/> tags.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/jabber/presence.c

    r995913b r6266fca  
    5757                   your first line of code in C... */
    5858        }
     59        else if( strcmp( type, "error" ) == 0 )
     60        {
     61                /* What to do with it? */
     62        }
    5963        else
    6064        {
Note: See TracChangeset for help on using the changeset viewer.