mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-21 17:46:21 +00:00
Handle /who command in chat rooms
This commit is contained in:
2
src/ui.h
2
src/ui.h
@@ -115,7 +115,7 @@ void win_show_outgoing_msg(const char * const from, const char * const to,
|
||||
void win_new_chat_win(const char * const to);
|
||||
|
||||
void win_join_chat(Jid *jid);
|
||||
void win_show_room_roster(const char * const room);
|
||||
void win_show_room_roster(const char * const room, GList *roster, const char * const presence);
|
||||
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,
|
||||
|
||||
Reference in New Issue
Block a user