mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-09 01:25:17 -04:00
Added: function for handling autosubscribing lobbies
This commit is contained in:
parent
22956be00f
commit
fbc1bb4e82
2 changed files with 11 additions and 0 deletions
|
@ -120,6 +120,7 @@ private:
|
|||
void handleLobbies(Request& req, Response& resp);
|
||||
void handleSubscribeLobby(Request& req, Response& resp);
|
||||
void handleUnsubscribeLobby(Request& req, Response& resp);
|
||||
void handleAutoSubsribeLobby(Request& req, Response& resp);
|
||||
void handleClearLobby(Request& req, Response& resp);
|
||||
ResponseTask* handleLobbyParticipants(Request& req, Response& resp);
|
||||
void handleMessages(Request& req, Response& resp);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue