#include <jabber.h>

Data Fields | |
| struct aji_version * | cap |
| char * | description |
| struct aji_resource * | next |
| int | priority |
| char | resource [AJI_MAX_RESJIDLEN] |
| int | status |
Definition at line 70 of file jabber.h.
struct aji_version* cap [read] |
Definition at line 74 of file jabber.h.
Referenced by aji_client_info_handler(), aji_dinfo_handler(), aji_test(), and gtalk_alloc().
| char* description |
Definition at line 73 of file jabber.h.
Referenced by aji_buddy_destroy(), aji_handle_presence(), and aji_test().
struct aji_resource* next [read] |
Definition at line 76 of file jabber.h.
Referenced by aji_buddy_destroy(), aji_find_resource(), aji_handle_presence(), aji_test(), and gtalk_alloc().
| int priority |
Definition at line 75 of file jabber.h.
Referenced by aji_handle_presence(), aji_test(), and ast_aji_join_chat().
| char resource[AJI_MAX_RESJIDLEN] |
Definition at line 72 of file jabber.h.
Referenced by aji_client_info_handler(), aji_dinfo_handler(), aji_find_resource(), aji_handle_presence(), aji_status_exec(), aji_test(), and gtalk_alloc().
| int status |
Definition at line 71 of file jabber.h.
Referenced by aji_handle_presence(), aji_handle_subscribe(), aji_status_exec(), and aji_test().
1.5.5