Functions | |
int | eXosip_add_authentication_info (const char *username, const char *userid, const char *passwd, const char *ha1, const char *realm) |
int | eXosip_clear_authentication_info (void) |
int | eXosip_default_action (eXosip_event_t *je) |
void | eXosip_automatic_refresh (void) |
void | eXosip_automatic_action (void) |
int | eXosip_generate_random (char *buf, int buf_size) |
|
Add authentication credentials. These are used when an outgoing request comes back with an authorization required response.
|
|
Clear all authentication credentials stored in eXosip. |
|
Initiate some default actions: Retry with credentials upon reception of 401/407. Retry with Contact header upon reception of 3xx request. |
|
Refresh REGISTER and SUBSCRIBE before the expiration delay. |
|
Initiate some automatic actions: Retry with credentials upon reception of 401/407. Refresh REGISTER and SUBSCRIBE before the expiration delay. Retry with Contact header upon reception of 3xx request. |
|
Generate random string:
|