mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-19 14:56:22 +00:00
Handle subject from room
This commit is contained in:
@@ -199,6 +199,13 @@ prof_handle_room_message(const char * const room_jid, const char * const nick,
|
||||
win_page_off();
|
||||
}
|
||||
|
||||
void
|
||||
prof_handle_room_subject(const char * const room_jid, const char * const subject)
|
||||
{
|
||||
win_show_room_subject(room_jid, subject);
|
||||
win_page_off();
|
||||
}
|
||||
|
||||
void
|
||||
prof_handle_room_roster_complete(const char * const room)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user