add xmpp_conn_send_queue_len()

Signed-off-by: Steffen Jaeckel <jaeckel-floss@eyet-services.de>
This commit is contained in:
Steffen Jaeckel
2021-07-06 11:14:58 +02:00
parent 27278c032b
commit d9acad3d91
3 changed files with 16 additions and 0 deletions

View File

@@ -383,6 +383,7 @@ void xmpp_conn_set_sockopt_callback(xmpp_conn_t *conn,
int xmpp_conn_is_connecting(xmpp_conn_t *conn);
int xmpp_conn_is_connected(xmpp_conn_t *conn);
int xmpp_conn_is_disconnected(xmpp_conn_t *conn);
int xmpp_conn_send_queue_len(const xmpp_conn_t *conn);
int xmpp_connect_client(xmpp_conn_t *conn,
const char *altdomain,