diff --git a/src/discoinforesponder.h b/src/discoinforesponder.h index 0ce5883bd7ab47f10a6db3280d2cb7090f060757..08b0656e5cc896fda3e8d704de73b34d2ae6979c 100644 --- a/src/discoinforesponder.h +++ b/src/discoinforesponder.h @@ -21,7 +21,8 @@ #pragma once #include -#include "Swiften/Swiften.h" +#include +#include #include "Swiften/Queries/GetResponder.h" #include "Swiften/Elements/DiscoInfo.h" #include "Swiften/Elements/CapsInfo.h" @@ -51,7 +52,7 @@ class DiscoInfoResponder : public Swift::GetResponder { private: virtual bool handleGetRequest(const Swift::JID& from, const Swift::JID& to, const std::string& id, boost::shared_ptr payload); - void updateBuddyFeatures(); + void updateFeatures(); Swift::DiscoInfo m_transportInfo; Swift::DiscoInfo *m_buddyInfo;