You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following APIs were public in the shared library, but not in strophe.h.
Now they are officially public API:
xmpp_rand_new()
xmpp_rand_free()
xmpp_rand()
xmpp_rand_bytes()
xmpp_rand_nonce()
xmpp_rand_bytes()
The following APIs were public in the shared library, but not in strophe.h.
In a future version of the library they will be private without replacement:
xmpp_alloc()
xmpp_realloc()
xmpp_strdup()
xmpp_strndup()
xmpp_strtok_r()
xmpp_snprintf()
xmpp_vsnprintf()
xmpp_log()
xmpp_error()
xmpp_warn()
xmpp_info()
xmpp_debug()
xmpp_debug_verbose()
Deprecated the following API:
xmpp_conn_set_keepalive() - replaced by xmpp_conn_set_sockopt_callback()