implemented local client join functionality
This commit is contained in:
@@ -70,6 +70,8 @@ namespace WHISPER
|
||||
void subscribe(std::string topic);
|
||||
void unsubscribe(std::string topic);
|
||||
|
||||
std::uint32_t getOwnID();
|
||||
|
||||
protected:
|
||||
|
||||
void addMsgToReceiverQueue(WHISPER::Message);
|
||||
|
||||
Reference in New Issue
Block a user