Ignore:
Timestamp:
2006-09-23T16:18:24Z (18 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
172a73f1
Parents:
d8e0484
Message:

Implemented a list of away states, using this for a better set_away(), and
got rid of the double <presence> tag sent because of presence_announce().

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/jabber/iq.c

    rd8e0484 r5e202b0  
    107107                }
    108108               
    109                 presence_announce( gc );
     109                account_online( gc );
    110110        }
    111111        else if( strcmp( type, "result" ) == 0 && orig )
Note: See TracChangeset for help on using the changeset viewer.