Added TLS cert fail callback

This commit is contained in:
James Booth
2015-09-22 20:55:41 +01:00
parent b24529171f
commit 74151e6419
3 changed files with 29 additions and 1 deletions

View File

@@ -86,5 +86,8 @@ void sv_ev_muc_occupant_online(const char * const room, const char * const nick,
void sv_ev_roster_update(const char * const barejid, const char * const name,
GSList *groups, const char * const subscription, gboolean pending_out);
void sv_ev_roster_received(void);
int sv_ev_certfail(const char * const errormsg, const char * const certname, const char * const certfp,
const char * const notbefore, const char * const notafter);
#endif