Asterisk - The Open Source Telephony Project  21.4.1
Data Fields
ast_xmpp_resource Struct Reference

XMPP Resource. More...

#include <xmpp.h>

Data Fields

struct ast_xmpp_capabilities caps
 
char * description
 
int priority
 
char resource [XMPP_MAX_RESJIDLEN]
 
int status
 

Detailed Description

XMPP Resource.

Definition at line 92 of file xmpp.h.

Field Documentation

struct ast_xmpp_capabilities caps

Capabilities of the resource

Definition at line 97 of file xmpp.h.

Referenced by jingle_request(), xmpp_client_service_discovery_result_hook(), and xmpp_pak_presence().

char* description

Description of the resource

Definition at line 95 of file xmpp.h.

Referenced by xmpp_pak_presence(), and xmpp_resource_destructor().

int priority

Priority, used for deciding what resource to use

Definition at line 96 of file xmpp.h.

Referenced by xmpp_pak_presence(), and xmpp_resource_hash().

char resource[XMPP_MAX_RESJIDLEN]
int status

Current status of the resource

Definition at line 94 of file xmpp.h.

Referenced by xmpp_pak_presence(), and xmpp_resource_is_available().


The documentation for this struct was generated from the following file: