Documentation

Support

Vivox Core SDK

Vivox Core SDK

vx_req_account_create_auto_accept_rule

Reference the Vivox Core SDK API.
Read time 1 minuteLast updated 16 days ago

Set up rules to automatically accept individuals or groups of individuals when they request presence subscriptions. 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.
char *auto_accept_mask
The SIP URI of the buddy.
intauto_add_as_buddy
This causes a requesting buddy that matches this rule to automatically be added to the buddy list associated with the account_handle (1 or 0).
char *auto_accept_nickname
Add the accept rule with this nickname.

Detailed Description

struct vx_req_account_create_auto_accept_rule;
Set up rules to automatically accept individuals or groups of individuals when they request presence subscriptions. See: vx_resp_account_create_auto_accept_rule

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 auto_accept_mask

char * auto_accept_mask;
The SIP URI of the buddy.

variable auto_add_as_buddy

int auto_add_as_buddy;
This causes a requesting buddy that matches this rule to automatically be added to the buddy list associated with the account_handle (1 or 0). The default setting is 0.

variable auto_accept_nickname

char * auto_accept_nickname;
Add the accept rule with this nickname. This is optional.