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

XMPP Resource. More...

#include <xmpp.h>

Collaboration diagram for ast_xmpp_resource:
Collaboration graph
[legend]

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

◆ caps

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(), xmpp_pak_presence(), and xmpp_show_buddies().

◆ description

char* description

Description of the resource

Definition at line 95 of file xmpp.h.

Referenced by Parameter::load(), Api::load(), Property::load(), Model::load(), ResourceApi::load(), xmpp_pak_presence(), and xmpp_resource_destructor().

◆ priority

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().

◆ resource

char resource[XMPP_MAX_RESJIDLEN]

◆ status

int status

Current status of the resource

Definition at line 94 of file xmpp.h.

Referenced by get_buddy_status(), xmpp_pak_presence(), and xmpp_resource_is_available().


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