#include "../../str.h"#include "hash.h"


Go to the source code of this file.
Defines | |
| #define | INSERT_TYPE 1<<1 |
| #define | REQ_ME 1 |
| #define | REQ_OTHER 0 |
| #define | UPDATE_TYPE 1<<2 |
Variables | |
| str | default_domain |
| int | default_expires |
| int | HASH_SIZE |
| htable_t * | HashT |
| int | min_expires |
| str | outbound_proxy |
| int | pua_ul_publish |
| struct tm_binds | tmb |
| #define INSERT_TYPE 1<<1 |
Definition at line 31 of file pua.h.
Referenced by bla_cb(), send_publish(), send_subscribe(), subs_cback_func(), and ul_publish().
| #define REQ_ME 1 |
| #define REQ_OTHER 0 |
Definition at line 34 of file pua.h.
Referenced by publ_cback_func(), send_publish(), send_subscribe(), and subs_cback_func().
| #define UPDATE_TYPE 1<<2 |
Definition at line 32 of file pua.h.
Referenced by bla_cb(), build_uppubl_cbparam(), send_publish(), send_subscribe(), and ul_publish().
| int default_expires |
Definition at line 59 of file pua.c.
Referenced by delete_htable(), destroy_htable(), get_dialog(), get_record_id(), insert_htable(), is_dialog(), publ_cback_func(), search_htable(), send_publish(), send_subscribe(), subs_cback_func(), and update_contact().
| int min_expires |
Definition at line 66 of file imc.c.
Referenced by imc_handle_help(), imc_handle_invite(), imc_handle_unknown(), imc_inv_callback(), imc_send_message(), and send_publish().
| int pua_ul_publish |
Definition at line 53 of file pua_usrloc.c.
Referenced by pua_set_publish(), pua_unset_publish(), and ul_publish().
1.5.6