diff options
author | Wilmer van der Gaast <wilmer@gaast.net> | 2013-02-21 14:03:15 +0000 |
---|---|---|
committer | Wilmer van der Gaast <wilmer@gaast.net> | 2013-02-21 14:03:15 +0000 |
commit | 06eef808b0ce5d7d7056240be6286aa79ac6a9ec (patch) | |
tree | f2ef90945c7595580ff4aeb33ee78320132c8ab4 /protocols/account.h | |
parent | 12f500f085fe715b62e13c9b67b23f952c100a21 (diff) |
For the lazy among us: When adding a Jabber/MSN contact within the same
domain like you, you can omit the domain name.
Diffstat (limited to 'protocols/account.h')
-rw-r--r-- | protocols/account.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/account.h b/protocols/account.h index a39be2e2..66eb677c 100644 --- a/protocols/account.h +++ b/protocols/account.h @@ -69,6 +69,7 @@ typedef enum { ACC_FLAG_AWAY_MESSAGE = 0x01, /* Supports away messages instead of just states. */ ACC_FLAG_STATUS_MESSAGE = 0x02, /* Supports status messages (without being away). */ + ACC_FLAG_HANDLE_DOMAINS = 0x04, /* Contact handles need a domain portion. */ } account_flag_t; #endif |