mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-25 05:06:22 +00:00
Handle room presence notifications
This commit is contained in:
4
src/ui.h
4
src/ui.h
@@ -103,6 +103,10 @@ void win_show(const char * const msg);
|
||||
void win_bad_show(const char * const msg);
|
||||
void win_remind(void);
|
||||
|
||||
void win_join_chat(const char * const room_jid, const char * const nick);
|
||||
void win_show_chat_room_member(const char * const room_jid,
|
||||
const char * const nick);
|
||||
|
||||
// console window actions
|
||||
void cons_about(void);
|
||||
void cons_help(void);
|
||||
|
||||
Reference in New Issue
Block a user