Asterisk - The Open Source Telephony Project
21.4.1
|
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 xmpp_buddy_cmp(), xmpp_buddy_hash(), xmpp_client_create_buddy(), xmpp_client_subscribe_user(), xmpp_pak_message(), xmpp_pak_presence(), and xmpp_pubsub_create_affiliations().
struct ao2_container* resources |
Resources for the buddy
Definition at line 114 of file xmpp.h.
Referenced by jingle_request(), xmpp_buddy_destructor(), xmpp_client_create_buddy(), xmpp_client_service_discovery_result_hook(), and xmpp_pak_presence().
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().