mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-23 16:26:21 +00:00
Merge branch 'master' into xep-0184
Conflicts: src/server_events.c src/ui/core.c src/ui/ui.h tests/ui/stub_ui.c
This commit is contained in:
@@ -202,6 +202,7 @@ void ui_disconnected(void) {}
|
||||
void ui_recipient_gone(const char * const barejid, const char * const resource) {}
|
||||
|
||||
void ui_outgoing_chat_msg(const char * const barejid, const char * const message, char *id) {}
|
||||
void ui_outgoing_chat_msg_carbon(const char * const barejid, const char * const message) {}
|
||||
void ui_outgoing_private_msg(const char * const fulljid, const char * const message) {}
|
||||
|
||||
void ui_room_join(const char * const roomjid, gboolean focus) {}
|
||||
|
||||
Reference in New Issue
Block a user