ssb: Hook up some more disconnect messaging.
This commit is contained in:
@ -514,8 +514,9 @@ JSContext* tf_ssb_connection_get_context(tf_ssb_connection_t* connection);
|
||||
/**
|
||||
** Close a connection.
|
||||
** @param connection The connection.
|
||||
** @param reason Human-readable reason for closing the connection.
|
||||
*/
|
||||
void tf_ssb_connection_close(tf_ssb_connection_t* connection);
|
||||
void tf_ssb_connection_close(tf_ssb_connection_t* connection, const char* reason);
|
||||
|
||||
/**
|
||||
** Check whether a connection is connected.
|
||||
|
Reference in New Issue
Block a user