jabberd2
2.2.17
|
roster items More...
#include <sm.h>
Data Fields | |
jid_t | jid |
id of this item | |
char * | name |
display name | |
char ** | groups |
groups this item is in | |
int | ngroups |
number of groups in groups array | |
int | to |
int | from |
subscription to this item (they get presence FROM us, they send presence TO us) | |
int | ask |
pending subscription (0 == none, 1 == subscribe, 2 == unsubscribe) | |
int | ver |
roster item version number |
jid_t item_st::jid |
id of this item
Definition at line 151 of file sm.h.
Referenced by _roster_freeuser_walker(), _roster_insert_item(), _roster_publish_free_walker(), _roster_publish_save_item(), _roster_save_item(), _roster_user_load(), _template_roster_reload(), _template_roster_save_item(), pres_probe(), pres_roster(), pres_update(), and sm_storage_rate_limit().
char* item_st::name |
display name
Definition at line 153 of file sm.h.
Referenced by _roster_freeuser_walker(), _roster_insert_item(), _roster_publish_free_walker(), _roster_publish_save_item(), _roster_save_item(), _roster_user_load(), _template_roster_reload(), and _template_roster_save_item().
char** item_st::groups |
groups this item is in
Definition at line 155 of file sm.h.
Referenced by _privacy_action(), _roster_freeuser_walker(), _roster_insert_item(), _roster_publish_free_walker(), _roster_publish_save_item(), _roster_save_item(), _roster_user_load(), _template_roster_reload(), and _template_roster_save_item().
int item_st::ngroups |
number of groups in groups array
Definition at line 157 of file sm.h.
Referenced by _privacy_action(), _roster_freeuser_walker(), _roster_insert_item(), _roster_publish_free_walker(), _roster_publish_save_item(), _roster_save_item(), _roster_user_load(), _template_roster_reload(), and _template_roster_save_item().
int item_st::to |
Definition at line 159 of file sm.h.
Referenced by _privacy_action(), _roster_insert_item(), _roster_pkt_user(), _roster_publish_save_item(), _roster_save_item(), _roster_user_load(), _template_roster_reload(), _template_roster_save_item(), pres_probe(), pres_update(), and sm_storage_rate_limit().
int item_st::from |
subscription to this item (they get presence FROM us, they send presence TO us)
Definition at line 159 of file sm.h.
Referenced by _privacy_action(), _roster_insert_item(), _roster_pkt_user(), _roster_publish_save_item(), _roster_save_item(), _roster_user_load(), _template_roster_reload(), _template_roster_save_item(), pres_roster(), pres_trust(), and pres_update().
int item_st::ask |
pending subscription (0 == none, 1 == subscribe, 2 == unsubscribe)
Definition at line 161 of file sm.h.
Referenced by _roster_insert_item(), _roster_pkt_user(), _roster_publish_save_item(), _roster_save_item(), _roster_user_load(), and _template_roster_save_item().
int item_st::ver |
roster item version number
Definition at line 163 of file sm.h.
Referenced by _roster_get_walker(), _roster_update_walker(), and _roster_user_load().