Handle room broadcasts

This commit is contained in:
James Booth
2012-11-19 22:15:53 +00:00
parent db15494e22
commit b3e1d473a2
7 changed files with 67 additions and 9 deletions

View File

@@ -238,6 +238,14 @@ prof_handle_room_subject(const char * const room_jid, const char * const subject
win_page_off();
}
void
prof_handle_room_broadcast(const char *const room_jid,
const char * const message)
{
win_show_room_broadcast(room_jid, message);
win_page_off();
}
void
prof_handle_room_roster_complete(const char * const room)
{