mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-23 03:56:20 +00:00
Renamed handle_error_message -> handle_presence_error
This commit is contained in:
@@ -37,9 +37,9 @@
|
||||
#include "otr.h"
|
||||
#endif
|
||||
|
||||
// TODO - replace with stanza error handlers
|
||||
// handle presence stanza errors
|
||||
void
|
||||
handle_error_message(const char *from, const char *err_msg)
|
||||
handle_presence_error(const char *from, const char *err_msg)
|
||||
{
|
||||
ui_handle_error_message(from, err_msg);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user