diff --git a/include/transport/Frontend.h b/include/transport/Frontend.h index a5f7acfbe45ba4282d101b8926bd609513047d8b..fa3d0b7a3509e43435a01044a6df4e8c0f22f7d9 100644 --- a/include/transport/Frontend.h +++ b/include/transport/Frontend.h @@ -94,6 +94,7 @@ 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; } boost::signal onVCardRequired; boost::signal vcard)> onVCardUpdated;