Added roster struct, create and destroy roster on connect/disconnect
This commit is contained in:
@@ -463,7 +463,7 @@ void occupantswin_occupants(const char * const room) {}
|
||||
// window interface
|
||||
ProfWin* win_create_console(void)
|
||||
{
|
||||
return NULL;
|
||||
return (ProfWin*)mock();
|
||||
}
|
||||
ProfWin* win_create_xmlconsole(void)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user