Asterisk - The Open Source Telephony Project
18.5.0
|
XMPP Buddy. More...
#include <xmpp.h>
Data Fields | |
char | id [XMPP_MAX_JIDLEN] |
struct ao2_container * | resources |
unsigned int | subscribe:1 |
char id[XMPP_MAX_JIDLEN] |
JID of the buddy
Definition at line 113 of file xmpp.h.
Referenced by Model::load(), xmpp_buddy_cmp(), xmpp_buddy_hash(), xmpp_client_config_merge_buddies(), xmpp_client_create_buddy(), xmpp_client_subscribe_user(), xmpp_pak_message(), xmpp_pak_presence(), xmpp_pubsub_create_affiliations(), and xmpp_show_buddies().
struct ao2_container* resources |
Resources for the buddy
Definition at line 114 of file xmpp.h.
Referenced by get_buddy_status(), jingle_request(), xmpp_buddy_destructor(), xmpp_client_create_buddy(), xmpp_client_service_discovery_result_hook(), xmpp_pak_presence(), and xmpp_show_buddies().
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().