#include <stdio.h>#include <stdlib.h>#include <string.h>#include <time.h>#include <sys/types.h>#include <unistd.h>#include "../../sr_module.h"#include "../../dprint.h"#include "../../str.h"#include "../../parser/msg_parser.h"#include "../../mem/mem.h"#include "../presence/bind_presence.h"#include "add_events.h"#include "presence_mwi.h"

Go to the source code of this file.
Functions | |
| static MODULE_VERSION int | mod_init (void) |
Variables | |
| static cmd_export_t | cmds [] |
| struct module_exports | exports |
| static param_export_t | params [] |
| add_event_t | pres_add_event |
| static int mod_init | ( | void | ) | [static] |
Definition at line 81 of file presence_mwi.c.
References add_event(), presence_api::add_event, bind_presence(), find_export(), LM_ERR, mwi_add_events(), NULL, and pres_add_event.
cmd_export_t cmds[] [static] |
| struct module_exports exports |
Definition at line 63 of file presence_mwi.c.
param_export_t params[] [static] |
Definition at line 49 of file presence_mwi.c.
Referenced by mod_init(), mwi_add_events(), and xml_add_events().
1.5.6