Handle subject from room

This commit is contained in:
James Booth
2012-11-10 03:30:27 +00:00
parent 7799623b4a
commit be2fb1c809
8 changed files with 73 additions and 2 deletions

View File

@@ -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)
{