#include <stdio.h>#include <stdlib.h>#include <string.h>#include "../../parser/parse_content.h"#include "../presence/event_list.h"#include "presence_mwi.h"

Go to the source code of this file.
Functions | |
| char * | eat_printable (char *at, char *over) |
| char * | eat_sp_tab (char *at, char *over) |
| int | mwi_add_events (void) |
| int | mwi_publ_handl (struct sip_msg *msg) |
| char* eat_printable | ( | char * | at, | |
| char * | over | |||
| ) | [inline] |
| char* eat_sp_tab | ( | char * | at, | |
| char * | over | |||
| ) | [inline] |
| int mwi_add_events | ( | void | ) |
Definition at line 107 of file presence_mwi/add_events.c.
References LM_ERR, mwi_publ_handl(), pres_add_event, and PUBL_TYPE.
Referenced by mod_init().
| int mwi_publ_handl | ( | struct sip_msg * | msg | ) |
Definition at line 52 of file presence_mwi/add_events.c.
References eat_printable(), eat_sp_tab(), get_body(), get_content_length, _str::len, LM_ERR, NULL, and _str::s.
Referenced by mwi_add_events().
1.5.6