Handle incoming groupchat
This commit is contained in:
2
src/ui.h
2
src/ui.h
@@ -109,6 +109,8 @@ void win_show_chat_room_member(const char * const room_jid,
|
||||
int win_in_groupchat(void);
|
||||
void win_show_room_history(const char * const room_jid, const char * const nick,
|
||||
GTimeVal tv_stamp, const char * const message);
|
||||
void win_show_room_message(const char * const room_jid, const char * const nick,
|
||||
const char * const message);
|
||||
|
||||
// console window actions
|
||||
void cons_about(void);
|
||||
|
||||
Reference in New Issue
Block a user