forked from blue/squawk
New object for cached database, also ClientInfo class
This commit is contained in:
parent
d162494ec8
commit
2ae75a4b91
10 changed files with 287 additions and 19 deletions
|
@ -93,6 +93,8 @@ Account::Account(const QString& p_login, const QString& p_server, const QString&
|
|||
QObject::connect(reconnectTimer, &QTimer::timeout, this, &Account::onReconnectTimer);
|
||||
|
||||
if (name == "Test") {
|
||||
qDebug() << "Presence capabilities: " << presence.capabilityNode();
|
||||
|
||||
QXmppLogger* logger = new QXmppLogger(this);
|
||||
logger->setLoggingType(QXmppLogger::SignalLogging);
|
||||
client.setLogger(logger);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue