A bit better module config
This commit is contained in:
parent
647b8f3072
commit
98bfab4ba5
13 changed files with 67 additions and 45 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue