#include <stdio.h>#include <stdlib.h>#include "../../sr_module.h"#include "../../dprint.h"#include "../usrloc/usrloc.h"#include "../../parser/msg_parser.h"#include "../../parser/parse_from.h"#include "pua_bla.h"#include "registrar_cb.h"

Go to the source code of this file.
Functions | |
| int | bla_set_flag (struct sip_msg *, char *, char *) |
| static int | mod_init (void) |
Variables | |
| str | bla_outbound_proxy = {0, 0} |
| static cmd_export_t | cmds [] |
| str | default_domain = {NULL, 0} |
| struct module_exports | exports |
| str | header_name = {0, 0} |
| int | is_bla_aor = 0 |
| static param_export_t | params [] |
| MODULE_VERSION pua_api_t | pua |
| query_dialog_t | pua_is_dialog |
| send_publish_t | pua_send_publish |
| send_subscribe_t | pua_send_subscribe |
| str | reg_from_uri = {0, 0} |
| str | server_address = {0, 0} |
| usrloc_api_t | ul |
| int bla_set_flag | ( | struct sip_msg * | msg, | |
| char * | s1, | |||
| char * | s2 | |||
| ) |
Definition at line 208 of file pua_bla.c.
References sip_msg::from, HDR_EOH_F, is_bla_aor, LM_DBG, LM_ERR, NULL, parse_from_header(), parse_headers(), hdr_field::parsed, and to_body::uri.
| static int mod_init | ( | void | ) | [static] |
init module function
Definition at line 90 of file pua_bla.c.
References bind_pua(), bind_usrloc(), bla_cb(), find_export(), pua_api::is_dialog, _str::len, LM_DBG, LM_ERR, NULL, pua_is_dialog, pua_send_publish, pua_send_subscribe, pua_api::register_puacb, usrloc_api::register_ulcb, _str::s, pua_api::send_publish, pua_api::send_subscribe, UL_CONTACT_DELETE, UL_CONTACT_EXPIRE, UL_CONTACT_INSERT, and UL_CONTACT_UPDATE.
| str bla_outbound_proxy = {0, 0} |
cmd_export_t cmds[] [static] |
| str default_domain = {NULL, 0} |
| struct module_exports exports |
| str header_name = {0, 0} |
| int is_bla_aor = 0 |
param_export_t params[] [static] |
Definition at line 53 of file pua_bla.c.
Referenced by bla_handle_notify(), init(), mod_init(), and Notify2Xmpp().
Definition at line 51 of file pua_bla.c.
Referenced by bla_handle_notify(), build_publish(), init(), mi_pua_publish(), mod_init(), purple_send_sip_publish(), and ul_publish().
Definition at line 52 of file pua_bla.c.
Referenced by bla_cb(), init(), mi_pua_subscribe(), mod_init(), presence_subscribe(), request_winfo(), and send_resource_subs().
| str reg_from_uri = {0, 0} |
| str server_address = {0, 0} |
1.5.6