mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-09 01:25:17 -04:00
Added functions for hadling particular lobbies types to ChatHandler
This commit is contained in:
parent
194878a358
commit
8624c9374d
2 changed files with 106 additions and 5 deletions
|
@ -133,6 +133,10 @@ private:
|
|||
void handleDistantChatStatus(Request& req, Response& resp);
|
||||
void handleCloseDistantChatConnexion(Request& req, Response& resp);
|
||||
|
||||
void handlePrivateLobbies(Request &req, Response &resp);
|
||||
void handleSubscribedPublicLobbies(Request &req, Response &resp);
|
||||
void handleUnsubscribedPublicLobbies(Request &req, Response &resp);
|
||||
|
||||
void getPlainText(const std::string& in, std::string &out, std::vector<Triple> &links);
|
||||
// last parameter is only used for lobbies!
|
||||
void locked_storeTypingInfo(const ChatId& chat_id, std::string status, RsGxsId lobby_gxs_id = RsGxsId());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue