mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-09 01:25:17 -04:00
Added: Handling requests to create lobby
This commit is contained in:
parent
93aeae0f59
commit
fd33315146
2 changed files with 35 additions and 0 deletions
|
@ -118,6 +118,7 @@ public:
|
|||
private:
|
||||
void handleWildcard(Request& req, Response& resp);
|
||||
void handleLobbies(Request& req, Response& resp);
|
||||
void handleCreateLobby(Request& req, Response& resp);
|
||||
void handleSubscribeLobby(Request& req, Response& resp);
|
||||
void handleUnsubscribeLobby(Request& req, Response& resp);
|
||||
void handleAutoSubsribeLobby(Request& req, Response& resp);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue