Module creation, message routing

This commit is contained in:
Blue 2025-03-07 23:20:06 +02:00
parent bc2dc9bf07
commit c605b3ba93
Signed by: blue
GPG key ID: 9B203B252A63EE38
14 changed files with 154 additions and 26 deletions

View file

@ -3,7 +3,8 @@
#include "actor.h"
Actor::Actor(const std::string& group) :
Actor::Actor(const std::string& jid, const std::string& group) :
jid(jid),
group(group)
{}