Kamailio presence module :: PUBLISH support. More...
#include <stdio.h>#include <stdlib.h>#include <string.h>#include <libxml/parser.h>#include <time.h>#include "../../str.h"#include "../../dprint.h"#include "../../mem/shm_mem.h"#include "../../parser/msg_parser.h"#include "presentity.h"#include "../alias_db/alias_db.h"

Go to the source code of this file.
Definition in file modules_k/presence/publish.h.
| int handle_publish | ( | struct sip_msg * | msg, | |
| char * | sender_uri, | |||
| char * | str2 | |||
| ) |
Definition at line 256 of file modules_k/presence/publish.c.
References hdr_field::body, get_body(), get_content_length, get_content_type, HDR_EOH_F, sip_msg::headers, sip_uri::host, _str::len, hdr_field::name, hdr_field::next, parse_event(), parse_expires(), hdr_field::parsed, sip_msg::parsed_uri, _str::s, and sip_uri::user.

1.7.1