Ignore:
Timestamp:
2005-12-18T10:39:13Z (18 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
578d627
Parents:
43f205b
Message:

When trying to talk to MSN people who are offline, the switchboard gets reset to a spare correctly.
This fixes a problem with messages to MSN people not arriving sometimes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/msn/msn.h

    r43f205b r3b9390b  
    127127#define STATUS_FATAL            1
    128128#define STATUS_SB_FATAL         2
     129#define STATUS_SB_IM_SPARE      4       /* Make one-to-one conversation switchboard available again, invite failed. */
     130#define STATUS_SB_CHAT_SPARE    8       /* Same, but also for groupchats (not used yet). */
    129131
    130132int msn_chat_id;
Note: See TracChangeset for help on using the changeset viewer.