Changeset 1783ab6 for protocols/account.h
- Timestamp:
- 2014-07-24T03:51:07Z (11 years ago)
- Branches:
- master
- Children:
- 269580c
- Parents:
- 757515a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/account.h
r757515a r1783ab6 59 59 int account_reconnect_delay( account_t *a ); 60 60 61 int protocol_account_islocal( const char* protocol ); 62 61 63 typedef enum 62 64 { … … 70 72 ACC_FLAG_STATUS_MESSAGE = 0x02, /* Supports status messages (without being away). */ 71 73 ACC_FLAG_HANDLE_DOMAINS = 0x04, /* Contact handles need a domain portion. */ 74 ACC_FLAG_LOCAL = 0x08, /* Contact list is local. */ 72 75 } account_flag_t; 73 76
Note: See TracChangeset
for help on using the changeset viewer.