Documentation

Support

Vivox Core SDK

Vivox Core SDK

vx_req_account_send_subscription_reply

Reference the Vivox Core SDK API.
Read time 1 minuteLast updated 20 hours ago

Respond to an incoming subscription event. 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_rule_typerule_type
The presence rule type.
intauto_accept
Determine whether the buddy will automatically be added to the account's buddy list (1 or 0).
char *buddy_uri
The identifier of the buddy who sent the initial subscription.
char *subscription_handle
The subscription identifier that was presented with the inbound subscription event.

Detailed Description

struct vx_req_account_send_subscription_reply;
Respond to an incoming subscription event. See: vx_resp_account_send_subscription_reply For example, a request from another user to put a user on their buddy list.

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 rule_type

vx_rule_type rule_type;
The presence rule type. The following list details possible values:
  • rule_allow
  • rule_block
  • rule_hide

variable auto_accept

int auto_accept;
Determine whether the buddy will automatically be added to the account's buddy list (1 or 0). The default value is 0.

variable buddy_uri

char * buddy_uri;
The identifier of the buddy who sent the initial subscription.

variable subscription_handle

char * subscription_handle;
The subscription identifier that was presented with the inbound subscription event.