| Asterisk - The Open Source Telephony Project GIT-master-27fb039
    | 
XMPP Resource. More...
#include <xmpp.h>

| Data Fields | |
| struct ast_xmpp_capabilities | caps | 
| char * | description | 
| int | priority | 
| char | resource [XMPP_MAX_RESJIDLEN] | 
| int | status | 
| struct ast_xmpp_capabilities caps | 
| char* description | 
Description of the resource
Definition at line 95 of file xmpp.h.
Referenced by jingle_interpret_description().
| int priority | 
Priority, used for deciding what resource to use
Definition at line 96 of file xmpp.h.
Referenced by xmpp_resource_hash().
| char resource[XMPP_MAX_RESJIDLEN] | 
JID of the resource
Definition at line 93 of file xmpp.h.
Referenced by jingle_request(), xmpp_client_service_discovery_result_hook(), xmpp_pak_presence(), xmpp_resource_cmp(), xmpp_resource_destructor(), xmpp_resource_hash(), xmpp_resource_is_available(), and xmpp_show_buddies().
| int status | 
Current status of the resource
Definition at line 94 of file xmpp.h.
Referenced by get_buddy_status().