#include "../../sr_module.h"#include "../../str.h"#include "xjab_base.h"


Go to the source code of this file.
Data Structures | |
| struct | xjab_binds |
Defines | |
| #define | XJ_NO_SCRIPT_F 1 |
Typedefs | |
| typedef int(* | load_xjab_f )(struct xjab_binds *) |
| typedef int(* | pa_register_watcher_f )(str *, str *, void *, void *) |
| typedef int(* | pa_unregister_watcher_f )(str *, str *, void *, void *) |
Functions | |
| int | load_xjab (struct xjab_binds *) |
| void | xj_register_watcher (str *, str *, void *, void *) |
| void | xj_unregister_watcher (str *, str *, void *, void *) |
| #define XJ_NO_SCRIPT_F 1 |
| typedef int(* load_xjab_f)(struct xjab_binds *) |
Definition at line 41 of file xjab_load.h.
| typedef int(* pa_register_watcher_f)(str *, str *, void *, void *) |
Definition at line 33 of file xjab_load.h.
| typedef int(* pa_unregister_watcher_f)(str *, str *, void *, void *) |
Definition at line 34 of file xjab_load.h.
| int load_xjab | ( | struct xjab_binds * | ) |
Definition at line 26 of file xjab_load.c.
References find_export(), LM_ERR, xjab_binds::register_watcher, xjab_binds::unregister_watcher, and XJ_NO_SCRIPT_F.
register a watcher function for a Jabber user' presence
skip 'sip:' and parameters in destination address
Definition at line 694 of file jabber.c.
References _xj_sipmsg::cbf, to_body::error, _xj_jkey::hash, _xj_jkey::id, _xj_sipmsg::jkey, _str::len, LM_DBG, LM_ERR, _xj_sipmsg::msg, NULL, _xj_sipmsg::p, _str::s, shm_free, shm_malloc(), _xj_sipmsg::to, _xj_sipmsg::type, xj_extract_aor(), xj_get_hash(), XJ_REG_WATCHER, and xj_wlist_get().
1.5.6