#include "event_list.h"
#include "hash.h"
#include "presentity.h"


Go to the source code of this file.
Data Structures | |
| struct | presence_api |
Typedefs | |
| typedef int(* | bind_presence_t )(presence_api_t *api) |
| typedef struct presence_api | presence_api_t |
| typedef int(* | update_watchers_t )(str pres_uri, pres_ev_t *ev, str *rules_doc) |
Functions | |
| int | bind_presence (presence_api_t *api) |
Definition in file bind_presence.h.
| typedef int(* bind_presence_t)(presence_api_t *api) |
Definition at line 65 of file bind_presence.h.
| typedef struct presence_api presence_api_t |
| typedef int(* update_watchers_t)(str pres_uri, pres_ev_t *ev, str *rules_doc) |
Definition at line 42 of file bind_presence.h.
| int bind_presence | ( | presence_api_t * | api | ) |
Definition at line 41 of file bind_presence.c.
References add_event(), presence_api::add_event, contains_event(), presence_api::contains_event, delete_shtable(), presence_api::delete_shtable, destroy_shtable(), presence_api::destroy_shtable, extract_sdialog_info(), presence_api::extract_sdialog_info, get_event_list(), presence_api::get_event_list, get_sphere(), presence_api::get_sphere, insert_shtable(), presence_api::insert_shtable, LM_ERR, mem_copy_subs(), presence_api::mem_copy_subs, new_shtable(), presence_api::new_shtable, search_event(), presence_api::search_event, search_shtable(), presence_api::search_shtable, update_db_subs(), presence_api::update_db_subs, update_shtable(), presence_api::update_shtable, update_watchers_status(), and presence_api::update_watchers_status.
Referenced by mod_init().
1.5.6