Moved handle_room_list and handle_disco_items to server_events

This commit is contained in:
James Booth
2014-01-05 21:20:15 +00:00
parent b14d5707cb
commit d083a5407d
5 changed files with 18 additions and 18 deletions

View File

@@ -459,20 +459,6 @@ prof_handle_activity(void)
}
}
void
prof_handle_room_list(GSList *rooms, const char *conference_node)
{
cons_show_room_list(rooms, conference_node);
ui_current_page_off();
}
void
prof_handle_disco_items(GSList *items, const char *jid)
{
cons_show_disco_items(items, jid);
ui_current_page_off();
}
/*
* Take a line of input and process it, return TRUE if profanity is to
* continue, FALSE otherwise