vx_req_account_set_presence
Learn how to set presence information.
Read time 1 minuteLast updated a day ago
Set the presence (online/offline status) of an account. More...
#include <VxcRequests.h>Public Attributes
Name | |
|---|---|
| vx_req_base_t | base The common properties for all requests. |
| VX_HANDLE | account_handle The handle returned from a successful vx_req_account_anonymous_login request. |
| vx_buddy_presence_state | presence The presence code. |
| char * | custom_message A custom message string for when presence is set. |
| char * | alias_username |
Detailed Description
Set the presence (online/offline status) of an account. See: vx_resp_account_set_presencestruct vx_req_account_set_presence;
Public Attributes Documentation
variable base
The common properties for all requests.vx_req_base_t base;
variable account_handle
The handle returned from a successful vx_req_account_anonymous_login request.VX_HANDLE account_handle;
variable presence
The presence code. The following list details possible values:vx_buddy_presence_state presence;
- 0 - buddy_presence_offline
- 2 - buddy_presence_online
- 3 - buddy_presence_busy
- 4 - buddy_presence_brb
- 5 - buddy_presence_away
- 6 - buddy_presence_onthephone
- 7 - buddy_presence_outtolunch
variable custom_message
A custom message string for when presence is set.char * custom_message;
variable alias_username
Deprecated: This is deprecated and should not be used.char * alias_username;