Documentation

Support

Vivox Core SDK

Vivox Core SDK

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_tbase
The common properties for all requests.
VX_HANDLEaccount_handle
The handle returned from a successful vx_req_account_anonymous_login request.
vx_buddy_presence_statepresence
The presence code.
char *custom_message
A custom message string for when presence is set.
char *alias_username

Detailed Description

struct vx_req_account_set_presence;
Set the presence (online/offline status) of an account. See: vx_resp_account_set_presence

Public Attributes Documentation

variable base

vx_req_base_t base;
The common properties for all requests.

variable account_handle

VX_HANDLE account_handle;
The handle returned from a successful vx_req_account_anonymous_login request.

variable presence

vx_buddy_presence_state presence;
The presence code. The following list details possible values:
  • 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

char * custom_message;
A custom message string for when presence is set.

variable alias_username

char * alias_username;
Deprecated: This is deprecated and should not be used.