Moved handle_room_list and handle_disco_items to server_events
This commit is contained in:
@@ -30,5 +30,7 @@ void handle_failed_login(void);
|
||||
void handle_software_version_result(const char * const jid, const char * const presence,
|
||||
const char * const name, const char * const version, const char * const os);
|
||||
void handle_disco_info(const char *from, GSList *identities, GSList *features);
|
||||
void handle_room_list(GSList *rooms, const char *conference_node);
|
||||
void handle_disco_items(GSList *items, const char *jid);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user