#include <stdio.h>#include <stdlib.h>#include <libxml/parser.h>#include "../../parser/parse_content.h"#include "../../parser/contact/parse_contact.h"#include "../../parser/parse_from.h"#include "../../cmpapi.h"#include "../pua/hash.h"#include "pua_bla.h"

Go to the source code of this file.
Functions | |
| int | bla_handle_notify (struct sip_msg *msg, char *s1, char *s2) |
| int bla_handle_notify | ( | struct sip_msg * | msg, | |
| char * | s1, | |||
| char * | s2 | |||
| ) |
Definition at line 39 of file pua_bla/notify.c.
References BLA_EVENT, BLA_PUBLISH, BLA_SUBSCRIBE, publ_info::body, hdr_field::body, to_body::body, buf, ua_pres::call_id, sip_msg::callid, cmp_hdrname_strzn(), sip_msg::contact, CRLF, CRLF_LEN, to_body::error, publ_info::event, ua_pres::event, publ_info::expires, publ_info::extra_headers, ua_pres::flag, sip_msg::from, ua_pres::from_tag, get_body(), get_content_length, HDR_EOH_F, header_name, sip_msg::headers, _str::len, LM_DBG, LM_ERR, hdr_field::name, hdr_field::next, NULL, parse_contact(), parse_from_header(), parse_headers(), parse_to(), hdr_field::parsed, ua_pres::pres_uri, publ_info::pres_uri, pua_is_dialog, pua_send_publish, _str::s, publ_info::source_flag, str2int(), to_body::tag_value, sip_msg::to, TO, ua_pres::to_tag, to_body::uri, and ua_pres::watcher_uri.
1.5.6