Asterisk - The Open Source Telephony Project GIT-master-a358458
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.

◆ description

char* description

Description of the resource

Definition at line 95 of file xmpp.h.

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

◆ priority

int priority

Priority, used for deciding what resource to use

Definition at line 96 of file xmpp.h.

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


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