Moved room info output to ui module, added TODO for roles

This commit is contained in:
James Booth
2014-09-30 23:08:48 +01:00
parent 7ec0dd0b83
commit 76d2b9e9b5
4 changed files with 22 additions and 6 deletions

View File

@@ -137,6 +137,7 @@ void (*ui_room_subject)(const char * const room_jid,
const char * const subject);
void (*ui_room_requires_config)(const char * const room_jid);
void (*ui_room_destroyed)(const char * const room_jid);
void (*ui_show_room_info)(ProfWin *window, const char * const room);
void (*ui_room_broadcast)(const char * const room_jid,
const char * const message);
void (*ui_room_member_offline)(const char * const room, const char * const nick);