Show message when room requires config

This commit is contained in:
James Booth
2014-09-03 00:23:04 +01:00
parent 1a6dc76360
commit 57effcd504
7 changed files with 83 additions and 0 deletions

View File

@@ -69,6 +69,7 @@ void handle_contact_online(char *contact, Resource *resource,
void handle_leave_room(const char * const room);
void handle_room_nick_change(const char * const room,
const char * const nick);
void handle_room_requires_config(const char * const room);
void handle_room_roster_complete(const char * const room);
void handle_room_member_presence(const char * const room,
const char * const nick, const char * const show,