vx_req_account_create_auto_accept_rule
Reference the Vivox Core SDK API.
読み終わるまでの所要時間 1 分最終更新 8ヶ月前
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
struct vx_req_account_create_auto_accept_rule;
Set up rules to automatically accept individuals or groups of individuals when they request presence subscriptions.
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.