XEP-0114: external component authentication

New API xmpp_connect_component() introduced.
This commit is contained in:
Milan Kubík
2014-08-26 13:31:52 +03:00
committed by Dmitry Podgorny
parent 37a40dec23
commit 5d76e052ec
4 changed files with 196 additions and 4 deletions

View File

@@ -264,6 +264,7 @@ void disconnect_mem_error(xmpp_conn_t * const conn);
/* auth functions */
void auth_handle_open(xmpp_conn_t * const conn);
void auth_handle_component_open(xmpp_conn_t * const conn);
/* replacement snprintf and vsnprintf */
int xmpp_snprintf (char *str, size_t count, const char *fmt, ...);