Implement core-side highlights
[quassel.git] / src / core / coreauthhandler.cpp
index 6f454fa..a2367c3 100644 (file)
@@ -183,6 +183,9 @@ void CoreAuthHandler::handle(const RegisterClient &msg)
     // XXX: FIXME: use client features here: we cannot pass authenticators if the client is too old!
     _peer->dispatch(ClientRegistered(Quassel::features(), configured, backends, useSsl, authenticators));
 
+    _peer->setBuildDate(msg.buildDate);
+    _peer->setClientVersion(msg.clientVersion);
+
     if (_legacy && useSsl)
         startSsl();