diff --git a/spectrum/src/frontends/slack/SlackFrontend.h b/spectrum/src/frontends/slack/SlackFrontend.h index c7a50d048419f1fb30b508008b373fa2f62e6f36..622047a27cccd55cb528dc15e0e902d47c00d4b3 100644 --- a/spectrum/src/frontends/slack/SlackFrontend.h +++ b/spectrum/src/frontends/slack/SlackFrontend.h @@ -67,6 +67,7 @@ namespace Transport { virtual void addRoomToRoomList(const std::string &handle, const std::string &name); virtual std::string setOAuth2Code(const std::string &code, const std::string &state); virtual std::string getOAuth2URL(const std::vector &args); + virtual std::string getRegistrationFields(); void handleMessage(boost::shared_ptr message);