#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <libxml/parser.h>
#include "../../parser/parse_content.h"
#include "../../data_lump_rpl.h"
#include "../../ut.h"
#include "xcap_auth.h"
#include "notify_body.h"
#include "add_events.h"
#include "presence_xml.h"

Go to the source code of this file.
Functions | |
| int | xml_add_events (void) |
| int | xml_publ_handl (struct sip_msg *msg) |
Variables | |
| int | disable_bla |
| int | disable_presence |
| int | disable_winfo |
| static str | pu_415_rpl = str_init("Unsupported media type") |
Definition in file presence_xml/add_events.c.
| int xml_add_events | ( | void | ) |
Definition at line 55 of file presence_xml/add_events.c.
References disable_bla, disable_presence, disable_winfo, free_xml_body(), LM_DBG, LM_ERR, pres_add_event, pres_agg_nbody(), pres_apply_auth(), pres_get_rules_doc(), pres_watcher_allowed(), PUBL_TYPE, WINFO_TYPE, and xml_publ_handl().
Referenced by mod_init().
| int xml_publ_handl | ( | struct sip_msg * | msg | ) |
Definition at line 131 of file presence_xml/add_events.c.
References get_body(), get_content_length, _str::len, LM_ERR, NULL, _str::s, sl_binds::send_reply, and slb.
Referenced by xml_add_events().
| int disable_bla |
| int disable_presence |
| int disable_winfo |
str pu_415_rpl = str_init("Unsupported media type") [static] |
Definition at line 53 of file presence_xml/add_events.c.
1.5.6