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