diff --git a/include/transport/networkpluginserver.h b/include/transport/networkpluginserver.h index f5ddb2bd31e6013043b278373dbdbeb19d2a0ef8..61253f45c780fc13727b7ef43d5f5489ce82bafd 100644 --- a/include/transport/networkpluginserver.h +++ b/include/transport/networkpluginserver.h @@ -57,6 +57,7 @@ class NetworkPluginServer { void handleConvMessagePayload(const std::string &payload); void handleUserCreated(User *user); + void handleRoomJoined(User *user, const std::string &room, const std::string &nickname, const std::string &password); void handleUserReadyToConnect(User *user); void handleUserDestroyed(User *user);