diff --git a/include/transport/userregistration.h b/include/transport/userregistration.h index 32299f09ce0e16cfdfa51a556e324ade07e5ba53..1edd2f0eb6dcb851549cef039e2edfef9247d4d2 100644 --- a/include/transport/userregistration.h +++ b/include/transport/userregistration.h @@ -70,7 +70,8 @@ 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;