X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fclient%2Fcoreconnection.cpp;h=f5239140281f9364735a5b22b9bb24626e665cec;hp=460b3b70ddc81ae6413cba9bd2487abe8c8aa5b0;hb=cf721fb75a7525b03c0086f98314b828f5322001;hpb=97dd282be4132a8107efb92c9cd42162c4f0f51d diff --git a/src/client/coreconnection.cpp b/src/client/coreconnection.cpp index 460b3b70..f5239140 100644 --- a/src/client/coreconnection.cpp +++ b/src/client/coreconnection.cpp @@ -474,6 +474,8 @@ void CoreConnection::clientInitAck(const QVariantMap &msg) { return; } + Client::setCoreFeatures((Quassel::Features)msg["CoreFeatures"].toUInt()); + #ifndef QT_NO_COMPRESS if(msg["SupportsCompression"].toBool()) { _socket->setProperty("UseCompression", true);