#include <stdio.h>
#include <stdlib.h>
#include "../../dprint.h"
#include "../../sr_module.h"
#include "presence.h"
#include "bind_presence.h"

Go to the source code of this file.
Functions | |
| int | bind_presence (presence_api_t *api) |
Definition in file bind_presence.c.
| 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