mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-23 23:06:21 +00:00
Renamed handle_error_message -> handle_presence_error
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
|
||||
#include "xmpp/xmpp.h"
|
||||
|
||||
void handle_error_message(const char *from, const char *err_msg);
|
||||
void handle_presence_error(const char *from, const char *err_msg);
|
||||
void handle_login_account_success(char *account_name);
|
||||
void handle_lost_connection(void);
|
||||
void handle_failed_login(void);
|
||||
|
||||
Reference in New Issue
Block a user