diff --git a/src/discoinforesponder.h b/src/discoinforesponder.h index fadf05861fed4dd581083b2e24d7b9e5e0ecbd4a..a3109222d2c9d38b5aa7bdd13131358c73a77616 100644 --- a/src/discoinforesponder.h +++ b/src/discoinforesponder.h @@ -41,6 +41,8 @@ class DiscoInfoResponder : public Swift::GetResponder { void addRoom(const std::string &jid, const std::string &name); void clearRooms(); + void addAdHocCommand(const std::string &node, const std::string &name); + boost::signal onBuddyCapsInfoChanged; Swift::CapsInfo &getBuddyCapsInfo() { @@ -55,6 +57,7 @@ class DiscoInfoResponder : public Swift::GetResponder { Config *m_config; Swift::CapsInfo m_capsInfo; std::map m_rooms; + std::map m_commands; }; } \ No newline at end of file