Ignore:
Timestamp:
2013-02-21T14:03:15Z (12 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
a5c6ebd
Parents:
12f500f
Message:

For the lazy among us: When adding a Jabber/MSN contact within the same
domain like you, you can omit the domain name.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/account.h

    r12f500f r06eef80  
    7070        ACC_FLAG_AWAY_MESSAGE = 0x01,   /* Supports away messages instead of just states. */
    7171        ACC_FLAG_STATUS_MESSAGE = 0x02, /* Supports status messages (without being away). */
     72        ACC_FLAG_HANDLE_DOMAINS = 0x04, /* Contact handles need a domain portion. */
    7273} account_flag_t;
    7374
Note: See TracChangeset for help on using the changeset viewer.