mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-09 01:25:17 -04:00
Added: Handling requests to answer invitation to lobby
This commit is contained in:
parent
c9bfe4b526
commit
11d02f4612
2 changed files with 28 additions and 0 deletions
|
@ -126,6 +126,7 @@ private:
|
|||
void handleAutoSubsribeLobby(Request& req, Response& resp);
|
||||
void handleInviteToLobby(Request& req, Response& resp);
|
||||
void handleGetInvitationsToLobby(Request& req, Response& resp);
|
||||
void handleAnswerToInvitation(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