diff --git a/include/transport/userregistration.h b/include/transport/userregistration.h index 32299f09ce0e16cfdfa51a556e324ade07e5ba53..2e9b6136ea47f7b58a3c54d0f27d8aec3859ba73 100644 --- a/include/transport/userregistration.h +++ b/include/transport/userregistration.h @@ -71,6 +71,7 @@ class UserRegistration : public Swift::Responder payload); virtual bool handleSetRequest(const Swift::JID& from, const Swift::JID& to, const std::string& id, boost::shared_ptr payload); + void handleRegisterRemoteRosterResponse(boost::shared_ptr payload, Swift::ErrorPayload::ref error, const UserInfo &row); void handleUnregisterRemoteRosterResponse(boost::shared_ptr payload, Swift::ErrorPayload::ref error, const std::string &barejid); Component *m_component;