mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-24 16:16:22 +00:00
Added simple stanza logging to main console
This commit is contained in:
@@ -92,6 +92,8 @@ gboolean (*ui_win_exists)(int index);
|
||||
int (*ui_win_unread)(int index);
|
||||
char * (*ui_ask_password)(void);
|
||||
|
||||
void (*ui_handle_stanza)(const char * const msg);
|
||||
|
||||
// ui events
|
||||
void (*ui_contact_typing)(const char * const from);
|
||||
void (*ui_incoming_msg)(const char * const from, const char * const message,
|
||||
|
||||
Reference in New Issue
Block a user