#include <jabber.h>
Data Fields | |
struct aji_version * | cap |
char * | description |
struct aji_resource * | next |
int | priority |
char | resource [AJI_MAX_RESJIDLEN] |
int | status |
struct aji_version* cap |
Definition at line 121 of file jabber.h.
Referenced by aji_client_info_handler(), aji_dinfo_handler(), aji_show_buddies(), gtalk_alloc(), and jingle_alloc().
char* description |
Definition at line 120 of file jabber.h.
Referenced by aji_handle_presence(), and ast_aji_buddy_destroy().
struct aji_resource* next |
Definition at line 123 of file jabber.h.
Referenced by aji_find_resource(), aji_handle_presence(), aji_show_buddies(), ast_aji_buddy_destroy(), gtalk_alloc(), and jingle_alloc().
int priority |
Definition at line 122 of file jabber.h.
Referenced by aji_handle_presence(), and aji_show_buddies().
char resource[AJI_MAX_RESJIDLEN] |
Definition at line 119 of file jabber.h.
Referenced by acf_jabberstatus_read(), aji_client_info_handler(), aji_dinfo_handler(), aji_find_resource(), aji_handle_presence(), aji_show_buddies(), aji_status_exec(), gtalk_alloc(), and jingle_alloc().
int status |
Definition at line 118 of file jabber.h.
Referenced by acf_jabberstatus_read(), aji_handle_presence(), aji_show_buddies(), and aji_status_exec().