Asterisk - The Open Source Telephony Project GIT-master-7921072
Data Fields
ast_xmpp_buddy Struct Reference

XMPP Buddy. More...

#include <xmpp.h>

Collaboration diagram for ast_xmpp_buddy:
Collaboration graph
[legend]

Data Fields

char id [XMPP_MAX_JIDLEN]
 
struct ao2_containerresources
 
unsigned int subscribe:1
 

Detailed Description

XMPP Buddy.

Definition at line 112 of file xmpp.h.

Field Documentation

◆ id

char id[XMPP_MAX_JIDLEN]

◆ resources

◆ subscribe

unsigned int subscribe

Need to subscribe to get their status

Definition at line 115 of file xmpp.h.

Referenced by xmpp_client_create_buddy(), xmpp_client_subscribe_user(), and xmpp_roster_hook().


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