MetaStatus
From LIVECHAT Developer Zone Wiki
Represent user's and buddies' metastatus.
typedef enum MetaStatus{
METASTATUS_LOGIN_ERROR = 0,
METASTATUS_CONNECT_FAILED = 1,
METASTATUS_NETWORK_ERROR = 2,
METASTATUS_CONNECTING = 3,
METASTATUS_CONNECTED = 4,
METASTATUS_ONLINE = 5,
METASTATUS_OFFLINE = 6,
METASTATUS_AWAY = 7,
METASTATUS_BANNED = 8,
METASTATUS_PENDING = 9,
METASTATUS_TEXT_AVAILABLE = 10,
METASTATUS_VOICE_AVAILABLE = 11,
METASTATUS_INVISIBLE = 12
} MetaStatus;
- Members
- METASTATUS_LOGIN_ERROR
- Provided login or password is incorrect.
- METASTATUS_CONNECT_FAILED
- Connection attempt failed.
- METASTATUS_NETWORK_ERROR
- Network error occured.
- METASTATUS_CONNECTING
- User is trying to connect to LIVECHAT server.
- METASTATUS_CONNECTED
- Connection attempt succeed.
- METASTATUS_ONLINE
- User is online.
- METASTATUS_OFFLINE
- User is ofline.
- METASTATUS_AWAY
- User is in away mode.
- METASTATUS_BANNED
- Buddy is banned.
- METASTATUS_PENDING
- You wait for your buddy’s approval to add him to your contacts list.
