mirror of
https://github.com/strophe/libstrophe.git
synced 2026-07-26 23:26:22 +00:00
XEP-0114: external component authentication
New API xmpp_connect_component() introduced.
This commit is contained in:
committed by
Dmitry Podgorny
parent
37a40dec23
commit
5d76e052ec
@@ -222,9 +222,10 @@ int xmpp_connect_client(xmpp_conn_t * const conn,
|
||||
xmpp_conn_handler callback,
|
||||
void * const userdata);
|
||||
|
||||
/*
|
||||
int xmpp_connect_component(conn, name)
|
||||
*/
|
||||
int xmpp_connect_component(xmpp_conn_t * const conn, const char * const server,
|
||||
unsigned short port, xmpp_conn_handler callback,
|
||||
void * const userdata);
|
||||
|
||||
void xmpp_disconnect(xmpp_conn_t * const conn);
|
||||
|
||||
void xmpp_send(xmpp_conn_t * const conn,
|
||||
|
||||
Reference in New Issue
Block a user