mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-27 15:36:21 +00:00
Added message in console on /roster remove
This commit is contained in:
@@ -113,6 +113,7 @@ void ui_room_nick_change(const char * const room, const char * const nick);
|
||||
void ui_room_member_presence(const char * const room,
|
||||
const char * const nick, const char * const show, const char * const status);
|
||||
void ui_roster_add(const char * const barejid, const char * const name);
|
||||
void ui_roster_remove(const char * const barejid);
|
||||
|
||||
// contact status functions
|
||||
void ui_status_room(const char * const contact);
|
||||
|
||||
Reference in New Issue
Block a user