A bit better module config

This commit is contained in:
Blue 2025-03-31 13:02:45 +03:00
parent 647b8f3072
commit 98bfab4ba5
Signed by: blue
GPG key ID: 9B203B252A63EE38
13 changed files with 67 additions and 45 deletions

View file

@ -99,9 +99,11 @@ std::string Connection::errorTypeToString(gloox::StanzaErrorType err) {
return "Modify";
case gloox::StanzaErrorTypeWait:
return "Wait";
case gloox::StanzaErrorTypeUndefined:
case gloox::StanzaErrorTypeUndefined:
return "Undefined";
}
return "Unknown";
}
void Connection::handleMessage(const gloox::Message& message, gloox::MessageSession* session) {