diff --git a/include/transport/Frontend.h b/include/transport/Frontend.h index 0de40c127fda01ff4aa7c6cdaa975a67a57e0b6b..075784f636a4e1e70fd63bea413d04e7eabc6e3e 100644 --- a/include/transport/Frontend.h +++ b/include/transport/Frontend.h @@ -94,7 +94,6 @@ class Frontend { virtual std::string setOAuth2Code(const std::string &code, const std::string &state) { return "OAuth2 code is not needed for this frontend."; } virtual std::string getOAuth2URL(const std::vector &args) { return ""; } virtual std::string getRegistrationFields() { return "Jabber ID\n3rd-party network username\n3rd-party network password"; } - virtual bool handleAdminMessage(Swift::Message::ref /*message*/) { return false; } virtual bool isRawXMLEnabled() { return false; }