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_t | base The common properties for all requests. |
| VX_HANDLE | account_handle The handle returned from a successful vx_req_account_anonymous_login request. |
| char * | auto_accept_mask The SIP URI of the 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). |
| char * | auto_accept_nickname Add the accept rule with this nickname. |
Detailed Description
Set up rules to automatically accept individuals or groups of individuals when they request presence subscriptions. See: vx_resp_account_create_auto_accept_rulestruct vx_req_account_create_auto_accept_rule;
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 auto_accept_mask
The SIP URI of the buddy.char * auto_accept_mask;
variable 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.int auto_add_as_buddy;
variable auto_accept_nickname
Add the accept rule with this nickname. This is optional.char * auto_accept_nickname;