#include <stdio.h>#include <stdlib.h>#include <string.h>#include <libxml/parser.h>#include "event_list.h"#include "add_events.h"#include "pua.h"#include "pidf.h"

Go to the source code of this file.
Functions | |
| int | bla_process_body (publ_info_t *publ, str **fin_body, int ver, str **tuple) |
| int | dlg_process_body (publ_info_t *publ, str **fin_body, int ver, str **tuple) |
| int | mwi_process_body (publ_info_t *publ, str **fin_body, int ver, str **tuple) |
| int | pres_process_body (publ_info_t *publ, str **fin_body, int ver, str **tuple_param) |
| int | pua_add_events (void) |
Variables | |
| int | dlginfo_increase_version |
| int bla_process_body | ( | publ_info_t * | publ, | |
| str ** | fin_body, | |||
| int | ver, | |||
| str ** | tuple | |||
| ) |
Definition at line 248 of file pua/add_events.c.
References publ_info::body, int2str(), _str::len, len, LM_DBG, LM_ERR, NULL, pkg_free, pkg_malloc, _str::s, version, and xmlDocGetNodeByName().
Referenced by pua_add_events().
| int dlg_process_body | ( | publ_info_t * | publ, | |
| str ** | fin_body, | |||
| int | ver, | |||
| str ** | tuple | |||
| ) |
Definition at line 317 of file pua/add_events.c.
References publ_info::body.
Referenced by pua_add_events().
| int mwi_process_body | ( | publ_info_t * | publ, | |
| str ** | fin_body, | |||
| int | ver, | |||
| str ** | tuple | |||
| ) |
Definition at line 311 of file pua/add_events.c.
References publ_info::body.
Referenced by pua_add_events().
| int pres_process_body | ( | publ_info_t * | publ, | |
| str ** | fin_body, | |||
| int | ver, | |||
| str ** | tuple_param | |||
| ) |
Definition at line 92 of file pua/add_events.c.
References publ_info::body, buf, _str::len, LM_DBG, LM_ERR, NULL, pkg_free, pkg_malloc, _str::s, xmlDocGetNodeByName(), and xmlNodeGetAttrContentByName().
Referenced by pua_add_events().
| int pua_add_events | ( | void | ) |
Definition at line 38 of file pua/add_events.c.
References add_pua_event(), BLA_EVENT, bla_process_body(), DIALOG_EVENT, dlg_process_body(), dlginfo_increase_version, LM_ERR, MSGSUM_EVENT, mwi_process_body(), NULL, pres_process_body(), PRESENCE_EVENT, and PWINFO_EVENT.
Referenced by mod_init().
1.5.6