Implement message-tags spec

Message tags were supported already, but not arbitrary tags, and not
TAGMSG
This commit is contained in:
Alexey Sokolov
2025-04-11 21:19:24 +01:00
parent df6a5073ff
commit f93829e3b3
15 changed files with 271 additions and 24 deletions

View File

@@ -292,6 +292,7 @@ void CMessage::InitType() {
{"PING", Type::Ping},
{"PONG", Type::Pong},
{"QUIT", Type::Quit},
{"TAGMSG", Type::TagMsg},
{"TOPIC", Type::Topic},
{"WALLOPS", Type::Wallops},
};