diff --git a/src/discoinforesponder.h b/src/discoinforesponder.h index 33dfe6b85aaf37a7f3d08966d96b96c56bb02e05..08b0656e5cc896fda3e8d704de73b34d2ae6979c 100644 --- a/src/discoinforesponder.h +++ b/src/discoinforesponder.h @@ -52,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;