mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-23 22:46:21 +00:00
Do not send presence when in groupchat
This commit is contained in:
1
src/ui.h
1
src/ui.h
@@ -106,6 +106,7 @@ 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);
|
||||
int win_in_groupchat(void);
|
||||
|
||||
// console window actions
|
||||
void cons_about(void);
|
||||
|
||||
Reference in New Issue
Block a user