#include "send_publish.h"#include "../../str.h"


Go to the source code of this file.
Functions | |
| int | bla_process_body (struct publ_info *publ, str **fin_body, int ver, str **tuple) |
| int | dlg_process_body (struct publ_info *publ, str **fin_body, int ver, str **tuple) |
| int | mwi_process_body (struct publ_info *publ, str **fin_body, int ver, str **tuple) |
| int | pres_process_body (struct publ_info *publ, str **fin_body, int ver, str **tuple) |
| int | pua_add_events (void) |
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().
Definition at line 317 of file pua/add_events.c.
References publ_info::body.
Referenced by pua_add_events().
Definition at line 311 of file pua/add_events.c.
References publ_info::body.
Referenced by pua_add_events().
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