diff --git a/include/transport/rosterresponder.h b/include/transport/rosterresponder.h index 4aaa21380e774be2a40e158eb944c0dec162b39b..f17a782277c61ae90feb1d666cfe76b98c8d5e7b 100644 --- a/include/transport/rosterresponder.h +++ b/include/transport/rosterresponder.h @@ -46,6 +46,7 @@ class RosterResponder : public Swift::Responder { virtual bool handleGetRequest(const Swift::JID& from, const Swift::JID& to, const std::string& id, boost::shared_ptr payload); virtual bool handleSetRequest(const Swift::JID& from, const Swift::JID& to, const std::string& id, boost::shared_ptr payload); UserManager *m_userManager; + Swift::IQRouter *m_router; }; }