#include "../pua/pua_bind.h"


Go to the source code of this file.
Defines | |
| #define | SIP_XMPP__PRES_H |
Functions | |
| int | Notify2Xmpp (struct sip_msg *msg, char *s1, char *s2) |
| int | Sipreply2Xmpp (ua_pres_t *hentity, struct sip_msg *msg) |
| #define SIP_XMPP__PRES_H |
Definition at line 30 of file simple2xmpp.h.
| int Notify2Xmpp | ( | struct sip_msg * | msg, | |
| char * | s1, | |||
| char * | s2 | |||
| ) |
Definition at line 52 of file simple2xmpp.c.
References hdr_field::body, build_xmpp_content(), ua_pres::call_id, sip_msg::callid, cmp_hdrname_strzn(), duri_sip_xmpp, to_body::error, euri_sip_xmpp, ua_pres::event, sip_msg::event, ua_pres::flag, sip_msg::from, ua_pres::from_tag, get_body(), get_content_length, HDR_EOH_F, sip_msg::headers, id, _str::len, LM_DBG, LM_ERR, hdr_field::name, hdr_field::next, NULL, parse_from_header(), parse_headers(), parse_to(), hdr_field::parsed, pkg_free, pkg_malloc, ua_pres::pres_uri, PRESENCE_EVENT, pua_is_dialog, PWINFO_EVENT, _str::s, to_body::tag_value, sip_msg::to, TO, ua_pres::to_tag, to_body::uri, ua_pres::watcher_uri, winfo2xmpp(), and XMPP_SUBSCRIBE.
Definition at line 763 of file simple2xmpp.c.
References duri_sip_xmpp, to_body::error, euri_sip_xmpp, FAKED_REPLY, sip_msg::first_line, get_error_reason(), _str::len, LM_DBG, LM_ERR, NULL, pkg_free, pkg_malloc, ua_pres::pres_uri, msg_start::reply, _str::s, ua_pres::to_tag, msg_start::u, to_body::uri, ua_pres::watcher_uri, and xmpp_packet.
Referenced by mod_init().
1.5.6