Moved handle_disco_info to server_events

This commit is contained in:
James Booth
2014-01-05 21:17:07 +00:00
parent 460a42c7c9
commit b14d5707cb
5 changed files with 9 additions and 10 deletions

View File

@@ -69,8 +69,6 @@ void prof_handle_idle(void);
void prof_handle_activity(void);
void prof_handle_room_list(GSList *rooms, const char *conference_node);
void prof_handle_disco_items(GSList *items, const char *jid);
void prof_handle_disco_info(const char *from, GSList *identities,
GSList *features);
void prof_handle_duck_help(const char * const result);
void prof_handle_duck_result(const char * const result);
void prof_handle_roster_add(const char * const barejid, const char * const name);