#include "../../parser/msg_parser.h"
#include "../tm/tm_load.h"
#include "../sl/sl_api.h"
#include "../../db/db.h"
#include "../../parser/parse_from.h"
#include "event_list.h"
#include "hash.h"


Go to the source code of this file.
Functions | |
| int | update_watchers_status (str pres_uri, pres_ev_t *ev, str *rules_doc) |
Variables | |
| str | active_watchers_table |
| int | counter |
| str | db_url |
| int | expires_offset |
| int | fallback2db |
| int | max_expires |
| db_con_t * | pa_db |
| db_func_t | pa_dbf |
| int | phtable_size |
| int | pid |
| phtable_t * | pres_htable |
| str | presentity_table |
| str | server_address |
| int | shtable_size |
| struct sl_binds | slb |
| int | sphere_enable |
| int | startup_time |
| shtable_t | subs_htable |
| struct tm_binds | tmb |
| char * | to_tag_pref |
| str | watchers_table |
Definition in file presence.h.
Definition at line 91 of file presence.c.
Referenced by delete_db_subs(), get_database_info(), get_subs_db(), get_wi_subs_db(), restore_db_subs(), timer_db_update(), and update_subs_db().
| int counter |
Definition at line 120 of file presence.c.
Referenced by generate_ETag(), handle_publish(), handle_subscribe(), MD5File(), mod_init(), and modem_process().
Database URL
Definition at line 61 of file permissions.c.
| int expires_offset |
| int fallback2db |
Definition at line 129 of file presence.c.
Referenced by get_p_notify_body(), get_sphere(), get_stored_info(), get_subs_dialog(), get_wi_notify_body(), notify(), and update_subscription().
| int max_expires |
Maximum expires the phones are allowed to use in seconds, use 0 to switch expires checking off
Definition at line 126 of file presence.c.
Definition at line 88 of file presence.c.
Referenced by add_waiting_watchers(), delete_db_subs(), find_accounts(), find_sip_user(), find_users(), get_database_info(), get_db_subs_auth(), get_p_notify_body(), get_sphere(), get_subs_db(), get_wi_subs_db(), insert_db_subs_auth(), msg_presentity_clean(), msg_watchers_clean(), pres_htable_restore(), restore_db_subs(), timer_db_update(), update_presentity(), and update_subs_db().
Definition at line 89 of file presence.c.
| int phtable_size |
Definition at line 132 of file presence.c.
Referenced by delete_phtable(), destroy_phtable(), get_p_notify_body(), get_sphere(), insert_phtable(), mod_init(), new_phtable(), and update_phtable().
| int pid |
Definition at line 121 of file presence.c.
Definition at line 133 of file presence.c.
Definition at line 90 of file presence.c.
Referenced by get_p_notify_body(), get_sphere(), msg_presentity_clean(), pres_htable_restore(), and update_presentity().
modules variables
Definition at line 95 of file presence.c.
| int shtable_size |
Definition at line 127 of file presence.c.
Referenced by get_stored_info(), get_subs_dialog(), get_wi_notify_body(), mod_init(), notify(), p_tm_callback(), refresh_watcher(), restore_db_subs(), timer_db_update(), update_subscription(), and update_watchers_status().
SL binds
Definition at line 88 of file auth_mod.c.
| int sphere_enable |
Definition at line 130 of file presence.c.
Referenced by get_sphere(), handle_publish(), pres_htable_restore(), update_presentity(), and update_watchers_status().
| int startup_time |
Definition at line 128 of file presence.c.
Referenced by get_stored_info(), get_subs_dialog(), get_wi_notify_body(), notify(), p_tm_callback(), refresh_watcher(), restore_db_subs(), timer_db_update(), and update_subscription().
| char* to_tag_pref |
Definition at line 92 of file presence.c.
Referenced by add_waiting_watchers(), get_db_subs_auth(), insert_db_subs_auth(), and msg_watchers_clean().
1.5.6